Searched refs:HIF_WAIT (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/fs/gfs2/ |
D | glock.c | 305 clear_bit(HIF_WAIT, &gh->gh_iflags); in gfs2_holder_wake() 307 wake_up_bit(&gh->gh_iflags, HIF_WAIT); in gfs2_holder_wake() 962 wait_on_bit(&gh->gh_iflags, HIF_WAIT, TASK_UNINTERRUPTIBLE); in gfs2_glock_wait() 972 if (test_bit(HIF_WAIT, &ghs[i].gh_iflags)) in glocks_pending() 1027 if (test_bit(HIF_WAIT, &ghs[i].gh_iflags)) { in gfs2_glock_async_wait() 1119 if (test_and_set_bit(HIF_WAIT, &gh->gh_iflags)) in add_to_queue() 1226 return test_bit(HIF_WAIT, &gh->gh_iflags) ? 0 : 1; in gfs2_glock_poll() 1792 if (test_bit(HIF_WAIT, &iflags)) in hflags2str()
|
D | incore.h | 273 HIF_WAIT = 10, enumerator
|