Home
last modified time | relevance | path

Searched refs:ecaps_to_sync_node (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/sched/ext/
H A Dsub.c934 if (llist_on_list(&pcpu->ecaps_to_sync_node)) in queue_sync_ecaps()
936 if (llist_add(&pcpu->ecaps_to_sync_node, &cpu_rq(cpu)->scx.ecaps_to_sync)) in queue_sync_ecaps()
996 container_of(pos, struct scx_sched_pcpu, ecaps_to_sync_node); in scx_process_sync_ecaps()
1174 if (llist_on_list(&pcpu->ecaps_to_sync_node)) { in scx_discard_ecaps_to_sync()
1177 if (pos == &pcpu->ecaps_to_sync_node) { in scx_discard_ecaps_to_sync()
1201 if (!llist_on_list(&pcpu->ecaps_to_sync_node)) in scx_discard_ecaps_to_sync()
H A Dinternal.h1345 struct llist_node ecaps_to_sync_node; member
H A Dext.c7186 init_llist_node(&pcpu->ecaps_to_sync_node); in scx_alloc_and_add_sched()