Searched refs:max_s (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/zram/
H A 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-master/arch/mips/include/asm/
H A Dfpu_emulator.h113 unsigned long max_s; member in struct:mips_fpu_emulator_stats
/linux-master/arch/mips/math-emu/
H A Dme-debugfs.c142 __this_cpu_write((fpuemustats).max_s, 0);
310 FPU_STAT_CREATE_EX(max_s);
H A Dcp1emu.c1894 MIPS_FPU_EMU_INC_STATS(max_s);
/linux-master/lib/
H A Dmaple_tree.c3066 unsigned char max_s = mt_slots[mt]; local
3073 memset(slots + tmp, 0, sizeof(void *) * (max_s - tmp));
3083 memset(l_slots + tmp, 0, sizeof(void *) * (max_s - tmp));

Completed in 144 milliseconds