Searched refs:xp_refs (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/rpc/
H A Dsvc.h152 volatile u_int xp_refs; member in struct:__rpc_svcxprt
421 refcount_acquire(&(xprt)->xp_refs)
424 if (refcount_release(&(xprt)->xp_refs)) \
H A Dsvc.c854 refcount_init(&xprt->xp_refs, 1);

Completed in 109 milliseconds