Searched refs:HIF_WAIT (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/gfs2/
H A Dglock.c368 clear_bit(HIF_WAIT, &gh->gh_iflags);
370 wake_up_bit(&gh->gh_iflags, HIF_WAIT);
1354 wait_on_bit(&gh->gh_iflags, HIF_WAIT, TASK_UNINTERRUPTIBLE);
1364 if (test_bit(HIF_WAIT, &ghs[i].gh_iflags))
1502 if (test_and_set_bit(HIF_WAIT, &gh->gh_iflags))
1630 return test_bit(HIF_WAIT, &gh->gh_iflags) ? 0 : 1;
1702 wait_on_bit(&gh->gh_iflags, HIF_WAIT, TASK_UNINTERRUPTIBLE);
2267 if (test_bit(HIF_WAIT, &iflags))
H A Dincore.h256 HIF_WAIT = 10, enumerator in enum:__anon122
H A Dsuper.c1296 !test_bit(HIF_WAIT, &gh->gh_iflags) ||

Completed in 115 milliseconds