Searched refs:cl_refs (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/rpc/
H A Dclnt.h133 volatile u_int cl_refs; /* reference count */ member in struct:__rpc_client
207 refcount_acquire(&(rh)->cl_refs)
209 if (refcount_release(&(rh)->cl_refs)) \
H A Dclnt_bck.c174 cl->cl_refs = 1;
H A Dclnt_rc.c117 cl->cl_refs = 1;
H A Dclnt_dg.c315 cl->cl_refs = 1;
H A Dclnt_vc.c270 cl->cl_refs = 1;
/freebsd-13-stable/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c137 volatile u_int cl_refs; member in struct:svc_rpc_gss_client
557 refcount_acquire(&client->cl_refs);
580 * Set the initial value of cl_refs to two. One for the caller
583 refcount_init(&client->cl_refs, 2);
641 if (!refcount_release(&client->cl_refs))
1437 refcount_acquire(&client->cl_refs);

Completed in 69 milliseconds