#include <cl_internal.h>
Data Fields | |
| int | ctc_nr_locks_locked |
| Number of outstanding calls to cl_lock_mutex_get() made by the current thread. | |
| lu_ref | ctc_locks_locked |
| List of locked locks. | |
| int | ctc_nr_held |
| Number of outstanding holds on locks. | |
| int | ctc_nr_used |
| Number of outstanding uses on locks. | |
| int | ctc_nr_locks_acquired |
| Number of held extent locks. | |
Number of outstanding calls to cl_lock_mutex_get() made by the current thread.
For debugging.