Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDzfs_fuid.c227 int numnodes; in zfs_fuid_sync() local
250 numnodes = avl_numnodes(&zfsvfs->z_fuid_idx); in zfs_fuid_sync()
251 fuids = kmem_alloc(numnodes * sizeof (void *), KM_SLEEP); in zfs_fuid_sync()
262 (const nvlist_t * const *)fuids, numnodes); in zfs_fuid_sync()
263 for (i = 0; i != numnodes; i++) in zfs_fuid_sync()
265 kmem_free(fuids, numnodes * sizeof (void *)); in zfs_fuid_sync()
/freebsd-14-stable/usr.sbin/ngctl/
HDtypes.c92 printf("%15s %5d\n", ti->type_name, ti->numnodes); in TypesCmd()
/freebsd-14-stable/sys/netgraph/
HDng_message.h281 u_int32_t numnodes; /* number alive */ member
HDng_base.c2767 tp->numnodes = type->refs - 1; /* don't count list */ in ng_generic_msg()