Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbpf_insn_array.c18 static inline u64 insn_array_alloc_size(u32 max_entries) in insn_array_alloc_size() function
46 u64 size = insn_array_alloc_size(attr->max_entries); in insn_array_alloc()
117 return insn_array_alloc_size(map->max_entries); in insn_array_mem_usage()