Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Dlibbpf.c675 OBJ_PREPARED, enumerator
4856 return map->obj->state >= OBJ_PREPARED || map->reused; in map_is_created()
8595 if (obj->state >= OBJ_PREPARED) { in bpf_object_prepare()
8619 obj->state = OBJ_PREPARED; in bpf_object_prepare()
8645 if (obj->state < OBJ_PREPARED) { in bpf_object_load()
8927 if (obj->state < OBJ_PREPARED) { in bpf_object__pin_maps()