Home
last modified time | relevance | path

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

/openbmc/linux/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"
/openbmc/linux/arch/mips/include/asm/
H A Dfpu_emulator.h113 unsigned long max_s; member
/openbmc/qemu/tests/tcg/mips/include/
H A Dwrappers_msa.h483 DO_MSA__WD__WS_WT(MAX_S_B, max_s.b)
484 DO_MSA__WD__WS_WT(MAX_S_H, max_s.h)
485 DO_MSA__WD__WS_WT(MAX_S_W, max_s.w)
486 DO_MSA__WD__WS_WT(MAX_S_D, max_s.d)
/openbmc/linux/arch/mips/math-emu/
H A Dme-debugfs.c142 __this_cpu_write((fpuemustats).max_s, 0); in fpuemustats_clear_show()
310 FPU_STAT_CREATE_EX(max_s); in debugfs_fpuemu()
H A Dcp1emu.c1894 MIPS_FPU_EMU_INC_STATS(max_s); in fpu_emu()
/openbmc/linux/lib/
H A Dmaple_tree.c3100 unsigned char max_s = mt_slots[mt]; in mas_destroy_rebalance() local
3107 memset(slots + tmp, 0, sizeof(void *) * (max_s - tmp)); in mas_destroy_rebalance()
3117 memset(l_slots + tmp, 0, sizeof(void *) * (max_s - tmp)); in mas_destroy_rebalance()
/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c5383 MSA_BINOP_IMM_DF(maxi_s, max_s) in MSA_BINOP_IMM_DF()