Home
last modified time | relevance | path

Searched refs:inflight_locks (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/ocfs2/dlm/
H A Ddlmdebug.c54 printk("], inflight=%u\n", res->inflight_locks); in dlm_print_lockres_refmap()
100 res->inflight_locks, atomic_read(&res->asts_reserved)); in __dlm_print_one_lock_resource()
505 res->inflight_locks, res->migration_pending, in dump_lockres()
H A Ddlmmaster.c551 res->inflight_locks = 0; in dlm_init_lockres()
626 res->inflight_locks++; in __dlm_lockres_grab_inflight_ref()
629 res->lockname.len, res->lockname.name, res->inflight_locks, in __dlm_lockres_grab_inflight_ref()
645 BUG_ON(res->inflight_locks == 0); in dlm_lockres_drop_inflight_ref()
647 res->inflight_locks--; in dlm_lockres_drop_inflight_ref()
650 res->lockname.len, res->lockname.name, res->inflight_locks, in dlm_lockres_drop_inflight_ref()
H A Ddlmthread.c84 if (res->inflight_locks) in __dlm_lockres_unused()
H A Ddlmcommon.h314 unsigned int inflight_locks; member