Home
last modified time | relevance | path

Searched refs:cl_stack (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i2c/nexus/
H A Di2cnex_txn.c189 lock->cl_owner = list_remove_head(&lock->cl_stack); in i2c_txn_ctrl_unlock()
225 list_insert_head(&lock->cl_stack, lock->cl_owner); in i2c_txn_ctrl_lock()
287 if (list_is_empty(&lock->cl_stack) != 0) { in i2c_txn_nexus_op_end()
H A Di2cnex_ctrl.c231 VERIFY3U(list_is_empty(&lock->cl_stack), !=, 0); in i2c_ctrl_lock_fini()
234 list_destroy(&lock->cl_stack); in i2c_ctrl_lock_fini()
245 list_create(&lock->cl_stack, sizeof (i2c_txn_t), in i2c_ctrl_lock_init()
H A Di2cnex.h151 list_t cl_stack; member