Searched refs:ksym_tnode (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/kernel/bpf/ |
| D | core.c | 581 aux = container_of(n, struct bpf_prog_aux, ksym_tnode); in bpf_get_prog_addr_start() 599 aux = container_of(n, struct bpf_prog_aux, ksym_tnode); in bpf_tree_comp() 623 latch_tree_insert(&aux->ksym_tnode, &bpf_tree, &bpf_tree_ops); in bpf_prog_ksym_node_add() 631 latch_tree_erase(&aux->ksym_tnode, &bpf_tree, &bpf_tree_ops); in bpf_prog_ksym_node_del() 676 container_of(n, struct bpf_prog_aux, ksym_tnode)->prog : in bpf_prog_kallsyms_find()
|
| /Linux-v5.4/include/linux/ |
| D | bpf.h | 382 struct latch_tree_node ksym_tnode; member
|