Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dexit.c231 if (refcount_dec_and_test(&task->rcu_users)) in put_task_struct_rcu_user()
981 refcount_inc(&tsk->rcu_users); in make_task_dead()
H A Dfork.c1159 refcount_set(&tsk->rcu_users, 2); in dup_task_struct()
/openbmc/linux/include/linux/
H A Dsched.h1471 refcount_t rcu_users; member
/openbmc/linux/kernel/bpf/
H A Dhelpers.c2201 if (refcount_inc_not_zero(&p->rcu_users)) in bpf_task_acquire()