Home
last modified time | relevance | path

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

/linux-6.6.21/arch/alpha/kernel/
Dosf_sys.c307 struct osf_statfs tmp_stat; in linux_to_osf_statfs() local
309 tmp_stat.f_type = linux_stat->f_type; in linux_to_osf_statfs()
310 tmp_stat.f_flags = 0; /* mount flags */ in linux_to_osf_statfs()
311 tmp_stat.f_fsize = linux_stat->f_frsize; in linux_to_osf_statfs()
312 tmp_stat.f_bsize = linux_stat->f_bsize; in linux_to_osf_statfs()
313 tmp_stat.f_blocks = linux_stat->f_blocks; in linux_to_osf_statfs()
314 tmp_stat.f_bfree = linux_stat->f_bfree; in linux_to_osf_statfs()
315 tmp_stat.f_bavail = linux_stat->f_bavail; in linux_to_osf_statfs()
316 tmp_stat.f_files = linux_stat->f_files; in linux_to_osf_statfs()
317 tmp_stat.f_ffree = linux_stat->f_ffree; in linux_to_osf_statfs()
[all …]
/linux-6.6.21/drivers/usb/chipidea/
Dudc.c593 int tmp_stat; in _hardware_enqueue() local
614 tmp_stat = hw_read(ci, OP_ENDPTSTAT, BIT(n)); in _hardware_enqueue()
617 if (tmp_stat) in _hardware_enqueue()
/linux-6.6.21/drivers/usb/gadget/udc/
Dfsl_udc_core.c720 u32 temp, bitmask, tmp_stat; in fsl_queue_td() local
748 tmp_stat = fsl_readl(&dr_regs->endptstatus) & bitmask; in fsl_queue_td()
756 if (tmp_stat) in fsl_queue_td()