Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dsetup-bus.c1836 struct list_head *add_list, in adjust_bridge_window() argument
1862 if (add_list) in adjust_bridge_window()
1863 pci_dev_res_remove_from_list(add_list, res); in adjust_bridge_window()
1909 struct list_head *add_list, in pci_bus_distribute_available_resources() argument
1940 adjust_bridge_window(bridge, res, add_list, in pci_bus_distribute_available_resources()
2016 pci_bus_distribute_available_resources(b, add_list, available); in pci_bus_distribute_available_resources()
2024 struct list_head *add_list) in pci_bridge_distribute_available_resources() argument
2041 add_list, available); in pci_bridge_distribute_available_resources()
2069 struct list_head *add_list) in pci_root_bus_distribute_available_resources() argument
2085 pci_bridge_distribute_available_resources(dev, add_list); in pci_root_bus_distribute_available_resources()
[all …]
/linux/fs/btrfs/
H A Ddelayed-ref.c378 if (!list_empty(&ref->add_list)) in drop_delayed_ref()
379 list_del(&ref->add_list); in drop_delayed_ref()
567 struct btrfs_delayed_ref_node, add_list); in btrfs_select_delayed_ref()
571 ASSERT(list_empty(&ref->add_list)); in btrfs_select_delayed_ref()
594 list_add_tail(&ref->add_list, &href->ref_add_list); in insert_delayed_ref()
610 list_add_tail(&exist->add_list, in insert_delayed_ref()
613 ASSERT(!list_empty(&exist->add_list)); in insert_delayed_ref()
614 list_del_init(&exist->add_list); in insert_delayed_ref()
957 INIT_LIST_HEAD(&ref->add_list); in init_delayed_ref_common()
H A Ddelayed-ref.h69 struct list_head add_list; member
H A Dextent-tree.c2023 if (!list_empty(&ref->add_list)) in btrfs_run_delayed_refs_for_head()
2024 list_del(&ref->add_list); in btrfs_run_delayed_refs_for_head()
/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_filter.c167 struct list_head *add_list, in hinic3_mac_filter_sync_hw() argument
183 if (!list_empty(add_list)) { in hinic3_mac_filter_sync_hw()
184 list_for_each_entry_safe(f, ftmp, add_list, list) { in hinic3_mac_filter_sync_hw()
/linux/drivers/pci/hotplug/
H A Dacpiphp_glue.c501 LIST_HEAD(add_list); in enable_slot()
516 &add_list); in enable_slot()
520 __pci_bus_assign_resources(bus, &add_list, NULL); in enable_slot()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_arfs.c216 struct hlist_head *add_list, in ice_arfs_update_flow_rules() argument
238 hlist_add_head(&ep->list_entry, add_list); in ice_arfs_update_flow_rules()
/linux/tools/mm/
H A Dpage_owner_sort.c472 static bool add_list(char *buf, int len, char *ext_buf) in add_list() function
825 if (!add_list(buf, buf_len, ext_buf)) in main()
/linux/fs/btrfs/tests/
H A Ddelayed-refs-tests.c65 if (!list_empty(&node->add_list)) in delete_delayed_ref_node()
66 list_del_init(&node->add_list); in delete_delayed_ref_node()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c2322 struct i40e_aqc_add_macvlan_element_data *add_list, in i40e_update_filter_state() argument
2335 if (add_list[i].match_method == I40E_AQC_MM_ERR_NO_RES) { in i40e_update_filter_state()
2571 struct i40e_aqc_add_macvlan_element_data *add_list; in i40e_sync_vsi_filters() local
2715 add_list = kzalloc(list_size, GFP_ATOMIC); in i40e_sync_vsi_filters()
2716 if (!add_list) in i40e_sync_vsi_filters()
2737 ether_addr_copy(add_list[num_add].mac_addr, in i40e_sync_vsi_filters()
2740 add_list[num_add].vlan_tag = 0; in i40e_sync_vsi_filters()
2743 add_list[num_add].vlan_tag = in i40e_sync_vsi_filters()
2746 add_list[num_add].queue_number = 0; in i40e_sync_vsi_filters()
2748 add_list[num_add].match_method = I40E_AQC_MM_ERR_NO_RES; in i40e_sync_vsi_filters()
[all …]
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c1075 static void hclgevf_sync_from_add_list(struct list_head *add_list, in hclgevf_sync_from_add_list() argument
1080 list_for_each_entry_safe(mac_node, tmp, add_list, node) { in hclgevf_sync_from_add_list()
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c2221 LIST_HEAD(add_list); in pqi_update_device_list()
2288 list_add_tail(&device->add_list_entry, &add_list); in pqi_update_device_list()
2349 list_for_each_entry_safe(device, next, &add_list, add_list_entry) { in pqi_update_device_list()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c8888 static bool hclge_sync_from_add_list(struct list_head *add_list, in hclge_sync_from_add_list() argument
8894 list_for_each_entry_safe(mac_node, tmp, add_list, node) { in hclge_sync_from_add_list()