Searched refs:graph_root (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | helpers.c | 1926 obj -= field->graph_root.node_offset; in bpf_list_head_free() 1932 __bpf_obj_drop_impl(obj, field->graph_root.value_rec); in bpf_list_head_free() 1967 obj -= field->graph_root.node_offset; in bpf_rb_root_free() 1971 __bpf_obj_drop_impl(obj, field->graph_root.value_rec); in bpf_rb_root_free()
|
H A D | btf.c | 3256 } graph_root; member 3365 info->graph_root.value_btf_id = id; in btf_find_graph_root() 3366 info->graph_root.node_name = node_field_name; in btf_find_graph_root() 3666 t = btf_type_by_id(btf, info->graph_root.value_btf_id); in btf_parse_graph_root() 3672 if (strcmp(info->graph_root.node_name, in btf_parse_graph_root() 3690 field->graph_root.btf = (struct btf *)btf; in btf_parse_graph_root() 3691 field->graph_root.value_btf_id = info->graph_root.value_btf_id; in btf_parse_graph_root() 3692 field->graph_root.node_offset = offset; in btf_parse_graph_root() 3856 btf_id = rec->fields[i].graph_root.value_btf_id; in btf_check_and_fixup_fields() 3860 rec->fields[i].graph_root.value_rec = meta->record; in btf_check_and_fixup_fields()
|
H A D | verifier.c | 9569 if (!field || !field->graph_root.value_btf_id) in set_rbtree_add_callback_state() 9572 mark_reg_graph_node(callee->regs, BPF_REG_1, &field->graph_root); in set_rbtree_add_callback_state() 9574 mark_reg_graph_node(callee->regs, BPF_REG_2, &field->graph_root); in set_rbtree_add_callback_state() 11218 et = btf_type_by_id(field->graph_root.btf, field->graph_root.value_btf_id); in __process_kf_arg_ptr_to_graph_node() 11220 if (!btf_struct_ids_match(&env->log, reg->btf, reg->btf_id, 0, field->graph_root.btf, in __process_kf_arg_ptr_to_graph_node() 11221 field->graph_root.value_btf_id, true)) { in __process_kf_arg_ptr_to_graph_node() 11226 field->graph_root.node_offset, in __process_kf_arg_ptr_to_graph_node() 11227 btf_name_by_offset(field->graph_root.btf, et->name_off), in __process_kf_arg_ptr_to_graph_node() 11234 if (node_off != field->graph_root.node_offset) { in __process_kf_arg_ptr_to_graph_node() 11237 field->graph_root.node_offset, in __process_kf_arg_ptr_to_graph_node() [all …]
|
/openbmc/linux/Documentation/bpf/ |
H A D | graph_ds_impl.rst | 38 as "graph_api", "graph_root", "graph_node", etc.
|
/openbmc/linux/include/linux/ |
H A D | bpf.h | 222 struct btf_field_graph_root graph_root; member
|