Searched refs:liveness (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | liveness.c | 64 struct bpf_liveness *liveness = env->liveness; in find_instance() local 68 hash_for_each_possible(liveness->func_instances, f, hl_node, key) in find_instance() 97 hash_add(env->liveness->func_instances, &f->hl_node, hash); in call_instance() 122 env->liveness = kvzalloc_obj(*env->liveness, GFP_KERNEL_ACCOUNT); in bpf_stack_liveness_init() 123 if (!env->liveness) in bpf_stack_liveness_init() 125 hash_init(env->liveness->func_instances); in bpf_stack_liveness_init() 135 if (!env->liveness) in bpf_stack_liveness_free() 137 hash_for_each_safe(env->liveness->func_instances, bkt, tmp, instance, hl_node) { in bpf_stack_liveness_free() 142 kvfree(env->liveness); in bpf_stack_liveness_free() 340 struct live_stack_query *q = &env->liveness->live_stack_query; in bpf_live_stack_query_init() [all …]
|
| H A D | Makefile | 9 …) += syscall.o verifier.o inode.o helpers.o tnum.o cnum.o log.o token.o liveness.o const_fold.o di…
|
| /linux/include/linux/ |
| H A D | bpf_verifier.h | 1040 struct bpf_liveness *liveness; member
|