Searched refs:stack_map_calculate_max_depth (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | stackmap.c | 54 static u32 stack_map_calculate_max_depth(u32 size, u32 elem_size, u64 flags) in stack_map_calculate_max_depth() function 534 max_depth = stack_map_calculate_max_depth(map->value_size, stack_map_data_size(map), flags); in stackid_init() 641 max_depth = stack_map_calculate_max_depth(map->value_size, elem_size, flags); in BPF_CALL_3() 817 max_depth = stack_map_calculate_max_depth(size, elem_size, flags); in __bpf_get_stack() 955 max_depth = stack_map_calculate_max_depth(size, elem_size, flags); in __bpf_get_stack_pe()
|