Searched refs:inflight_assert_workers (Results 1 – 3 of 3) sorted by relevance
319 (lockres->inflight_assert_workers != 0)) { in dlm_run_purge_list()325 lockres->inflight_assert_workers); in dlm_run_purge_list()
554 res->inflight_assert_workers = 0; in dlm_init_lockres()662 res->inflight_assert_workers++; in __dlm_lockres_grab_inflight_worker()665 res->inflight_assert_workers); in __dlm_lockres_grab_inflight_worker()672 BUG_ON(res->inflight_assert_workers == 0); in __dlm_lockres_drop_inflight_worker()673 res->inflight_assert_workers--; in __dlm_lockres_drop_inflight_worker()676 res->inflight_assert_workers); in __dlm_lockres_drop_inflight_worker()
320 unsigned int inflight_assert_workers; member