Searched refs:itmp (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
H A D | base.c | 170 struct nvkm_instobj *iobj, *itmp; in nvkm_instmem_boot() local 172 list_for_each_entry_safe(iobj, itmp, &imem->list, head) { in nvkm_instmem_boot()
|
/linux/drivers/platform/x86/ |
H A D | thinkpad_acpi.c | 972 struct ibm_struct *ibm, *itmp; in tpacpi_suspend_handler() local 974 list_for_each_entry_safe(ibm, itmp, in tpacpi_suspend_handler() 986 struct ibm_struct *ibm, *itmp; in tpacpi_resume_handler() local 988 list_for_each_entry_safe(ibm, itmp, in tpacpi_resume_handler() 1004 struct ibm_struct *ibm, *itmp; in tpacpi_shutdown_handler() local 1006 list_for_each_entry_safe(ibm, itmp, in tpacpi_shutdown_handler() 11764 struct ibm_struct *ibm, *itmp; in thinkpad_acpi_module_exit() local 11775 list_for_each_entry_safe_reverse(ibm, itmp, in thinkpad_acpi_module_exit()
|