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

/linux-4.1.27/tools/vm/
H A Dpage_owner_sort.c58 static void add_list(char *buf, int len) add_list() function
116 add_list(buf, ret); main()
/linux-4.1.27/drivers/pci/
H A Dsetup-bus.c1648 struct list_head *add_list = NULL; pci_assign_unassigned_root_bus_resources() local
1671 * last try will use add_list, otherwise will try good to have as pci_assign_unassigned_root_bus_resources()
1675 add_list = &realloc_head; pci_assign_unassigned_root_bus_resources()
1678 __pci_bus_size_bridges(bus, add_list); pci_assign_unassigned_root_bus_resources()
1681 __pci_bus_assign_resources(bus, add_list, &fail_head); pci_assign_unassigned_root_bus_resources()
1682 if (add_list) pci_assign_unassigned_root_bus_resources()
1683 BUG_ON(!list_empty(add_list)); pci_assign_unassigned_root_bus_resources()
1746 LIST_HEAD(add_list); /* list of resources that pci_assign_unassigned_bridge_resources()
1756 __pci_bus_size_bridges(parent, &add_list); pci_assign_unassigned_bridge_resources()
1757 __pci_bridge_assign_resources(bridge, &add_list, &fail_head); pci_assign_unassigned_bridge_resources()
1758 BUG_ON(!list_empty(&add_list)); pci_assign_unassigned_bridge_resources()
1807 LIST_HEAD(add_list); /* list of resources that pci_assign_unassigned_bus_resources()
1814 &add_list); pci_assign_unassigned_bus_resources()
1816 __pci_bus_assign_resources(bus, &add_list, NULL); pci_assign_unassigned_bus_resources()
1817 BUG_ON(!list_empty(&add_list)); pci_assign_unassigned_bus_resources()
/linux-4.1.27/fs/logfs/
H A Dgc.c182 static struct gc_candidate *add_list(struct gc_candidate *cand, add_list() function
278 cand = add_list(cand, &super->s_reserve_list); __add_candidate()
283 cand = add_list(cand, &super->s_free_list); __add_candidate()
288 cand = add_list(cand, &super->s_low_list[cand->dist]); __add_candidate()
292 cand = add_list(cand, &super->s_ec_list); __add_candidate()
/linux-4.1.27/drivers/pci/hotplug/
H A Dacpiphp_glue.c489 LIST_HEAD(add_list); enable_slot()
504 &add_list); enable_slot()
509 __pci_bus_assign_resources(bus, &add_list, NULL); enable_slot()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c1721 struct i40e_aqc_add_macvlan_element_data *add_list; i40e_sync_vsi_filters() local
1802 add_list = kcalloc(filter_list_len, i40e_sync_vsi_filters()
1805 if (!add_list) i40e_sync_vsi_filters()
1819 ether_addr_copy(add_list[num_add].mac_addr, f->macaddr); i40e_sync_vsi_filters()
1820 add_list[num_add].vlan_tag = i40e_sync_vsi_filters()
1823 add_list[num_add].queue_number = 0; i40e_sync_vsi_filters()
1826 add_list[num_add].flags = cpu_to_le16(cmd_flags); i40e_sync_vsi_filters()
1832 add_list, num_add, i40e_sync_vsi_filters()
1838 memset(add_list, 0, sizeof(*add_list)); i40e_sync_vsi_filters()
1843 add_list, num_add, NULL); i40e_sync_vsi_filters()
1846 kfree(add_list); i40e_sync_vsi_filters()
1847 add_list = NULL; i40e_sync_vsi_filters()

Completed in 262 milliseconds