Searched refs:nfsrv_uc_thread (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_upcall.c90 nfsrv_uc_thread(void *arg, wait_result_t wr __unused) function
97 DPRINT("nfsrv_uc_thread %d started\n", qi);
106 printf("nfsrv_uc_thread received error %d\n", error);
116 DPRINT("nfsrv_uc_thread:%d dequeue %p from %p\n", qi, ep, myqueue);
157 /* If we're queued we might race with nfsrv_uc_thread */
211 error = kernel_thread_start(nfsrv_uc_thread, (void *)(uintptr_t)i, &nfsrv_uc_queue_tbl[nfsrv_uc_thread_count].ucq_thd);
215 printf("nfsd: Could not start nfsrv_uc_thread: %d\n", error);

Completed in 64 milliseconds