Searched refs:prog_array (Results 1 – 3 of 3) sorted by relevance
124 ret = BPF_PROG_RUN_ARRAY_CHECK(call->prog_array, ctx, BPF_PROG_RUN); in trace_call_bpf()1940 old_array = bpf_event_rcu_dereference(event->tp_event->prog_array); in perf_event_attach_bpf_prog()1953 rcu_assign_pointer(event->tp_event->prog_array, new_array); in perf_event_attach_bpf_prog()1972 old_array = bpf_event_rcu_dereference(event->tp_event->prog_array); in perf_event_detach_bpf_prog()1979 rcu_assign_pointer(event->tp_event->prog_array, new_array); in perf_event_detach_bpf_prog()2019 progs = bpf_event_rcu_dereference(event->tp_event->prog_array); in perf_event_query_prog_array()
90 struct bpf_prog_array *prog_array) in fill_prog_array() argument96 prog_array->items[i].prog = pos->link.prog; in fill_prog_array()
1342 struct bpf_prog_array *prog_array; in __cgroup_bpf_prog_array_is_empty() local1346 prog_array = rcu_dereference(cgrp->bpf.effective[attach_type]); in __cgroup_bpf_prog_array_is_empty()1347 empty = bpf_prog_array_is_empty(prog_array); in __cgroup_bpf_prog_array_is_empty()