Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/dsa/sja1105/
Dsja1105_flower.c82 policing[rule->bcast_pol.sharindx].smax = burst; in sja1105_setup_bcast_policer()
154 policing[rule->tc_pol.sharindx].smax = burst; in sja1105_setup_tc_policer()
Dsja1105_static_config.h254 u64 smax; member
Dsja1105_main.c661 policing[port].smax = 65535; /* Burst size in bytes */ in sja1105_init_l2_policing()
3259 policing[port].smax = policer->burst; in sja1105_port_policer_add()
3272 policing[port].smax = 65535; in sja1105_port_policer_del()
Dsja1105_static_config.c301 sja1105_packing(buf, &entry->smax, 57, 42, size, op); in sja1105_l2_policing_entry_packing()
/Linux-v5.10/arch/mips/include/asm/
Dsgiarcs.h364 int smax; /* Max # of symbols. */ member
/Linux-v5.10/kernel/sched/
Dfair.c1176 unsigned long smax; in task_scan_max() local
1180 smax = sysctl_numa_balancing_scan_period_max / task_nr_scan_windows(p); in task_scan_max()
1187 unsigned long period = smax; in task_scan_max()
1193 smax = max(smax, period); in task_scan_max()
1196 return max(smin, smax); in task_scan_max()