Home
last modified time | relevance | path

Searched refs:smax (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/net/dsa/sja1105/
H A Dsja1105_flower.c83 policing[rule->bcast_pol.sharindx].smax = burst; in sja1105_setup_bcast_policer()
155 policing[rule->tc_pol.sharindx].smax = burst; in sja1105_setup_tc_policer()
H A Dsja1105_static_config.h310 u64 smax; member
H A Dsja1105_main.c1051 policing[port].smax = 65535; /* Burst size in bytes */ in sja1105_init_l2_policing()
2926 policing[port].smax = policer->burst; in sja1105_port_policer_add()
2939 policing[port].smax = 65535; in sja1105_port_policer_del()
H A Dsja1105_static_config.c425 sja1105_packing(buf, &entry->smax, 57, 42, size, op); in sja1105_l2_policing_entry_packing()
439 sja1105_packing(buf, &entry->smax, 56, 39, size, op); in sja1110_l2_policing_entry_packing()
/openbmc/linux/arch/mips/include/asm/
H A Dsgiarcs.h364 int smax; /* Max # of symbols. */ member
/openbmc/qemu/tcg/
H A Dtcg-op-ldst.c1296 GEN_ATOMIC_HELPER(fetch_smax, smax, 0)
1305 GEN_ATOMIC_HELPER(smax_fetch, smax, 1)
/openbmc/linux/kernel/sched/
H A Dfair.c1515 unsigned long smax; in task_scan_max() local
1519 smax = sysctl_numa_balancing_scan_period_max / task_nr_scan_windows(p); in task_scan_max()
1526 unsigned long period = smax; in task_scan_max()
1532 smax = max(smax, period); in task_scan_max()
1535 return max(smin, smax); in task_scan_max()
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate_vx.c.inc1740 gen_gvec_fn_3(smax, es, v1, v2, v3);
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvv.c.inc1924 GEN_OPIVV_GVEC_TRANS(vmax_vv, smax)
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sve.c3375 DO_ZZI(SMAX, smax)