Searched refs:inflight_assert_workers (Results 1 – 3 of 3) sorted by relevance
315 (lockres->inflight_assert_workers != 0)) { in dlm_run_purge_list()321 lockres->inflight_assert_workers); in dlm_run_purge_list()
552 res->inflight_assert_workers = 0; in dlm_init_lockres()660 res->inflight_assert_workers++; in __dlm_lockres_grab_inflight_worker()663 res->inflight_assert_workers); in __dlm_lockres_grab_inflight_worker()670 BUG_ON(res->inflight_assert_workers == 0); in __dlm_lockres_drop_inflight_worker()671 res->inflight_assert_workers--; in __dlm_lockres_drop_inflight_worker()674 res->inflight_assert_workers); in __dlm_lockres_drop_inflight_worker()
315 unsigned int inflight_assert_workers; member