Searched refs:to_deliver (Results 1 – 1 of 1) sorted by relevance
824 struct list_head *to_deliver) in caps_updated_record() argument832 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() argument840 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 …]