Searched refs:c_outer (Results 1 – 1 of 1) sorted by relevance
5387 uint_t c_outer = entrypoint & SQ_CO; in entersq() local5393 ASSERT(c_inner && c_outer); in entersq()5436 if (!(type & c_outer)) { in entersq()5482 if (type & c_outer) { in entersq()5503 uint_t c_outer = entrypoint & SQ_CO; in leavesq() local5513 ASSERT(c_inner && c_outer); in leavesq()5541 if (!(type & c_outer)) in leavesq()5553 if (!(sq->sq_type & c_outer)) in leavesq()