Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/smb/
HDsmb_iod.c411 smb_sleep(evp, SMB_IOD_EVINTERLOCK(iod), PDROP, "90evw", 0); in smb_iod_request()
472 smb_sleep(&iod->iod_muxwant, SMB_IOD_RQINTERLOCK(iod), 0, "90mux", 0); in smb_iod_addrq()
497 smb_sleep(rqp, SMB_IOD_RQINTERLOCK(iod), 0, "90xrm", 0); in smb_iod_removerq()
530 smb_sleep(&rqp->sr_state, SMBRQ_INTERLOCK(rqp), 0, "90wrq", 0); in smb_iod_waitrq()
HDsmb_subr.h142 int smb_sleep(void *chan, struct smb_slock *sl, int slpflags, const char *wmesg, int timo);
HDsmb_subr.c429 smb_sleep(void *chan, struct smb_slock *sl, int slpflags, const char *wmesg, int timo) in smb_sleep() function
HDsmb_rq.c192 smb_sleep(&ssp->ss_vcgenid, SMBS_ST_INTERLOCK(ssp), in smb_rq_enqueue()