lock_init() function
Initialise a lock structure Inititalize a lock structure, providing the spin lock number to use for protecting internal state.
Arguments
core
Pointer to the lock_core to initialize
lock_num
Spin lock number to use for the lock. As the spin lock is only used internally to the locking primitive method implementations, this does not need to be globally unique, however could suffer contention