Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/dsa/sja1105/
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()
A Dsja1105_static_config.h310 u64 smax; member
A Dsja1105_main.c1052 policing[port].smax = 65535; /* Burst size in bytes */ in sja1105_init_l2_policing()
2876 policing[port].smax = policer->burst; in sja1105_port_policer_add()
2889 policing[port].smax = 65535; in sja1105_port_policer_del()
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()
/linux-6.3-rc2/arch/mips/include/asm/
A Dsgiarcs.h364 int smax; /* Max # of symbols. */ member
/linux-6.3-rc2/kernel/sched/
A Dfair.c1212 unsigned long smax; in task_scan_max() local
1216 smax = sysctl_numa_balancing_scan_period_max / task_nr_scan_windows(p); in task_scan_max()
1223 unsigned long period = smax; in task_scan_max()
1229 smax = max(smax, period); in task_scan_max()
1232 return max(smin, smax); in task_scan_max()

Completed in 36 milliseconds