HomeSort by: relevance | last modified time | path
    Searched defs:nfskq_thread (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/nfs/
nfs_kq.c 68 static struct lwp *nfskq_thread; variable in typeref:struct:lwp *
85 if (nfskq_thread != NULL) {
91 } while (nfskq_thread != NULL);
174 nfskq_thread = NULL;
183 nfskq_thread = NULL;
335 if (!nfskq_thread) {
337 NULL, &nfskq_thread, "nfskqpoll");
nfs_kq.c 68 static struct lwp *nfskq_thread; variable in typeref:struct:lwp *
85 if (nfskq_thread != NULL) {
91 } while (nfskq_thread != NULL);
174 nfskq_thread = NULL;
183 nfskq_thread = NULL;
335 if (!nfskq_thread) {
337 NULL, &nfskq_thread, "nfskqpoll");

Completed in 24 milliseconds