Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/
H A Dipmpstat.c572 uint_t nactive = 0, ninactive = 0, nunusable = 0; in sfunc_group_interfaces() local
597 if (ninactive++ != 0) in sfunc_group_interfaces()
611 if (ninactive > 0) { in sfunc_group_interfaces()
621 if (nactive + ninactive != 0) in sfunc_group_interfaces()
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h99 kstat_named_t ninactive; /* VOP_INACTIVE */ member
/titanic_41/usr/src/uts/common/sys/
H A Dvnode.h98 kstat_named_t ninactive; /* VOP_INACTIVE */ member
/titanic_41/usr/src/uts/common/fs/
H A Dvnode.c485 kstat_named_init(&vsp->ninactive, "ninactive", KSTAT_DATA_UINT64); in create_vopstats_template()