Home
last modified time | relevance | path

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

/freebsd/tools/test/stress2/misc/
H A Dswapoff6.sh18 nmax=`sysctl -n hw.ncpu`
19 [ $nmax -gt 4 ] && nmax=4
21 for i in `jot $nmax`; do
32 if [ $ncur -lt $nmax ]; then
34 for i in `jot $((nmax - ncur))`; do
/freebsd/tests/sys/acl/
H A Drun121 my $nmax = (@$out > @$result) ? @$out : @$result;
122 for (my $n=0; $n < $nmax; $n++) {
143 for (my $n=0; $n < $nmax; $n++) {
/freebsd/sys/geom/zoned/
H A Dg_zoned.h170 uint64_t nmax, nzones, reserve; in g_zoned_nzones() local
175 nmax = (uint64_t)mediasize / (uint64_t)zonesize; in g_zoned_nzones()
176 if (nmax == 0) in g_zoned_nzones()
180 roundup2(nmax * G_ZONED_ENTRY_SIZE, (uint64_t)secsize); in g_zoned_nzones()
/freebsd/contrib/flex/src/
H A Dbuf.c211 buf->nmax = 0; in buf_init()
238 if (n_elem + buf->nelts > buf->nmax) { in buf_append()
259 buf->nmax = n_alloc; in buf_append()
H A Dflexdef.h1045 int nmax; /* max capacity of elements. */ member
/freebsd/contrib/wpa/src/utils/
H A Deloop.c298 size_t nmax = eloop.count + 1 + 50; in eloop_sock_table_add_sock() local
300 n = os_realloc_array(eloop.pollfds, nmax, in eloop_sock_table_add_sock()
305 eloop.max_poll_fds = nmax; in eloop_sock_table_add_sock()