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

/linux-master/tools/bpf/bpftool/
H A Dlink.c22 static struct hashmap *link_table; variable in typeref:struct:hashmap
566 if (!hashmap__empty(link_table)) {
571 hashmap__for_each_key_entry(link_table, entry, info->id)
952 if (!hashmap__empty(link_table)) {
955 hashmap__for_each_key_entry(link_table, entry, info->id)
1102 link_table = hashmap__new(hash_fn_for_key_as_id,
1104 if (IS_ERR(link_table)) {
1108 build_pinned_obj_table(link_table, BPF_OBJ_LINK);
1154 delete_pinned_obj_table(link_table);
/linux-master/fs/proc/
H A Dproc_sysctl.c1156 struct ctl_table *link_table, *entry, *link; local
1179 link_table = (struct ctl_table *)(node + nr_entries);
1180 link_name = (char *)&link_table[nr_entries + 1];
1181 link = link_table;
1192 init_header(links, dir->header.root, dir->header.set, node, link_table,

Completed in 114 milliseconds