Searched refs:smax (Results 1 – 7 of 7) sorted by relevance
| /linux/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 | 1052 policing[port].smax = 65535; /* Burst size in bytes */ in sja1105_init_l2_policing() 2863 policing[port].smax = policer->burst; in sja1105_port_policer_add() 2876 policing[port].smax = 65535; in sja1105_port_policer_del()
|
| H A D | sja1105_static_config.c | 421 sja1105_packing(buf, &entry->smax, 57, 42, size, op); in sja1105_l2_policing_entry_packing() 435 sja1105_packing(buf, &entry->smax, 56, 39, size, op); in sja1110_l2_policing_entry_packing()
|
| /linux/arch/mips/include/asm/ |
| H A D | sgiarcs.h | 364 int smax; /* Max # of symbols. */ member
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | reg_bounds.c | 460 u64 smax, smin, neg_one; in range_refine_in_halves() local 463 smax = (u64)(u32)S32_MAX; in range_refine_in_halves() 467 smax = (u64)S64_MAX; in range_refine_in_halves() 471 x_pos = range_intersection(x_t, x, range(x_t, 0, smax)); in range_refine_in_halves() 473 y_pos = range_intersection(y_t, y, range(x_t, 0, smax)); in range_refine_in_halves()
|
| /linux/kernel/sched/ |
| H A D | fair.c | 1626 unsigned long smax; in task_scan_max() local 1630 smax = sysctl_numa_balancing_scan_period_max / task_nr_scan_windows(p); in task_scan_max() 1637 unsigned long period = smax; in task_scan_max() 1643 smax = max(smax, period); in task_scan_max() 1646 return max(smin, smax); in task_scan_max()
|