Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_log_cil.c532 if (waitqueue_active(&log->l_cilp->xc_push_wait)) in xlog_cil_over_hard_limit()
1335 if (waitqueue_active(&cil->xc_push_wait)) in xlog_cil_push_work()
1336 wake_up_all(&cil->xc_push_wait); in xlog_cil_push_work()
1574 !waitqueue_active(&cil->xc_push_wait))) { in xlog_cil_push_background()
1606 xlog_wait(&cil->xc_push_wait, &cil->xc_push_lock); in xlog_cil_push_background()
1957 init_waitqueue_head(&cil->xc_push_wait); in xlog_cil_init()
Dxfs_log_priv.h285 wait_queue_head_t xc_push_wait; /* background push throttle */ member