Searched refs:bpf_refcount (Results 1 – 7 of 7) sorted by relevance
13 struct bpf_refcount refcount;19 struct bpf_refcount refcount;
19 struct bpf_refcount ref;37 struct bpf_refcount refcount;
23 struct bpf_refcount refcount;
7627 struct bpf_refcount { struct
413 return sizeof(struct bpf_refcount); in btf_field_type_size()447 return __alignof__(struct bpf_refcount); in btf_field_type_align()
2466 struct bpf_refcount *ref; in bpf_refcount_acquire()2471 ref = (struct bpf_refcount *)(p__refcounted_kptr + meta->record->refcount_off); in bpf_refcount_acquire()