Searched refs:link_table (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | link.c | 22 static struct hashmap *link_table; variable 570 if (!hashmap__empty(link_table)) { in show_link_close_json() 575 hashmap__for_each_key_entry(link_table, entry, info->id) in show_link_close_json() 961 if (!hashmap__empty(link_table)) { in show_link_close_plain() 964 hashmap__for_each_key_entry(link_table, entry, info->id) in show_link_close_plain() 1111 link_table = hashmap__new(hash_fn_for_key_as_id, in do_show() 1113 if (IS_ERR(link_table)) { in do_show() 1117 build_pinned_obj_table(link_table, BPF_OBJ_LINK); in do_show() 1163 delete_pinned_obj_table(link_table); in do_show()
|
| /linux-6.15/fs/proc/ |
| H A D | proc_sysctl.c | 1179 struct ctl_table *link_table, *link; in new_links() local 1201 link_table = (struct ctl_table *)(node + head->ctl_table_size); in new_links() 1202 link_name = (char *)(link_table + head->ctl_table_size); in new_links() 1203 link = link_table; in new_links() 1214 init_header(links, dir->header.root, dir->header.set, node, link_table, in new_links()
|