Searched refs:PSPIN (Results 1 – 12 of 12) sorted by relevance
| /xnu-12377.61.12/bsd/net/ |
| H A D | flowadv.c | 181 (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 D | dlil.c | 5859 (PZERO - 1) | PSPIN, inp->dlth_name, NULL); in ifnet_detach_final()
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_synch.c | 76 spinmutex = ut->uu_pri & PSPIN; in _sleep_continue() 169 int spinmutex = pri & PSPIN; in _sleep()
|
| H A D | subr_eventhandler.c | 246 msleep((caddr_t)list, &list->el_lock, PSPIN, "evhrm", 0); in eventhandler_deregister()
|
| H A D | kern_aio.c | 1671 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 D | param.h | 146 #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 D | fsw_flow.c | 110 (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 D | vfs_bio.c | 3230 (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 D | vfs_vnops.c | 1080 msleep(&fg->fg_lflags, &fg->fg_lock, PVFS | PSPIN, in vn_offset_lock()
|
| H A D | vfs_cluster.c | 1434 msleep(last, &cl_transaction_mtxp, PSPIN | (PRIBIO + 1), "cluster_wait_IO", NULL); in cluster_wait_IO()
|
| H A D | vfs_subr.c | 7422 msleep(&vp->v_ext_flag, &vp->v_lock, PVFS | PSPIN, in vnode_link_lock()
|
| /xnu-12377.61.12/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 837 msleep(&vp->v_specinfo->si_flags, &vp->v_lock, PVFS | PSPIN, in vnode_spec_revoke_wait()
|