Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
A Dlink.c24 static struct hashmap *link_table; variable
162 if (!hashmap__empty(link_table)) { in show_link_close_json()
167 hashmap__for_each_key_entry(link_table, entry, in show_link_close_json()
249 if (!hashmap__empty(link_table)) { in show_link_close_plain()
252 hashmap__for_each_key_entry(link_table, entry, in show_link_close_plain()
307 link_table = hashmap__new(hash_fn_for_key_as_id, in do_show()
309 if (!link_table) { in do_show()
313 build_pinned_obj_table(link_table, BPF_OBJ_LINK); in do_show()
358 delete_pinned_obj_table(link_table); in do_show()
/linux/fs/proc/
A Dproc_sysctl.c1152 struct ctl_table *link_table, *entry, *link; in new_links() local
1175 link_table = (struct ctl_table *)(node + nr_entries); in new_links()
1176 link_name = (char *)&link_table[nr_entries + 1]; in new_links()
1178 for (link = link_table, entry = table; entry->procname; link++, entry++) { in new_links()
1186 init_header(links, dir->header.root, dir->header.set, node, link_table); in new_links()

Completed in 9 milliseconds