Searched refs:tmp_slot (Results 1 - 4 of 4) sorted by relevance

/linux-master/mm/
H A Dmm_slot.h38 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-master/drivers/pci/hotplug/
H A Drpaphp_slot.c56 struct slot *tmp_slot; local
58 list_for_each_entry(tmp_slot, &rpaphp_slot_head, rpaphp_slot_list) {
59 if (!strcmp(tmp_slot->name, slot->name))
H A Dibmphp_ebda.c692 struct slot *tmp_slot; local
843 tmp_slot = kzalloc(sizeof(*tmp_slot), GFP_KERNEL);
844 if (!tmp_slot) {
849 tmp_slot->flag = 1;
851 tmp_slot->capabilities = hpc_ptr->slots[index].slot_cap;
853 tmp_slot->supported_speed = 3;
855 tmp_slot->supported_speed = 2;
857 tmp_slot->supported_speed = 1;
860 tmp_slot
[all...]
H A Dibmphp_core.c710 struct slot *tmp_slot; local
718 tmp_slot = ibmphp_get_slot_from_physical_num(i);
719 if (!tmp_slot)
721 rc = slot_update(&tmp_slot);
724 if (SLOT_PRESENT(tmp_slot->status) &&
725 SLOT_PWRGD(tmp_slot->status))
838 struct slot *tmp_slot; local
843 tmp_slot = ibmphp_get_slot_from_physical_num(i);
844 if (!tmp_slot)
846 if ((SLOT_PWRGD(tmp_slot
[all...]

Completed in 104 milliseconds