Home
last modified time | relevance | path

Searched refs:maxload (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/ntp/lib/isc/
H A Dsymtab.c50 unsigned int maxload; member
85 symtab->maxload = size * 3 / 4; in isc_symtab_create()
225 symtab->maxload = newmax; in grow_table()
274 if (symtab->count > symtab->maxload) in isc_symtab_define()
/freebsd-13.1/sys/kern/
H A Dsched_ule.c797 sched_lowest(const struct cpu_group *cg, cpuset_t *mask, int pri, int maxload, in sched_lowest() argument
807 s.cs_load = maxload; in sched_lowest()