Lines Matching defs:ipl
162 * errorq_t *errorq_create(name, func, private, qlen, eltsize, ipl, flags);
163 * errorq_t *errorq_nvcreate(name, func, private, qlen, eltsize, ipl, flags);
180 * at 'ipl', which should not exceed LOCK_LEVEL. The queue 'flags' may
295 ulong_t qlen, size_t size, uint_t ipl, uint_t flags)
298 ddi_iblock_cookie_t ibc = (ddi_iblock_cookie_t)(uintptr_t)ipltospl(ipl);
306 ASSERT(ipl > 0 && ipl <= LOCK_LEVEL);
317 "IPL %u softint for queue %s", ipl, name);
346 eqp->eq_ipl = ipl;
394 ulong_t qlen, size_t size, uint_t ipl, uint_t flags)
400 size + sizeof (errorq_nvelem_t), ipl, flags | ERRORQ_NVLIST);