Searched refs:min_s (Results 1 – 4 of 4) sorted by relevance
117 unsigned long min_s; member
146 __this_cpu_write((fpuemustats).min_s, 0); in fpuemustats_clear_show()314 FPU_STAT_CREATE_EX(min_s); in debugfs_fpuemu()
1868 MIPS_FPU_EMU_INC_STATS(min_s); in fpu_emu()
3498 + size_t min_s;3505 + min_s = min(size - 1, strlen(msg));3510 + (void)(copy_to_user(output, msg, min_s) + 1);3512 + (void)(copy_to_user((output + min_s), &null_ch, 1) + 1);