Home
last modified time | relevance | path

Searched refs:bpf_jit_charge_modmem (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
H A Dcore.c1053 int bpf_jit_charge_modmem(u32 size) in bpf_jit_charge_modmem() function
1097 if (bpf_jit_charge_modmem(size)) in bpf_jit_binary_alloc()
1151 if (bpf_jit_charge_modmem(size)) in bpf_jit_binary_pack_alloc()
H A Dbpf_struct_ops.c128 err = bpf_jit_charge_modmem(PAGE_SIZE); in bpf_struct_ops_image_alloc()
/linux/include/linux/
H A Dbpf.h1410 int bpf_jit_charge_modmem(u32 size);