Home
last modified time | relevance | path

Searched refs:PSPIN (Results 1 – 12 of 12) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dflowadv.c181 (void) msleep0(&fadv_list, &fadv_lock, (PSOCK | PSPIN), in flowadv_thread_cont()
267 (void) msleep0(&fadv_list, &fadv_lock, (PSOCK | PSPIN), in flowadv_thread_func()
H A Ddlil.c5859 (PZERO - 1) | PSPIN, inp->dlth_name, NULL); in ifnet_detach_final()
/xnu-12377.61.12/bsd/kern/
H A Dkern_synch.c76 spinmutex = ut->uu_pri & PSPIN; in _sleep_continue()
169 int spinmutex = pri & PSPIN; in _sleep()
H A Dsubr_eventhandler.c246 msleep((caddr_t)list, &list->el_lock, PSPIN, "evhrm", 0); in eventhandler_deregister()
H A Dkern_aio.c1671 PCATCH | PRIBIO | PSPIN, "lio_listio", 0) != 0) { in lio_listio()
2846 msleep(&wq_aio->wa_nthreads, aio_proc_mutex(p), PRIBIO | PSPIN, "aio_workq_exit", 0); in workq_aio_exit()
/xnu-12377.61.12/bsd/sys/
H A Dparam.h146 #define PSPIN 0x800 /* OR'd with pri to require mutex in spin mode upon wakeup */ macro
/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/
H A Dfsw_flow.c110 (PZERO + 1) | PSPIN, __FUNCTION__, NULL)) == EINTR) { in fsw_flow_add()
413 (PZERO - 1) | PSPIN, __FUNCTION__, NULL); in fsw_flow_del()
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_bio.c3230 (void) msleep(bp, &buf_mtx, PSPIN | (PRIBIO + 1), "buf_wait_for_shadow", NULL); in buf_wait_for_shadow_io()
4639 PSPIN | (PRIBIO + 1), (const char *)"alloc_io_buf (1)", in alloc_io_buf()
4649 (void)msleep(&need_iobuffer, &iobuffer_mtxp, PSPIN | (PRIBIO + 1), in alloc_io_buf()
H A Dvfs_vnops.c1080 msleep(&fg->fg_lflags, &fg->fg_lock, PVFS | PSPIN, in vn_offset_lock()
H A Dvfs_cluster.c1434 msleep(last, &cl_transaction_mtxp, PSPIN | (PRIBIO + 1), "cluster_wait_IO", NULL); in cluster_wait_IO()
H A Dvfs_subr.c7422 msleep(&vp->v_ext_flag, &vp->v_lock, PVFS | PSPIN, in vnode_link_lock()
/xnu-12377.61.12/bsd/miscfs/specfs/
H A Dspec_vnops.c837 msleep(&vp->v_specinfo->si_flags, &vp->v_lock, PVFS | PSPIN, in vnode_spec_revoke_wait()