Searched refs:links (Results 1 – 3 of 3) sorted by relevance
58 struct dentry **links; member375 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 …]
1635 static inline void init_idle_pids(struct pid_link *links) in init_idle_pids() argument1640 INIT_HLIST_NODE(&links[type].node); /* not really needed */ in init_idle_pids()1641 links[type].pid = &init_struct_pid; in init_idle_pids()
3722 struct list_head links; member3760 list_for_each_entry_safe(l, tmp_l, &cgrp->pidlists, links) in cgroup_pidlist_destroy_all()3782 list_del(&l->links); in cgroup_pidlist_destroy_work_fn()3875 list_for_each_entry(l, &cgrp->pidlists, links) in cgroup_pidlist_find()3908 list_add(&l->links, &cgrp->pidlists); in cgroup_pidlist_find_create()