Home
last modified time | relevance | path

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

/kernel/gcov/
Dfs.c59 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()
396 debugfs_remove(node->links[i]); in add_links()
397 kfree(node->links); in add_links()
398 node->links = NULL; in add_links()
468 if (!node->links) in remove_links()
471 debugfs_remove(node->links[i]); in remove_links()
472 kfree(node->links); in remove_links()
[all …]
/kernel/cgroup/
Dcgroup-v1.c189 struct list_head links; member
205 list_for_each_entry_safe(l, tmp_l, &cgrp->pidlists, links) in cgroup1_pidlist_destroy_all()
227 list_del(&l->links); in cgroup_pidlist_destroy_work_fn()
290 list_for_each_entry(l, &cgrp->pidlists, links) in cgroup_pidlist_find()
323 list_add(&l->links, &cgrp->pidlists); in cgroup_pidlist_find_create()