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()681 if (list_empty(&cil->xc_cil)) { in xlog_cil_push_work()729 while (!list_empty(&cil->xc_cil)) { in xlog_cil_push_work()732 item = list_first_entry(&cil->xc_cil, in xlog_cil_push_work()907 ASSERT(!list_empty(&cil->xc_cil)); in xlog_cil_push_background()973 if (list_empty(&cil->xc_cil) || push_seq <= cil->xc_push_seq) { in xlog_cil_push_now()991 if (list_empty(&cil->xc_cil)) in xlog_cil_empty()1143 !list_empty(&cil->xc_cil)) { in xlog_cil_force_lsn()1214 INIT_LIST_HEAD(&cil->xc_cil); in xlog_cil_init()[all …]
264 struct list_head xc_cil; member