Home
last modified time | relevance | path

Searched refs:SLP_INIT (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/vfs/nfs/
HDnfs_syscalls.c150 while (nfssvc_sockhead_flag & SLP_INIT) { in sys_nfssvc()
952 if (nfssvc_sockhead_flag & SLP_INIT) in nfsrv_init()
954 nfssvc_sockhead_flag |= SLP_INIT; in nfsrv_init()
971 nfssvc_sockhead_flag &= ~SLP_INIT; in nfsrv_init()
HDnfs.h499 #define SLP_INIT 0x01 macro