Searched refs:xc_cil (Results 1 – 2 of 2) sorted by relevance
476 if (!list_is_last(&lip->li_cil, &cil->xc_cil)) in xlog_cil_insert_items()477 list_move_tail(&lip->li_cil, &cil->xc_cil); in xlog_cil_insert_items()686 if (list_empty(&cil->xc_cil)) { in xlog_cil_push_work()734 while (!list_empty(&cil->xc_cil)) { in xlog_cil_push_work()737 item = list_first_entry(&cil->xc_cil, in xlog_cil_push_work()912 ASSERT(!list_empty(&cil->xc_cil)); in xlog_cil_push_background()985 if (list_empty(&cil->xc_cil) || push_seq <= cil->xc_push_seq) { in xlog_cil_push_now()1003 if (list_empty(&cil->xc_cil)) in xlog_cil_empty()1151 !list_empty(&cil->xc_cil)) { in xlog_cil_force_seq()1218 INIT_LIST_HEAD(&cil->xc_cil); in xlog_cil_init()[all …]
264 struct list_head xc_cil; member