Home
last modified time | relevance | path

Searched refs:pending_ops (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/fs/fscache/
Doperation.c139 if (!list_empty(&object->pending_ops)) { in fscache_report_unexpected_submission()
141 list_for_each_entry(p, &object->pending_ops, pend_link) { in fscache_report_unexpected_submission()
198 list_add_tail(&op->pend_link, &object->pending_ops); in fscache_submit_exclusive_op()
200 } else if (!list_empty(&object->pending_ops)) { in fscache_submit_exclusive_op()
202 list_add_tail(&op->pend_link, &object->pending_ops); in fscache_submit_exclusive_op()
218 list_add_tail(&op->pend_link, &object->pending_ops); in fscache_submit_exclusive_op()
284 list_add_tail(&op->pend_link, &object->pending_ops); in fscache_submit_op()
286 } else if (!list_empty(&object->pending_ops)) { in fscache_submit_op()
288 list_add_tail(&op->pend_link, &object->pending_ops); in fscache_submit_op()
300 list_add_tail(&op->pend_link, &object->pending_ops); in fscache_submit_op()
[all …]
Dobject.c322 INIT_LIST_HEAD(&object->pending_ops); in fscache_object_init()
594 ASSERT(list_empty(&object->pending_ops)); in fscache_object_available()
/Linux-v4.19/drivers/irqchip/
Dirq-ompic.c122 unsigned long *pending_ops = &per_cpu(ops, cpu); in ompic_ipi_handler() local
126 while ((ops = xchg(pending_ops, 0)) != 0) { in ompic_ipi_handler()
/Linux-v4.19/include/linux/
Dfscache-cache.h388 struct list_head pending_ops; /* unstarted operations on this object */ member