FreeBSD kernel kern code
|
Data Fields | |
struct mtx | uc_lock |
struct umtxq_list | uc_queue [2] |
Definition at line 139 of file kern_umtx.c.
struct mtx umtxq_chain::uc_lock |
Definition at line 141 of file kern_umtx.c.
Referenced by umtxq_busy(), umtxq_lock(), umtxq_sleep(), umtxq_sleep_pi(), umtxq_unbusy(), and umtxq_unlock().
struct umtxq_list umtxq_chain::uc_queue[2] |
Definition at line 144 of file kern_umtx.c.
Referenced by umtxq_insert_queue(), and umtxq_queue_lookup().