Searched refs:PSPIN (Results 1 - 7 of 7) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dflowadv.c190 (void) msleep0(&fadv_list, &fadv_lock, (PSOCK | PSPIN),
235 (void) msleep0(&fadv_list, &fadv_lock, (PSOCK | PSPIN),
H A Ddlil.c1743 (PZERO - 1) | PSPIN, inp->input_name, NULL);
1813 (PZERO - 1) | PSPIN, inp->input_name, NULL);
1904 (PZERO - 1) | PSPIN, inp->input_name, NULL);
2528 (PZERO - 1) | PSPIN, ifname, ts);
2631 (PZERO - 1) | PSPIN, ifname, ts);
/xnu-2422.115.4/bsd/sys/
H A Dparam.h146 #define PSPIN 0x800 /* OR'd with pri to require mutex in spin mode upon wakeup */ macro
/xnu-2422.115.4/bsd/kern/
H A Dkern_synch.c78 spinmutex = ut->uu_pri & PSPIN;
166 int spinmutex = pri & PSPIN;
H A Dkern_aio.c1605 result = msleep(lio_context, aio_proc_mutex(p), PCATCH | PRIBIO | PSPIN, "lio_listio", 0);
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c2868 (void) msleep(bp, buf_mtxp, PSPIN | (PRIBIO+1), "buf_wait_for_shadow", NULL);
4053 (void) msleep(&need_iobuffer, iobuffer_mtxp, PSPIN | (PRIBIO+1), (const char *)"alloc_io_buf", NULL);
/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_subr.c3344 &mpte->mpte_thread_lock, (PZERO - 1) | PSPIN,

Completed in 113 milliseconds