Searched refs:node_in_flight (Results 1 – 2 of 2) sorted by relevance
171 INIT_LIST_HEAD(&cu->node_in_flight); in alloc_pshard()831 if (list_empty(&cu->node_in_flight)) in caps_updated_record()832 list_add_tail(&cu->node_in_flight, to_deliver); in caps_updated_record()840 list_for_each_entry_safe(cu, tmp, to_deliver, node_in_flight) { in caps_updated_deliver()866 list_del_init(&cu->node_in_flight); in caps_updated_deliver()895 if (cu->caps && list_empty(&cu->node_in_flight)) in scx_sub_seed_caps()896 list_add_tail(&cu->node_in_flight, &to_deliver); in scx_sub_seed_caps()
1489 struct list_head node_in_flight; member