Searched refs:nesting (Results 1 – 4 of 4) sorted by relevance
71 int nesting; in rcu_read_unlock_trace() local75 nesting = READ_ONCE(t->trc_reader_nesting) - 1; in rcu_read_unlock_trace()78 WRITE_ONCE(t->trc_reader_nesting, INT_MIN + nesting); in rcu_read_unlock_trace()79 if (likely(!READ_ONCE(t->trc_reader_special.s)) || nesting) { in rcu_read_unlock_trace()80 WRITE_ONCE(t->trc_reader_nesting, nesting); in rcu_read_unlock_trace()83 WARN_ON_ONCE(nesting != 0); in rcu_read_unlock_trace()
10 local_t nesting; member35 if (likely(local_inc_return(&local->nesting) == 1)) { in gen_cookie_next()47 local_dec(&local->nesting); in gen_cookie_next()
42 long nesting; /* Track process nesting level. */ member80 return __this_cpu_read(context_tracking.nesting); in ct_nesting()87 return ct->nesting; in ct_nesting_cpu()
516 atomic_t nesting; member837 mutex_lock_nested(&chan->lock, atomic_read(&chan->nesting)); in l2cap_chan_lock()