Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtask_kfunc_success.c202 bpf_probe_read_kernel(&refcnt, sizeof(refcnt), &acquired->rcu_users); in BPF_PROG()
215 bpf_probe_read_kernel(&refcnt_after_drop, sizeof(refcnt_after_drop), &kptr->rcu_users); in BPF_PROG()
/linux-6.12.1/kernel/
Dexit.c233 if (refcount_dec_and_test(&task->rcu_users)) in put_task_struct_rcu_user()
1046 refcount_inc(&tsk->rcu_users); in make_task_dead()
Dfork.c1156 refcount_set(&tsk->rcu_users, 2); in dup_task_struct()
/linux-6.12.1/include/linux/
Dsched.h1519 refcount_t rcu_users; member
/linux-6.12.1/kernel/bpf/
Dhelpers.c2354 if (refcount_inc_not_zero(&p->rcu_users)) in bpf_task_acquire()