Home
last modified time | relevance | path

Searched refs:softdep_on_worklist (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/ufs/ffs/
H A Dsoftdep.h1111 #define softdep_on_worklist um_softdep->sd_on_worklist macro
H A Dffs_softdep.c1658 if (ump->softdep_on_worklist == 0) { in add_to_worklist()
1667 ump->softdep_on_worklist += 1; in add_to_worklist()
1686 ump->softdep_on_worklist -= 1; in remove_from_worklist()
1733 while (ump->softdep_on_worklist > 0) { in softdep_process_worklist()
2068 ump->softdep_on_worklist == 0, in softdep_waitidle()
13678 if ((resource == FLUSH_BLOCKS_WAIT && ump->softdep_on_worklist > 0 && in softdep_request_cleanup()
13683 if (ump->softdep_on_worklist > 0 && in softdep_request_cleanup()
13685 ump->softdep_on_worklist, LK_NOWAIT) != 0) in softdep_request_cleanup()
13746 if (ump->softdep_on_worklist > 0) { in softdep_request_cleanup()
13923 if (ump->softdep_on_worklist > max_softdep in request_cleanup()
[all...]