Lines Matching defs:links
1168 struct ctl_table_header *links;
1180 links = kzalloc(sizeof(struct ctl_table_header) +
1186 if (!links)
1189 node = (struct ctl_node *)(links + 1);
1203 init_header(links, dir->header.root, dir->header.set, node, link_table,
1205 links->nreg = nr_entries;
1207 return links;
1221 /* Are there links available for every entry in table? */
1234 /* The checks passed. Increase the registration count on the links */
1247 struct ctl_table_header *links;
1263 links = new_links(core_parent, head);
1267 if (!links)
1272 kfree(links);
1276 err = insert_header(core_parent, links);
1278 kfree(links);