Home
last modified time | relevance | path

Searched refs:PZERO (Results 1 – 25 of 47) sorted by relevance

12

/xnu-8020.101.4/bsd/net/
H A Dnwk_wq.c79 (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 Dbridgestp.c2432 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 Dif_headless.c602 PZERO, "headless threadcall", 0); in headless_nx_ring_fini()
H A Ddlil.c2636 (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 Dnfs_srvcache.c250 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 Dnfs4_subs.c2798 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 Dnfs_node.c1057 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 Dnfs_socket.c677 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 Dnfs_vnops.c1540 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 Dnfs_bio.c1903 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 Dparam.h134 #define PZERO 22 /* No longer magic, shouldn't be here. XXX */ macro
/xnu-8020.101.4/bsd/netinet6/
H A Dnd6_rti.c57 (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 Dfsw_flow.c108 (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 Dcuckoo_hashtable_test.c327 (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 Dcuckoo_hashtable.c350 (PZERO + 1), __FUNCTION__, NULL); in __resize_begin()
/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_owner.c124 (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 Daudit_bsd.c131 (void) msleep(cvp, mp, PZERO, desc, 0); in _audit_cv_wait()
/xnu-8020.101.4/bsd/skywalk/nexus/netif/
H A Dnx_netif_filter.c262 &nif->nif_filter_lock, (PZERO + 1), in nx_netif_filter_remove()
H A Dnx_netif_flow.c815 &nif->nif_flow_lock, (PZERO + 1), in nx_netif_flow_remove()
/xnu-8020.101.4/bsd/kern/
H A Dsysv_msg.c875 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 Dsubr_log.c123 #define LOG_RDPRI (PZERO + 1)
H A Dsysv_sem.c1162 eval = msleep((caddr_t)semakptr, &sysv_sem_subsys_mutex, (PZERO - 4) | PCATCH, in semop()
/xnu-8020.101.4/bsd/netinet/
H A Dip_compat.h290 # define SLEEP(id, n) sleep((id), PZERO+1)
/xnu-8020.101.4/bsd/skywalk/mem/
H A Dskmem_test.c1753 (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 Dnexus_kern.c2326 (void) msleep0(&nxprov_detach_wchan, &sk_lock, (PZERO - 1), in nxprov_detacher()
2348 (PZERO - 1), __func__, 0, nxprov_detacher_cont); in nxprov_detacher_cont()

12