/linux-6.12.1/drivers/acpi/ |
D | acpi_memhotplug.c | 56 struct list_head res_list; member 73 list_for_each_entry(info, &mem_device->res_list, list) { in acpi_memory_get_resource() 92 list_add_tail(&new->list, &mem_device->res_list); in acpi_memory_get_resource() 102 list_for_each_entry_safe(info, n, &mem_device->res_list, list) in acpi_memory_free_device_resources() 104 INIT_LIST_HEAD(&mem_device->res_list); in acpi_memory_free_device_resources() 112 if (!list_empty(&mem_device->res_list)) in acpi_memory_get_device_resources() 181 list_for_each_entry(info, &mem_device->res_list, list) { in acpi_memory_enable_device() 206 list_for_each_entry(info, &mem_device->res_list, list) { in acpi_memory_enable_device() 259 list_for_each_entry_safe(info, n, &mem_device->res_list, list) { in acpi_memory_remove_memory() 297 INIT_LIST_HEAD(&mem_device->res_list); in acpi_memory_device_add()
|
/linux-6.12.1/drivers/acpi/apei/ |
D | apei-base.c | 292 static int apei_res_add(struct list_head *res_list, in apei_res_add() argument 301 list_for_each_entry_safe(res, resn, res_list, list) { in apei_res_add() 317 list_add(&res_ins->list, res_list); in apei_res_add() 324 list_add(&res_ins->list, res_list); in apei_res_add() 370 static void apei_res_clean(struct list_head *res_list) in apei_res_clean() argument 374 list_for_each_entry_safe(res, resn, res_list, list) { in apei_res_clean()
|
/linux-6.12.1/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_binding.c | 324 if (!list_empty(&bi->res_list)) in vmw_binding_drop() 325 list_del(&bi->res_list); in vmw_binding_drop() 354 INIT_LIST_HEAD(&loc->res_list); in vmw_binding_add() 415 list_add_tail(&loc->res_list, &loc->res->binding_head); in vmw_binding_transfer() 475 list_for_each_entry_safe(entry, next, head, res_list) in vmw_binding_res_list_kill() 492 list_for_each_entry(entry, head, res_list) { in vmw_binding_res_list_scrub() 500 list_for_each_entry(entry, head, res_list) { in vmw_binding_res_list_scrub()
|
D | vmwgfx_binding.h | 76 struct list_head res_list; member
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx4/ |
D | resource_tracker.c | 516 slave_list[i].res_list[t]); in mlx4_init_resource_tracker() 1011 &tracker->slave_list[slave].res_list[RES_COUNTER], in handle_unexisting_counter() 1250 &tracker->slave_list[slave].res_list[RES_COUNTER], in mlx4_calc_vf_counters() 1313 &tracker->slave_list[slave].res_list[type]); in add_res_range() 2011 &tracker->slave_list[slave].res_list[RES_MAC]; in mac_find_smac_ix_in_slave() 2028 &tracker->slave_list[slave].res_list[RES_MAC]; in mac_add_to_slave() 2051 &tracker->slave_list[slave].res_list[RES_MAC]); in mac_add_to_slave() 2061 &tracker->slave_list[slave].res_list[RES_MAC]; in mac_del_from_slave() 2081 &tracker->slave_list[slave].res_list[RES_MAC]; in rem_slave_macs() 2135 &tracker->slave_list[slave].res_list[RES_VLAN]; in vlan_add_to_slave() [all …]
|
D | mlx4.h | 539 struct list_head res_list[MLX4_NUM_OF_RESOURCE_TYPE]; member
|
/linux-6.12.1/drivers/hwtracing/coresight/ |
D | coresight-stm.c | 690 LIST_HEAD(res_list); in acpi_stm_get_stimulus_area() 694 rc = acpi_dev_get_resources(adev, &res_list, NULL, NULL); in acpi_stm_get_stimulus_area() 705 list_for_each_entry(rent, &res_list, node) { in acpi_stm_get_stimulus_area() 717 acpi_dev_free_resource_list(&res_list); in acpi_stm_get_stimulus_area()
|
/linux-6.12.1/drivers/gpio/ |
D | gpiolib-acpi.c | 812 struct list_head res_list; in acpi_gpio_resource_lookup() local 815 INIT_LIST_HEAD(&res_list); in acpi_gpio_resource_lookup() 817 ret = acpi_dev_get_resources(adev, &res_list, in acpi_gpio_resource_lookup() 823 acpi_dev_free_resource_list(&res_list); in acpi_gpio_resource_lookup()
|
/linux-6.12.1/drivers/scsi/ |
D | mvumi.h | 540 struct list_head res_list; member
|
D | mvumi.c | 151 list_add_tail(&res->entry, &mhba->res_list); in mvumi_alloc_mem_resource() 160 list_for_each_entry_safe(res, tmp, &mhba->res_list, entry) { in mvumi_release_mem_resource() 2482 INIT_LIST_HEAD(&mhba->res_list); in mvumi_probe_one()
|