Home
last modified time | relevance | path

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

/include/linux/
Drcupdate_trace.h71 int nesting; in rcu_read_unlock_trace() local
75 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()
Dcookie.h10 local_t nesting; member
35 if (likely(local_inc_return(&local->nesting) == 1)) { in gen_cookie_next()
47 local_dec(&local->nesting); in gen_cookie_next()
Dcontext_tracking_state.h42 long nesting; /* Track process nesting level. */ member
80 return __this_cpu_read(context_tracking.nesting); in ct_nesting()
87 return ct->nesting; in ct_nesting_cpu()
/include/net/bluetooth/
Dl2cap.h516 atomic_t nesting; member
837 mutex_lock_nested(&chan->lock, atomic_read(&chan->nesting)); in l2cap_chan_lock()