Searched refs:itmp (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/block/ |
D | compat_ioctl.c | 154 int itmp; in compat_cdrom_generic_command() local 168 get_user(itmp, &cgc32->quiet) || in compat_cdrom_generic_command() 169 put_user(itmp, &cgc->quiet) || in compat_cdrom_generic_command() 170 get_user(itmp, &cgc32->timeout) || in compat_cdrom_generic_command() 171 put_user(itmp, &cgc->timeout) || in compat_cdrom_generic_command()
|
/linux-4.1.27/drivers/platform/x86/ |
D | thinkpad_acpi.c | 932 struct ibm_struct *ibm, *itmp; in tpacpi_suspend_handler() local 934 list_for_each_entry_safe(ibm, itmp, in tpacpi_suspend_handler() 946 struct ibm_struct *ibm, *itmp; in tpacpi_resume_handler() local 948 list_for_each_entry_safe(ibm, itmp, in tpacpi_resume_handler() 964 struct ibm_struct *ibm, *itmp; in tpacpi_shutdown_handler() local 966 list_for_each_entry_safe(ibm, itmp, in tpacpi_shutdown_handler() 9372 struct ibm_struct *ibm, *itmp; in thinkpad_acpi_module_exit() local 9376 list_for_each_entry_safe_reverse(ibm, itmp, in thinkpad_acpi_module_exit()
|