Home
last modified time | relevance | path

Searched refs:nzero (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/jemalloc/src/
H A Dlarge.c203 size_t nzero = (uintptr_t)zpast - (uintptr_t)zbase; in large_ralloc_no_move_expand() local
204 assert(nzero > 0); in large_ralloc_no_move_expand()
205 memset(zbase, 0, nzero); in large_ralloc_no_move_expand()
/freebsd-13.1/sbin/pfctl/
H A Dpfctl_radix.c343 pfr_clr_tstats(struct pfr_table *tbl, int size, int *nzero, int flags) in pfr_clr_tstats() argument
360 if (nzero) in pfr_clr_tstats()
361 *nzero = io.pfrio_nzero; in pfr_clr_tstats()
H A Dpfctl_table.c136 int nadd = 0, ndel = 0, nchange = 0, nzero = 0; in pfctl_table() local
354 RVTEST(pfr_clr_tstats(&table, 1, &nzero, flags)); in pfctl_table()
355 xprintf(opts, "%d table/stats cleared", nzero); in pfctl_table()
/freebsd-13.1/sys/netpfil/pf/
H A Dpf_table.c648 int *nzero, int flags) in pfr_clr_astats() argument
681 if (nzero != NULL) in pfr_clr_astats()
682 *nzero = xzero; in pfr_clr_astats()
1374 pfr_clr_tstats(struct pfr_table *tbl, int size, int *nzero, int flags) in pfr_clr_tstats() argument
1395 if (nzero != NULL) in pfr_clr_tstats()
1396 *nzero = xzero; in pfr_clr_tstats()