Home
last modified time | relevance | path

Searched refs:max_s (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/tools/testing/selftests/zram/
Dzram_lib.sh131 for max_s in $zram_max_streams; do
133 echo $max_s > $sys_path || \
134 echo "FAIL failed to set '$max_s' to $sys_path"
138 [ "$max_s" -ne "$max_streams" ] && \
139 echo "FAIL can't set max_streams '$max_s', get $max_stream"
/linux-5.19.10/arch/mips/include/asm/
Dfpu_emulator.h113 unsigned long max_s; member
/linux-5.19.10/arch/mips/math-emu/
Dme-debugfs.c142 __this_cpu_write((fpuemustats).max_s, 0); in fpuemustats_clear_show()
310 FPU_STAT_CREATE_EX(max_s); in debugfs_fpuemu()
Dcp1emu.c1894 MIPS_FPU_EMU_INC_STATS(max_s); in fpu_emu()