Searched refs:smb_sleep (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/sys/netproto/smb/ |
| HD | smb_iod.c | 411 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()
|
| HD | smb_subr.h | 142 int smb_sleep(void *chan, struct smb_slock *sl, int slpflags, const char *wmesg, int timo);
|
| HD | smb_subr.c | 429 smb_sleep(void *chan, struct smb_slock *sl, int slpflags, const char *wmesg, int timo) in smb_sleep() function
|
| HD | smb_rq.c | 192 smb_sleep(&ssp->ss_vcgenid, SMBS_ST_INTERLOCK(ssp), in smb_rq_enqueue()
|