Home
last modified time | relevance | path

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

/linux/kernel/sched/ext/
H A Dsub.c824 struct list_head *to_deliver) in caps_updated_record() argument
832 list_add_tail(&cu->node_in_flight, to_deliver); in caps_updated_record()
836 static void caps_updated_deliver(struct list_head *to_deliver) in caps_updated_deliver() argument
840 list_for_each_entry_safe(cu, tmp, to_deliver, node_in_flight) { in caps_updated_deliver()
885 LIST_HEAD(to_deliver); in scx_sub_seed_caps()
896 list_add_tail(&cu->node_in_flight, &to_deliver); in scx_sub_seed_caps()
899 caps_updated_deliver(&to_deliver); in scx_sub_seed_caps()
2319 LIST_HEAD(to_deliver); in scx_bpf_sub_grant()
2391 &to_deliver); in scx_bpf_sub_grant()
2415 caps_updated_deliver(&to_deliver); in scx_bpf_sub_grant()
[all …]