Home
last modified time | relevance | path

Searched refs:tmp_stat (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/alpha/kernel/
H A Dosf_sys.c306 struct osf_statfs tmp_stat; in linux_to_osf_statfs() local
308 tmp_stat.f_type = linux_stat->f_type; in linux_to_osf_statfs()
309 tmp_stat.f_flags = 0; /* mount flags */ in linux_to_osf_statfs()
317 tmp_stat.f_fsid = linux_stat->f_fsid; in linux_to_osf_statfs()
318 if (bufsiz > sizeof(tmp_stat)) in linux_to_osf_statfs()
319 bufsiz = sizeof(tmp_stat); in linux_to_osf_statfs()
327 struct osf_statfs64 tmp_stat = { 0 }; in linux_to_osf_statfs64() local
329 tmp_stat.f_type = linux_stat->f_type; in linux_to_osf_statfs64()
337 tmp_stat.f_fsid = linux_stat->f_fsid; in linux_to_osf_statfs64()
338 if (bufsiz > sizeof(tmp_stat)) in linux_to_osf_statfs64()
[all …]
/linux-6.15/drivers/usb/chipidea/
H A Dudc.c734 int tmp_stat; in _hardware_enqueue() local
755 tmp_stat = hw_read(ci, OP_ENDPTSTAT, BIT(n)); in _hardware_enqueue()
756 } while (!hw_read(ci, OP_USBCMD, USBCMD_ATDTW) && tmp_stat); in _hardware_enqueue()
758 if (tmp_stat) in _hardware_enqueue()
/linux-6.15/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c725 u32 temp, bitmask, tmp_stat; in fsl_queue_td() local
753 tmp_stat = fsl_readl(&dr_regs->endptstatus) & bitmask; in fsl_queue_td()
761 if (tmp_stat) in fsl_queue_td()