Searched refs:smax (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/ |
H A D | sja1105_flower.c | 82 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()
|
H A D | sja1105_static_config.h | 254 u64 smax; member
|
H A D | sja1105_main.c | 667 policing[port].smax = 65535; /* Burst size in bytes */ in sja1105_init_l2_policing() 3362 policing[port].smax = policer->burst; in sja1105_port_policer_add() 3375 policing[port].smax = 65535; in sja1105_port_policer_del()
|
H A D | sja1105_static_config.c | 301 sja1105_packing(buf, &entry->smax, 57, 42, size, op); in sja1105_l2_policing_entry_packing()
|
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/ |
H A D | sja1105_flower.c | 83 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 D | sja1105_static_config.h | 310 u64 smax; member
|
H A D | sja1105_main.c | 1051 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 D | sja1105_static_config.c | 425 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()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | sgiarcs.h | 364 int smax; /* Max # of symbols. */ member
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | sgiarcs.h | 364 int smax; /* Max # of symbols. */ member
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | fair.c | 1214 unsigned long smax; in task_scan_max() local 1218 smax = sysctl_numa_balancing_scan_period_max / task_nr_scan_windows(p); in task_scan_max() 1225 unsigned long period = smax; in task_scan_max() 1231 smax = max(smax, period); in task_scan_max() 1234 return max(smin, smax); in task_scan_max()
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | fair.c | 1552 unsigned long smax; in task_scan_max() local 1556 smax = sysctl_numa_balancing_scan_period_max / task_nr_scan_windows(p); in task_scan_max() 1563 unsigned long period = smax; in task_scan_max() 1569 smax = max(smax, period); in task_scan_max() 1572 return max(smin, smax); in task_scan_max()
|
Completed in 53 milliseconds