Searched refs:nfsrv_uc_thread_count (Results 1 – 1 of 1) sorted by relevance
66 #define NFS_UC_HASH(x) ((((uint32_t)(uintptr_t)(x)) >> 3) % nfsrv_uc_thread_count)81 static int32_t nfsrv_uc_thread_count; variable145 nfsrv_uc_thread_count--; in nfsrv_uc_thread()146 wakeup(&nfsrv_uc_thread_count); in nfsrv_uc_thread()221 while (nfsrv_uc_shutdown || nfsrv_uc_thread_count > 0) { in nfsrv_uc_start()222 msleep(&nfsrv_uc_thread_count, &nfsrv_uc_shutdown_lock, PSOCK, "nfsd_upcall_shutdown_wait", NULL); in nfsrv_uc_start()227 …d_start(nfsrv_uc_thread, (void *)(uintptr_t)i, &nfsrv_uc_queue_tbl[nfsrv_uc_thread_count].ucq_thd); in nfsrv_uc_start()229 nfsrv_uc_thread_count++; in nfsrv_uc_start()234 if (nfsrv_uc_thread_count == 0) { in nfsrv_uc_start()255 int32_t thread_count = nfsrv_uc_thread_count; in nfsrv_uc_stop()[all …]