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

/darwin-on-arm/xnu/bsd/sys/
H A Dparam.h149 #define PSPIN 0x800 /* OR'd with pri to require mutex in spin mode upon wakeup */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_synch.c78 spinmutex = ut->uu_pri & PSPIN;
166 int spinmutex = pri & PSPIN;
H A Dkern_aio.c1606 result = msleep(lio_context, aio_proc_mutex(p), PCATCH | PRIBIO | PSPIN, "lio_listio", 0);
/darwin-on-arm/xnu/bsd/net/
H A Ddlil.c1496 (PZERO - 1) | PSPIN, inp->input_name, NULL);
1566 (PZERO - 1) | PSPIN, inp->input_name, NULL);
1654 (PZERO - 1) | PSPIN, inp->input_name, NULL);
2155 (PZERO - 1) | PSPIN, ifname, ts);
2258 (PZERO - 1) | PSPIN, ifname, ts);
5806 (PSOCK | PSPIN), "ifnet_fc_cont", 0,
5838 (PSOCK | PSPIN), "ifnet_fc", 0, ifnet_fc_thread_cont);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c2844 (void) msleep(bp, buf_mtxp, PSPIN | (PRIBIO+1), "buf_wait_for_shadow", NULL);
4021 (void) msleep(&need_iobuffer, iobuffer_mtxp, PSPIN | (PRIBIO+1), (const char *)"alloc_io_buf", NULL);

Completed in 98 milliseconds