Home
last modified time | relevance | path

Searched refs:c_outer (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c5412 uint_t c_outer = entrypoint & SQ_CO; in entersq() local
5418 ASSERT(c_inner && c_outer); in entersq()
5461 if (!(type & c_outer)) { in entersq()
5507 if (type & c_outer) { in entersq()
5528 uint_t c_outer = entrypoint & SQ_CO; in leavesq() local
5538 ASSERT(c_inner && c_outer); in leavesq()
5566 if (!(type & c_outer)) in leavesq()
5578 if (!(sq->sq_type & c_outer)) in leavesq()