Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/progs/
Drefcounted_kptr.c175 bool remove_from_list) in __read_from_list() argument
192 if (!remove_from_list) { in __read_from_list()
201 if (remove_from_list) in __read_from_list()
/Linux-v6.6/drivers/net/wireless/intersil/hostap/
Dhostap.h50 int remove_from_list);
Dhostap_main.c99 int remove_from_list) in hostap_remove_interface() argument
108 if (remove_from_list) { in hostap_remove_interface()
/Linux-v6.6/drivers/net/ethernet/google/gve/
Dgve_tx_dqo.c959 static void remove_from_list(struct gve_tx_ring *tx, in remove_from_list() function
1026 remove_from_list(tx, in gve_handle_packet_completion()
1043 remove_from_list(tx, &tx->dqo_compl.miss_completions, in gve_handle_packet_completion()
1114 remove_from_list(tx, &tx->dqo_compl.miss_completions, in remove_miss_completions()
1161 remove_from_list(tx, &tx->dqo_compl.timed_out_completions, in remove_timed_out_completions()
/Linux-v6.6/drivers/pci/
Dsetup-bus.c83 static void remove_from_list(struct list_head *head, struct resource *res) in remove_from_list() function
435 remove_from_list(realloc_head, dev_res->res); in __assign_resources_sorted()
448 remove_from_list(realloc_head, dev_res->res); in __assign_resources_sorted()
449 remove_from_list(&save_head, dev_res->res); in __assign_resources_sorted()
1769 remove_from_list(add_list, res); in adjust_bridge_window()