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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_upcall.c60 #define NFS_UC_HASH(x) ((((uint32_t)(uintptr_t)(x)) >> 3) % nfsrv_uc_thread_count)
75 static int32_t nfsrv_uc_thread_count; variable
133 nfsrv_uc_thread_count--;
134 wakeup(&nfsrv_uc_thread_count);
206 while (nfsrv_uc_shutdown || nfsrv_uc_thread_count > 0)
207 msleep(&nfsrv_uc_thread_count, nfsrv_uc_shutdown_lock, PSOCK, "nfsd_upcall_shutdown_wait", NULL);
211 error = kernel_thread_start(nfsrv_uc_thread, (void *)(uintptr_t)i, &nfsrv_uc_queue_tbl[nfsrv_uc_thread_count].ucq_thd);
213 nfsrv_uc_thread_count++;
218 if (nfsrv_uc_thread_count == 0) {
239 int32_t thread_count = nfsrv_uc_thread_count;
[all...]

Completed in 16 milliseconds