Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dflowadv.c181 (void) msleep0(&fadv_list, &fadv_lock, (PSOCK | PSPIN), in flowadv_thread_cont()
266 (void) msleep0(&fadv_list, &fadv_lock, (PSOCK | PSPIN), in flowadv_thread_func()
H A Ddlil.c10120 (PZERO - 1) | PSPIN, inp->dlth_name, NULL); in ifnet_detach_final()
/xnu-10002.41.9/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.c242 msleep((caddr_t)list, &list->el_lock, PSPIN, "evhrm", 0); in eventhandler_deregister()
H A Dkern_aio.c1474 PCATCH | PRIBIO | PSPIN, "lio_listio", 0) != 0) { in lio_listio()
/xnu-10002.41.9/bsd/sys/
H A Dparam.h146 #define PSPIN 0x800 /* OR'd with pri to require mutex in spin mode upon wakeup */ macro
/xnu-10002.41.9/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-10002.41.9/bsd/vfs/
H A Dvfs_bio.c3059 (void) msleep(bp, &buf_mtx, PSPIN | (PRIBIO + 1), "buf_wait_for_shadow", NULL); in buf_wait_for_shadow_io()
4466 PSPIN | (PRIBIO + 1), (const char *)"alloc_io_buf (1)", in alloc_io_buf()
4476 (void)msleep(&need_iobuffer, &iobuffer_mtxp, PSPIN | (PRIBIO + 1), in alloc_io_buf()
H A Dvfs_vnops.c1028 msleep(&fg->fg_lflags, &fg->fg_lock, PVFS | PSPIN, in vn_offset_lock()
H A Dvfs_cluster.c1150 msleep(last, &cl_transaction_mtxp, PSPIN | (PRIBIO + 1), "cluster_wait_IO", NULL); in cluster_wait_IO()