Searched refs:inflight_assert_workers (Results 1 – 3 of 3) sorted by relevance
273 (lockres->inflight_assert_workers != 0)) { in dlm_run_purge_list()279 lockres->inflight_assert_workers); in dlm_run_purge_list()
574 res->inflight_assert_workers = 0; in dlm_init_lockres()682 res->inflight_assert_workers++; in __dlm_lockres_grab_inflight_worker()685 res->inflight_assert_workers); in __dlm_lockres_grab_inflight_worker()692 BUG_ON(res->inflight_assert_workers == 0); in __dlm_lockres_drop_inflight_worker()693 res->inflight_assert_workers--; in __dlm_lockres_drop_inflight_worker()696 res->inflight_assert_workers); in __dlm_lockres_drop_inflight_worker()
334 unsigned int inflight_assert_workers; member