Searched defs:c_inner (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c5363 * Enter a perimeter. c_inner and c_outer specifies which concurrency bits
5368 * If c_inner bit is set no need to grab sq_putlocks since we don't care
5371 * If c_inner bit is set it might have been possible to use
5386 uint_t c_inner = entrypoint & SQ_CI; local
5393 ASSERT(c_inner && c_outer);
5397 if (!(type & c_inner)) {
5413 while ((flags & waitflags) || (!(type & c_inner) && count != 0)) {
5415 if (!(type & c_inner)) {
5419 if (!(type & c_inner)) {
5427 if (!(type & c_inner)) {
5505 uint_t c_inner = entrypoint & SQ_CI; local
[all...]

Completed in 241 milliseconds