Searched refs:ecaps_to_sync (Results 1 – 2 of 2) sorted by relevance
936 if (llist_add(&pcpu->ecaps_to_sync_node, &cpu_rq(cpu)->scx.ecaps_to_sync)) in queue_sync_ecaps()947 llist_for_each_safe(pos, tmp, llist_del_all(&rq->scx.ecaps_to_sync)) in discard_queued_syncs()973 if (!scx_has_subs() || likely(llist_empty(&rq->scx.ecaps_to_sync))) in scx_process_sync_ecaps()993 batch = llist_del_all(&rq->scx.ecaps_to_sync); in scx_process_sync_ecaps()1176 llist_for_each_safe(pos, tmp, llist_del_all(&rq->scx.ecaps_to_sync)) { in scx_discard_ecaps_to_sync()1187 llist_add_batch(head, tail, &rq->scx.ecaps_to_sync); in scx_discard_ecaps_to_sync()
834 struct llist_head ecaps_to_sync; /* pending ecaps syncs */ member