Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Daggr_impl.h102 uint32_t lp_refs; /* refcount */ member
249 atomic_inc_32(&(port)->lp_refs); \
250 ASSERT((port)->lp_refs != 0); \
254 ASSERT((port)->lp_refs != 0); \
256 if (atomic_dec_32_nv(&(port)->lp_refs) == 0) \
/titanic_50/usr/src/uts/common/io/aggr/
H A Daggr_port.c216 port->lp_refs = 1; in aggr_port_create()
320 ASSERT(port->lp_refs == 0); in aggr_port_free()