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

/linux-master/drivers/pci/
H A Dsetup-bus.c1752 struct list_head *add_list,
1777 /* If the resource is part of the add_list, remove it now */
1778 if (add_list)
1779 remove_from_list(add_list, res);
1834 struct list_head *add_list,
1869 adjust_bridge_window(bridge, io_res, add_list, resource_size(&io));
1870 adjust_bridge_window(bridge, mmio_res, add_list, resource_size(&mmio));
1871 adjust_bridge_window(bridge, mmio_pref_res, add_list,
1962 pci_bus_distribute_available_resources(b, add_list, io, mmio,
1972 struct list_head *add_list)
1751 adjust_bridge_window(struct pci_dev *bridge, struct resource *res, struct list_head *add_list, resource_size_t new_size) argument
1833 pci_bus_distribute_available_resources(struct pci_bus *bus, struct list_head *add_list, struct resource io, struct resource mmio, struct resource mmio_pref) argument
1971 pci_bridge_distribute_available_resources(struct pci_dev *bridge, struct list_head *add_list) argument
2016 pci_root_bus_distribute_available_resources(struct pci_bus *bus, struct list_head *add_list) argument
2049 struct list_head *add_list = NULL; local
[all...]
/linux-master/fs/btrfs/
H A Ddelayed-ref.c529 if (!list_empty(&ref->add_list))
530 list_del(&ref->add_list);
698 list_add_tail(&ref->add_list, &href->ref_add_list);
715 list_add_tail(&exist->add_list,
718 ASSERT(!list_empty(&exist->add_list));
719 list_del(&exist->add_list);
1004 INIT_LIST_HEAD(&ref->add_list);
H A Ddelayed-ref.h40 struct list_head add_list; member in struct:btrfs_delayed_ref_node
H A Dextent-tree.c1833 struct btrfs_delayed_ref_node, add_list);
1837 ASSERT(list_empty(&ref->add_list));
2026 if (!list_empty(&ref->add_list))
2027 list_del(&ref->add_list);
H A Ddisk-io.c4575 if (!list_empty(&ref->add_list))
4576 list_del(&ref->add_list);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_arfs.c204 * @add_list: list to populate with filters to be added to Flow Director
212 * is expected to add/delete rules on the add_list/del_list respectively.
216 struct hlist_head *add_list,
238 hlist_add_head(&ep->list_entry, add_list);
215 ice_arfs_update_flow_rules(struct ice_vsi *vsi, u16 idx, struct hlist_head *add_list, struct hlist_head *del_list) argument
/linux-master/drivers/pci/hotplug/
H A Dacpiphp_glue.c501 LIST_HEAD(add_list);
516 &add_list);
520 __pci_bus_assign_resources(bus, &add_list, NULL);
/linux-master/tools/mm/
H A Dpage_owner_sort.c469 static bool add_list(char *buf, int len, char *ext_buf) function
818 if (!add_list(buf, buf_len, ext_buf))
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c2305 * @add_list: return data from fw
2313 struct i40e_aqc_add_macvlan_element_data *add_list,
2326 if (add_list[i].match_method == I40E_AQC_MM_ERR_NO_RES) {
2565 struct i40e_aqc_add_macvlan_element_data *add_list; local
2708 add_list = kzalloc(list_size, GFP_ATOMIC);
2709 if (!add_list)
2730 ether_addr_copy(add_list[num_add].mac_addr,
2733 add_list[num_add].vlan_tag = 0;
2736 add_list[num_add].vlan_tag =
2739 add_list[num_ad
2312 i40e_update_filter_state(int count, struct i40e_aqc_add_macvlan_element_data *add_list, struct i40e_new_mac_filter *add_head) argument
[all...]
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c1039 static void hclgevf_sync_from_add_list(struct list_head *add_list, argument
1044 list_for_each_entry_safe(mac_node, tmp, add_list, node) {
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c2189 LIST_HEAD(add_list);
2256 list_add_tail(&device->add_list_entry, &add_list);
2311 list_for_each_entry_safe(device, next, &add_list, add_list_entry) {
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c8791 static bool hclge_sync_from_add_list(struct list_head *add_list, argument
8797 list_for_each_entry_safe(mac_node, tmp, add_list, node) {

Completed in 305 milliseconds