Home
last modified time | relevance | path

Searched refs:links (Results 1 – 3 of 3) sorted by relevance

/kernel/gcov/
Dfs.c58 struct dentry **links; member
375 node->links = kcalloc(num, sizeof(struct dentry *), GFP_KERNEL); in add_links()
376 if (!node->links) in add_links()
387 node->links[i] = debugfs_create_symlink(deskew(basename), in add_links()
389 if (!node->links[i]) in add_links()
398 debugfs_remove(node->links[i]); in add_links()
399 kfree(node->links); in add_links()
400 node->links = NULL; in add_links()
475 if (!node->links) in remove_links()
478 debugfs_remove(node->links[i]); in remove_links()
[all …]
/kernel/
Dfork.c1738 static inline void init_idle_pids(struct pid_link *links) in init_idle_pids() argument
1743 INIT_HLIST_NODE(&links[type].node); /* not really needed */ in init_idle_pids()
1744 links[type].pid = &init_struct_pid; in init_idle_pids()
Dcgroup.c4150 struct list_head links; member
4185 list_for_each_entry_safe(l, tmp_l, &cgrp->pidlists, links) in cgroup_pidlist_destroy_all()
4207 list_del(&l->links); in cgroup_pidlist_destroy_work_fn()
4300 list_for_each_entry(l, &cgrp->pidlists, links) in cgroup_pidlist_find()
4333 list_add(&l->links, &cgrp->pidlists); in cgroup_pidlist_find_create()