Searched refs:used_map_cnt (Results 1 – 4 of 4) sorted by relevance
201 u32 used_map_cnt; /* number of used maps */ member2026 for (j = 0; j < env->used_map_cnt; j++) in replace_map_fd_with_map_ptr()2032 if (env->used_map_cnt >= MAX_USED_MAPS) { in replace_map_fd_with_map_ptr()2047 env->used_maps[env->used_map_cnt++] = map; in replace_map_fd_with_map_ptr()2068 for (i = 0; i < env->used_map_cnt; i++) in release_maps()2281 if (ret == 0 && env->used_map_cnt) { in bpf_check()2283 env->prog->aux->used_maps = kmalloc_array(env->used_map_cnt, in bpf_check()2293 sizeof(env->used_maps[0]) * env->used_map_cnt); in bpf_check()2294 env->prog->aux->used_map_cnt = env->used_map_cnt; in bpf_check()
506 for (i = 0; i < aux->used_map_cnt; i++) in free_used_maps()
679 for (i = 0; i < aux->used_map_cnt; i++) { in bpf_check_tail_call()
130 u32 used_map_cnt; member