Home
last modified time | relevance | path

Searched refs:xc_push_wait (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log_cil.c678 if (waitqueue_active(&cil->xc_push_wait)) in xlog_cil_push_work()
679 wake_up_all(&cil->xc_push_wait); in xlog_cil_push_work()
948 waitqueue_active(&cil->xc_push_wait)) {
951 xlog_wait(&cil->xc_push_wait, &cil->xc_push_lock);
1222 init_waitqueue_head(&cil->xc_push_wait); in xlog_cil_init()
H A Dxfs_log_priv.h276 wait_queue_head_t xc_push_wait; /* background push throttle */ member
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log_cil.c535 if (waitqueue_active(&log->l_cilp->xc_push_wait)) in xlog_cil_over_hard_limit()
1158 if (waitqueue_active(&cil->xc_push_wait)) in xlog_cil_push_work()
1159 wake_up_all(&cil->xc_push_wait); in xlog_cil_push_work()
1393 !waitqueue_active(&cil->xc_push_wait))) {
1425 xlog_wait(&cil->xc_push_wait, &cil->xc_push_lock);
1776 init_waitqueue_head(&cil->xc_push_wait); in xlog_cil_init()
H A Dxfs_log_priv.h285 wait_queue_head_t xc_push_wait; /* background push throttle */ member

Completed in 7 milliseconds