Searched refs:LCACHE_SLEEP_COND (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_logmgr.c | 116 #define LCACHE_SLEEP_COND(wq, cond, flags) \ macro 1893 LCACHE_SLEEP_COND(log->free_wait, (bp = log->lbuf_free), flags); in lbmAllocate() 2162 LCACHE_SLEEP_COND(bp->l_ioevent, (bp->l_flag & lbmDONE), flags); in lbmIOWait()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_logmgr.c | 116 #define LCACHE_SLEEP_COND(wq, cond, flags) \ macro 1885 LCACHE_SLEEP_COND(log->free_wait, (bp = log->lbuf_free), flags); in lbmAllocate() 2147 LCACHE_SLEEP_COND(bp->l_ioevent, (bp->l_flag & lbmDONE), flags); in lbmIOWait()
|
Completed in 5 milliseconds