| /xnu-8020.101.4/bsd/net/ |
| H A D | nwk_wq.c | 79 (PZERO - 1), "nwk_wq_thread_cont", 0, in nwk_wq_thread_cont() 104 (PZERO - 1), "nwk_wq_thread_func", 0, nwk_wq_thread_cont); in nwk_wq_thread_func()
|
| H A D | bridgestp.c | 2432 msleep(&bstp_task_queue, bstp_task_mtx, PZERO, "bstp_task_queue", NULL); in bstp_task_thread_func() 2490 msleep(&bstp_task_queue_running, bstp_task_mtx, PZERO, "bstp_task_queue", NULL); in bstp_task_drain()
|
| H A D | if_headless.c | 602 PZERO, "headless threadcall", 0); in headless_nx_ring_fini()
|
| H A D | dlil.c | 2636 (PZERO - 1), __func__, NULL); in dlil_init() 2667 (PZERO - 1), "if_flt_monitor", NULL); in if_flt_monitor_enter() 7901 (PZERO - 1), __func__, NULL); in ifnet_datamov_drain() 8837 (void) msleep(&ifp->if_threads_pending, &ifp->if_ref_lock, (PZERO - 1), in ifnet_attach() 9339 (PZERO - 1), "ifnet_ioref_wait", NULL); in ifnet_detach_final() 9447 &ifp->if_start_lock, (PZERO - 1), in ifnet_detach_final() 9479 &ifp->if_poll_lock, (PZERO - 1), in ifnet_detach_final() 9551 (PZERO - 1) | PSPIN, inp->dlth_name, NULL); in ifnet_detach_final()
|
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs_srvcache.c | 250 msleep(rp, &nfsrv_reqcache_mutex, PZERO - 1, "nfsrc", NULL); in nfsrv_getcache() 320 msleep(rp, &nfsrv_reqcache_mutex, PZERO - 1, "nfsrc", NULL); in nfsrv_getcache() 392 msleep(rp, &nfsrv_reqcache_mutex, PZERO - 1, "nfsrc", NULL); in nfsrv_updatecache()
|
| H A D | nfs4_subs.c | 2798 msleep(&nmp->nm_stateinuse, &nmp->nm_lock, (PZERO - 1), "nfsrecoverstartwait", &ts); in nfs_recover() 2815 tsleep(nfs_recover, (PZERO - 1), "nfsrecoverrestart", hz); in nfs_recover() 2918 tsleep(nfs_recover, (PZERO - 1), "nfsrecoverrestart", hz); in nfs_recover() 2982 tsleep(nfs_recover, (PZERO - 1), "nfsrecoverrestart", hz); in nfs_recover() 3007 tsleep(nfs_recover, (PZERO - 1), "nfsrecoverrestart", hz); in nfs_recover()
|
| H A D | nfs_node.c | 1057 msleep(&np->n_mflag, &nmp->nm_lock, PZERO - 1, "nfswaitmonscan", &ts); in nfs_vnop_reclaim() 1219 msleep(np, &np->n_lock, PZERO - 1, "nfsbusywant", &ts); in nfs_node_set_busy()
|
| H A D | nfs_socket.c | 677 msleep(&nso->nso_flags, &nso->nso_lock, PZERO - 1, "nfswaitupcall", &ts); in nfs_socket_destroy() 2029 msleep(&nmp->nm_state, &nmp->nm_lock, PZERO - 1, "nfswaitsending", &ts); in nfs_disconnect() 2033 msleep(&nmp->nm_sockflags, &nmp->nm_lock, PZERO - 1, "nfswaitpoke", &ts); in nfs_disconnect() 3487 msleep(req, &nmp->nm_lock, slpflag | (PZERO - 1), "nfswaitcwnd", &ts); in nfs_send() 4010 msleep(req, &req->r_mtx, slpflag | (PZERO - 1), "nfswaitreply", &ts); in nfs_wait_reply() 5050 msleep(req, &req->r_mtx, slpflag | (PZERO - 1), "nfswaitsent", &ts); in nfs_request_async() 5110 msleep(req, &req->r_mtx, PZERO - 1, "nfsresendqwait", &ts); in nfs_request_async_finish() 5683 msleep(statep, &nmp->nm_lock, slpflag | (PZERO - 1), "nfsndlck", &ts); in nfs_sndlock()
|
| H A D | nfs_vnops.c | 1540 msleep(np, &np->n_lock, PZERO - 1, "nfsrefreshwant", &ts); in nfs_refresh_fh() 1701 msleep(np, &np->n_lock, PZERO - 1, "nfsgetattrwant", &ts); in nfs_getattr_internal() 2968 tsleep(&nmp->nm_state, (PZERO - 1), "nfsgrace", 2 * hz); in nfs_read_rpc() 3828 tsleep(&nmp->nm_state, (PZERO - 1), "nfsgrace", 2 * hz); in nfs_write_rpc2() 8080 tsleep(&nmp->nm_state, (PZERO - 1), "nfsgrace", 2 * hz); in nfs_vnop_pagein() 8640 tsleep(&nmp->nm_state, (PZERO - 1), "nfsgrace", 2 * hz); in nfs_vnop_pageout() 8801 msleep(&np->n_mflag, &nmp->nm_lock, PZERO - 1, "nfswaitmonscan", &ts); in nfs_vnop_monitor()
|
| H A D | nfs_bio.c | 1903 tsleep(&nmp->nm_state, (PZERO - 1), "nfsgrace", 2 * hz); in nfs_buf_read_rpc_finish() 2456 msleep(&nmp->nm_asyncwrites, &nmp->nm_lock, slpflag | (PZERO - 1), "nfsasyncwrites", &ts); in nfs_async_write_start() 3179 tsleep(&nmp->nm_state, (PZERO - 1), "nfsgrace", 2 * hz); in nfs_buf_write_rpc_finish()
|
| /xnu-8020.101.4/bsd/sys/ |
| H A D | param.h | 134 #define PZERO 22 /* No longer magic, shouldn't be here. XXX */ macro
|
| /xnu-8020.101.4/bsd/netinet6/ |
| H A D | nd6_rti.c | 57 (void) msleep(&nd6_rti_list_busy, nd6_mutex, (PZERO - 1), in nd6_rti_list_wait()
|
| /xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_flow.c | 108 (PZERO + 1) | PSPIN, __FUNCTION__, NULL)) == EINTR) { in fsw_flow_add() 371 (PZERO - 1) | PSPIN, __FUNCTION__, NULL); in fsw_flow_del()
|
| /xnu-8020.101.4/bsd/skywalk/lib/ |
| H A D | cuckoo_hashtable_test.c | 327 (void) msleep(&chth_run, &cht_lock, (PZERO - 1), in cht_concurrent_ops_begin() 640 (void) msleep(&chth_cnt, &cht_lock, (PZERO - 1), in cht_concurrent_tests() 657 (void) msleep(&chth_cnt, &cht_lock, (PZERO - 1), in cht_concurrent_tests()
|
| H A D | cuckoo_hashtable.c | 350 (PZERO + 1), __FUNCTION__, NULL); in __resize_begin()
|
| /xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_owner.c | 124 (PZERO - 1), __FUNCTION__, NULL); in flow_owner_bucket_destroy() 131 (PZERO - 1), __FUNCTION__, NULL); in flow_owner_bucket_destroy()
|
| /xnu-8020.101.4/bsd/security/audit/ |
| H A D | audit_bsd.c | 131 (void) msleep(cvp, mp, PZERO, desc, 0); in _audit_cv_wait()
|
| /xnu-8020.101.4/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_filter.c | 262 &nif->nif_filter_lock, (PZERO + 1), in nx_netif_filter_remove()
|
| H A D | nx_netif_flow.c | 815 &nif->nif_flow_lock, (PZERO + 1), in nx_netif_flow_remove()
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | sysv_msg.c | 875 eval = msleep(blocking_resource, &sysv_msg_subsys_mutex, (PZERO - 4) | PCATCH, in msgsnd_nocancel() 1339 eval = msleep((caddr_t)msqptr, &sysv_msg_subsys_mutex, (PZERO - 4) | PCATCH, "msgwait", in msgrcv_nocancel()
|
| H A D | subr_log.c | 123 #define LOG_RDPRI (PZERO + 1)
|
| H A D | sysv_sem.c | 1162 eval = msleep((caddr_t)semakptr, &sysv_sem_subsys_mutex, (PZERO - 4) | PCATCH, in semop()
|
| /xnu-8020.101.4/bsd/netinet/ |
| H A D | ip_compat.h | 290 # define SLEEP(id, n) sleep((id), PZERO+1)
|
| /xnu-8020.101.4/bsd/skywalk/mem/ |
| H A D | skmem_test.c | 1753 (void) msleep(&skmth_cnt, &skmt_lock, (PZERO - 1), in skmem_advanced_tests() 1769 (void) msleep(&skmth_cnt, &skmt_lock, (PZERO - 1), in skmem_advanced_tests() 1798 (void) msleep(&skmth_run, &skmt_lock, (PZERO - 1), in skmem_test_func()
|
| /xnu-8020.101.4/bsd/skywalk/nexus/ |
| H A D | nexus_kern.c | 2326 (void) msleep0(&nxprov_detach_wchan, &sk_lock, (PZERO - 1), in nxprov_detacher() 2348 (PZERO - 1), __func__, 0, nxprov_detacher_cont); in nxprov_detacher_cont()
|