Home
last modified time | relevance | path

Searched refs:CLSET_WAITCHAN (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/rpc/
H A Dclnt_rc.c240 CLNT_CONTROL(newclient, CLSET_WAITCHAN, rc->rc_waitchan); in clnt_reconnect_connect()
467 case CLSET_WAITCHAN: in clnt_reconnect_control()
H A Dclnt.h347 #define CLSET_WAITCHAN 21 /* set string to use in msleep call */ macro
H A Dclnt_dg.c913 case CLSET_WAITCHAN: in clnt_dg_control()
H A Dclnt_vc.c732 case CLSET_WAITCHAN: in clnt_vc_control()
/freebsd/sys/nlm/
H A Dnlm_prot_impl.c543 CLNT_CONTROL(rpcb, CLSET_WAITCHAN, wchan); in nlm_get_rpc()
553 CLNT_CONTROL(rpcb, CLSET_WAITCHAN, wchan); in nlm_get_rpc()
/freebsd/sys/fs/nfs/
H A Dnfs_commonkrpc.c376 CLNT_CONTROL(client, CLSET_WAITCHAN, "nfsreq"); in newnfs_connect()