Searched refs:PSPIN (Results 1 – 10 of 10) sorted by relevance
| /xnu-10002.41.9/bsd/net/ |
| H A D | flowadv.c | 181 (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 D | dlil.c | 10120 (PZERO - 1) | PSPIN, inp->dlth_name, NULL); in ifnet_detach_final()
|
| /xnu-10002.41.9/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 | 242 msleep((caddr_t)list, &list->el_lock, PSPIN, "evhrm", 0); in eventhandler_deregister()
|
| H A D | kern_aio.c | 1474 PCATCH | PRIBIO | PSPIN, "lio_listio", 0) != 0) { in lio_listio()
|
| /xnu-10002.41.9/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-10002.41.9/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-10002.41.9/bsd/vfs/ |
| H A D | vfs_bio.c | 3059 (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 D | vfs_vnops.c | 1028 msleep(&fg->fg_lflags, &fg->fg_lock, PVFS | PSPIN, in vn_offset_lock()
|
| H A D | vfs_cluster.c | 1150 msleep(last, &cl_transaction_mtxp, PSPIN | (PRIBIO + 1), "cluster_wait_IO", NULL); in cluster_wait_IO()
|