Searched refs:tmp_slot (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/mm/ |
A D | mm_slot.h | 38 struct mm_slot *tmp_slot, *mm_slot = NULL; \ 40 hash_for_each_possible(_hashtable, tmp_slot, hash, (unsigned long)_mm) \ 41 if (_mm == tmp_slot->mm) { \ 42 mm_slot = tmp_slot; \
|
/linux-6.3-rc2/drivers/pci/hotplug/ |
A D | ibmphp_ebda.c | 692 struct slot *tmp_slot; in ebda_rsrc_controller() local 843 tmp_slot = kzalloc(sizeof(*tmp_slot), GFP_KERNEL); in ebda_rsrc_controller() 844 if (!tmp_slot) { in ebda_rsrc_controller() 849 tmp_slot->flag = 1; in ebda_rsrc_controller() 853 tmp_slot->supported_speed = 3; in ebda_rsrc_controller() 855 tmp_slot->supported_speed = 2; in ebda_rsrc_controller() 857 tmp_slot->supported_speed = 1; in ebda_rsrc_controller() 872 tmp_slot->bus_on = bus_info_ptr1; in ebda_rsrc_controller() 874 tmp_slot->ctrl = hpc_ptr; in ebda_rsrc_controller() 901 pci_find_bus(0, tmp_slot->bus), tmp_slot->device, name); in ebda_rsrc_controller() [all …]
|
A D | rpaphp_slot.c | 56 struct slot *tmp_slot; in is_registered() local 58 list_for_each_entry(tmp_slot, &rpaphp_slot_head, rpaphp_slot_list) { in is_registered() 59 if (!strcmp(tmp_slot->name, slot->name)) in is_registered()
|
A D | ibmphp_core.c | 710 struct slot *tmp_slot; in is_bus_empty() local 718 tmp_slot = ibmphp_get_slot_from_physical_num(i); in is_bus_empty() 719 if (!tmp_slot) in is_bus_empty() 721 rc = slot_update(&tmp_slot); in is_bus_empty() 724 if (SLOT_PRESENT(tmp_slot->status) && in is_bus_empty() 725 SLOT_PWRGD(tmp_slot->status)) in is_bus_empty() 838 struct slot *tmp_slot; in check_limitations() local 843 tmp_slot = ibmphp_get_slot_from_physical_num(i); in check_limitations() 844 if (!tmp_slot) in check_limitations() 846 if ((SLOT_PWRGD(tmp_slot->status)) && in check_limitations() [all …]
|
Completed in 9 milliseconds