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

/linux-master/arch/alpha/kernel/
H A Dosf_sys.c307 struct osf_statfs tmp_stat; local
309 tmp_stat.f_type = linux_stat->f_type;
310 tmp_stat.f_flags = 0; /* mount flags */
311 tmp_stat.f_fsize = linux_stat->f_frsize;
312 tmp_stat.f_bsize = linux_stat->f_bsize;
313 tmp_stat.f_blocks = linux_stat->f_blocks;
314 tmp_stat.f_bfree = linux_stat->f_bfree;
315 tmp_stat.f_bavail = linux_stat->f_bavail;
316 tmp_stat.f_files = linux_stat->f_files;
317 tmp_stat
328 struct osf_statfs64 tmp_stat = { 0 }; local
[all...]
/linux-master/drivers/usb/chipidea/
H A Dudc.c593 int tmp_stat; local
614 tmp_stat = hw_read(ci, OP_ENDPTSTAT, BIT(n));
617 if (tmp_stat)
/linux-master/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c724 u32 temp, bitmask, tmp_stat; local
752 tmp_stat = fsl_readl(&dr_regs->endptstatus) & bitmask;
760 if (tmp_stat)

Completed in 209 milliseconds