Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A 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()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap.h50 int remove_from_list);
H A Dhostap_main.c99 int remove_from_list) in hostap_remove_interface() argument
108 if (remove_from_list) { in hostap_remove_interface()
/openbmc/linux/drivers/net/ethernet/google/gve/
H A Dgve_tx_dqo.c969 static void remove_from_list(struct gve_tx_ring *tx, in remove_from_list() function
1036 remove_from_list(tx, in gve_handle_packet_completion()
1053 remove_from_list(tx, &tx->dqo_compl.miss_completions, in gve_handle_packet_completion()
1124 remove_from_list(tx, &tx->dqo_compl.miss_completions, in remove_miss_completions()
1171 remove_from_list(tx, &tx->dqo_compl.timed_out_completions, in remove_timed_out_completions()
/openbmc/linux/drivers/pci/
H A 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()
1767 remove_from_list(add_list, res); in adjust_bridge_window()