Searched refs:max_s (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/testing/selftests/zram/ |
H A D | zram_lib.sh | 131 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 D | fpu_emulator.h | 113 unsigned long max_s; member
|
/openbmc/qemu/tests/tcg/mips/include/ |
H A D | wrappers_msa.h | 483 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 D | me-debugfs.c | 142 __this_cpu_write((fpuemustats).max_s, 0); in fpuemustats_clear_show() 310 FPU_STAT_CREATE_EX(max_s); in debugfs_fpuemu()
|
H A D | cp1emu.c | 1894 MIPS_FPU_EMU_INC_STATS(max_s); in fpu_emu()
|
/openbmc/linux/lib/ |
H A D | maple_tree.c | 3102 unsigned char max_s = mt_slots[mt]; in mas_destroy_rebalance() local 3109 memset(slots + tmp, 0, sizeof(void *) * (max_s - tmp)); in mas_destroy_rebalance() 3119 memset(l_slots + tmp, 0, sizeof(void *) * (max_s - tmp)); in mas_destroy_rebalance()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 5383 MSA_BINOP_IMM_DF(maxi_s, max_s) in MSA_BINOP_IMM_DF()
|