private
typedef struct folio *new_folio_t(struct folio *folio, unsigned long private);
#define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
private(CGV_TREE) struct bpf_spin_lock cgv_tree_lock;
private(LOCK) struct bpf_spin_lock alloc_lock;
#define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
private(A) struct bpf_spin_lock q_fifo_lock;
private(A) struct bpf_spin_lock fq_delayed_lock;
#define private(name) SEC(".bss." #name) __attribute__((aligned(8)))
private(MASK) static struct bpf_cpumask __kptr * global_mask;
private(MASK_NESTED) static struct kptr_nested_array global_mask_nested_arr;
private(MASK) static struct bpf_cpumask __kptr * global_mask_array[2];
#define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
private(A) struct bpf_spin_lock lock;
#define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
private(kptr) struct bin_data __kptr * ptr;
private(C) struct bpf_spin_lock glock_c;
#define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
#define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
#define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
private(A) struct bpf_spin_lock glock;
#define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
private(A) struct bpf_spin_lock glock;
#define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
private(A) struct bpf_spin_lock glock;
#define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
private(A) struct bpf_spin_lock glock;
#define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
#define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
private(A) struct bpf_spin_lock lock;
private(kptr_ref) u64 ref;
#define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
private(A) struct bpf_spin_lock glock;
#define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
private(STREAM) struct bpf_spin_lock block;
#define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
private(A) struct bpf_spin_lock lock;
#define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
private(ARENA_TESTS) struct bpf_spin_lock arena_bpf_test_lock;
private(PREF_CPUS) struct bpf_cpumask __kptr * allowed_cpumask;