Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/
Dsetup-bus.c1742 struct list_head *add_list, in adjust_bridge_window() argument
1768 if (add_list) in adjust_bridge_window()
1769 remove_from_list(add_list, res); in adjust_bridge_window()
1824 struct list_head *add_list, in pci_bus_distribute_available_resources() argument
1859 adjust_bridge_window(bridge, io_res, add_list, resource_size(&io)); in pci_bus_distribute_available_resources()
1860 adjust_bridge_window(bridge, mmio_res, add_list, resource_size(&mmio)); in pci_bus_distribute_available_resources()
1861 adjust_bridge_window(bridge, mmio_pref_res, add_list, in pci_bus_distribute_available_resources()
1952 pci_bus_distribute_available_resources(b, add_list, io, mmio, in pci_bus_distribute_available_resources()
1962 struct list_head *add_list) in pci_bridge_distribute_available_resources() argument
1977 add_list, available_io, in pci_bridge_distribute_available_resources()
[all …]
/Linux-v6.6/fs/btrfs/
Ddelayed-ref.c432 if (!list_empty(&ref->add_list)) in drop_delayed_ref()
433 list_del(&ref->add_list); in drop_delayed_ref()
598 list_add_tail(&ref->add_list, &href->ref_add_list); in insert_delayed_ref()
614 list_add_tail(&exist->add_list, in insert_delayed_ref()
617 ASSERT(!list_empty(&exist->add_list)); in insert_delayed_ref()
618 list_del(&exist->add_list); in insert_delayed_ref()
885 INIT_LIST_HEAD(&ref->add_list); in init_delayed_ref_common()
Ddelayed-ref.h24 struct list_head add_list; member
Dextent-tree.c1776 struct btrfs_delayed_ref_node, add_list); in select_delayed_ref()
1780 ASSERT(list_empty(&ref->add_list)); in select_delayed_ref()
1958 if (!list_empty(&ref->add_list)) in btrfs_run_delayed_refs_for_head()
1959 list_del(&ref->add_list); in btrfs_run_delayed_refs_for_head()
Ddisk-io.c4610 if (!list_empty(&ref->add_list)) in btrfs_destroy_delayed_refs()
4611 list_del(&ref->add_list); in btrfs_destroy_delayed_refs()
/Linux-v6.6/drivers/pci/hotplug/
Dacpiphp_glue.c501 LIST_HEAD(add_list); in enable_slot()
516 __pci_bus_size_bridges(dev->subordinate, &add_list); in enable_slot()
521 __pci_bus_assign_resources(bus, &add_list, NULL); in enable_slot()
/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_arfs.c215 struct hlist_head *add_list, in ice_arfs_update_flow_rules() argument
237 hlist_add_head(&ep->list_entry, add_list); in ice_arfs_update_flow_rules()
/Linux-v6.6/tools/mm/
Dpage_owner_sort.c498 static bool add_list(char *buf, int len, char *ext_buf) in add_list() function
824 if (!add_list(buf, buf_len, ext_buf)) in main()
/Linux-v6.6/drivers/net/ethernet/intel/i40e/
Di40e_main.c2298 struct i40e_aqc_add_macvlan_element_data *add_list, in i40e_update_filter_state() argument
2311 if (add_list[i].match_method == I40E_AQC_MM_ERR_NO_RES) { in i40e_update_filter_state()
2550 struct i40e_aqc_add_macvlan_element_data *add_list; in i40e_sync_vsi_filters() local
2693 add_list = kzalloc(list_size, GFP_ATOMIC); in i40e_sync_vsi_filters()
2694 if (!add_list) in i40e_sync_vsi_filters()
2715 ether_addr_copy(add_list[num_add].mac_addr, in i40e_sync_vsi_filters()
2718 add_list[num_add].vlan_tag = 0; in i40e_sync_vsi_filters()
2721 add_list[num_add].vlan_tag = in i40e_sync_vsi_filters()
2724 add_list[num_add].queue_number = 0; in i40e_sync_vsi_filters()
2726 add_list[num_add].match_method = I40E_AQC_MM_ERR_NO_RES; in i40e_sync_vsi_filters()
[all …]
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c1039 static void hclgevf_sync_from_add_list(struct list_head *add_list, in hclgevf_sync_from_add_list() argument
1044 list_for_each_entry_safe(mac_node, tmp, add_list, node) { in hclgevf_sync_from_add_list()
/Linux-v6.6/drivers/scsi/smartpqi/
Dsmartpqi_init.c2177 LIST_HEAD(add_list); in pqi_update_device_list()
2244 list_add_tail(&device->add_list_entry, &add_list); in pqi_update_device_list()
2295 list_for_each_entry_safe(device, next, &add_list, add_list_entry) { in pqi_update_device_list()
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c8772 static bool hclge_sync_from_add_list(struct list_head *add_list, in hclge_sync_from_add_list() argument
8778 list_for_each_entry_safe(mac_node, tmp, add_list, node) { in hclge_sync_from_add_list()