Home
last modified time | relevance | path

Searched defs:child (Results 1 – 18 of 18) sorted by relevance

/kernel/
Dptrace.c69 void __ptrace_link(struct task_struct *child, struct task_struct *new_parent, in __ptrace_link()
84 static void ptrace_link(struct task_struct *child, struct task_struct *new_parent) in ptrace_link()
117 void __ptrace_unlink(struct task_struct *child) in __ptrace_unlink()
239 static int ptrace_check_attach(struct task_struct *child, bool ignore_state) in ptrace_check_attach()
563 static int ptrace_detach(struct task_struct *child, unsigned int data) in ptrace_detach()
659 static int ptrace_setoptions(struct task_struct *child, unsigned long data) in ptrace_setoptions()
677 static int ptrace_getsiginfo(struct task_struct *child, kernel_siginfo_t *info) in ptrace_getsiginfo()
693 static int ptrace_setsiginfo(struct task_struct *child, const kernel_siginfo_t *info) in ptrace_setsiginfo()
709 static int ptrace_peek_siginfo(struct task_struct *child, in ptrace_peek_siginfo()
823 static int ptrace_resume(struct task_struct *child, long request, in ptrace_resume()
[all …]
Dfork.c1590 static int wait_for_vfork_done(struct task_struct *child, in wait_for_vfork_done()
3130 struct task_struct *leader, *parent, *child; in walk_process_tree() local
Duser_namespace.c1303 const struct user_namespace *child) in in_userns()
Dseccomp.c470 struct seccomp_filter *child) in is_ancestor()
/kernel/time/
Dtimer_migration.c528 struct tmigr_group *child = NULL, *group = tmc->tmgroup; in __walk_groups() local
623 struct tmigr_group *child, in tmigr_active_up()
722 bool tmigr_update_events(struct tmigr_group *group, struct tmigr_group *child, in tmigr_update_events()
861 struct tmigr_group *child, in tmigr_new_timer_up()
994 struct tmigr_group *child, in tmigr_handle_remote_up()
1093 struct tmigr_group *child, in tmigr_requires_handle_remote_up()
1236 struct tmigr_group *child, in tmigr_inactive_up()
1564 static void tmigr_connect_child_parent(struct tmigr_group *child, in tmigr_connect_child_parent()
1638 struct tmigr_group *group, *child, **stack; in tmigr_setup_groups() local
/kernel/cgroup/
Drstat.c145 struct cgroup *child, int cpu) in cgroup_rstat_push_children()
207 struct cgroup *head = NULL, *parent, *child; in cgroup_rstat_updated_list() local
Dlegacy_freezer.c264 struct freezer *child = css_freezer(pos); in update_if_frozen() local
Dcpuset.c333 struct cpuset *child; in partition_is_populated() local
1545 struct cpuset *child, *next; in remote_partition_check() local
1793 struct cpuset *child; in update_parent_effective_cpumask() local
1932 struct cpuset *child; in compute_partition_effective_cpumask() local
Dcgroup.c723 #define cgroup_for_each_live_child(child, cgrp) \ argument
819 struct cgroup *child = NULL; in cgroup_update_populated() local
3460 struct cgroup *cgrp, *child; in cgroup_subtree_control_write() local
4860 struct cgroup_subsys_state *child; in css_has_online_children() local
6520 void cgroup_fork(struct task_struct *child) in cgroup_fork()
6721 int cgroup_can_fork(struct task_struct *child, struct kernel_clone_args *kargs) in cgroup_can_fork()
6760 void cgroup_cancel_fork(struct task_struct *child, in cgroup_cancel_fork()
6781 void cgroup_post_fork(struct task_struct *child, in cgroup_post_fork()
/kernel/sched/
Dtopology.c1218 struct sched_domain *child = sd->child; in get_group() local
1599 struct sched_domain *child, int cpu) in sd_init()
2340 struct sched_domain *child, int cpu) in build_sched_domain()
2470 struct sched_domain *child = sd->child; in build_sched_domains() local
Drt.c2884 struct task_group *child; in tg_rt_schedulable() local
Dcore.c1401 struct task_group *parent, *child; in walk_tg_tree_from() local
Dfair.c10288 struct sched_domain *child = sd->child; in update_group_capacity() local
/kernel/livepatch/
Dtransition.c697 void klp_copy_process(struct task_struct *child) in klp_copy_process()
/kernel/bpf/
Dlpm_trie.c26 struct lpm_trie_node __rcu *child[2]; member
/kernel/events/
Dcore.c3308 struct perf_event *child; in perf_event_modify_attr() local
5509 struct perf_event *child, *tmp; in perf_event_release_kernel() local
5639 struct perf_event *child; in __perf_event_read_value() local
5761 struct perf_event *leader = event->group_leader, *child; in perf_read_group() local
5940 struct perf_event *child; in perf_event_for_each_child() local
13486 static void perf_event_exit_task_context(struct task_struct *child) in perf_event_exit_task_context()
13553 void perf_event_exit_task(struct task_struct *child) in perf_event_exit_task()
13710 struct task_struct *child, in inherit_event()
13821 struct task_struct *child, in inherit_group()
13866 struct task_struct *child, in inherit_task_group()
[all …]
/kernel/irq/
Dirqdomain.c1329 struct irq_data *child) in irq_domain_insert_irq_data()
/kernel/locking/
Dlockdep.c1540 static inline struct lock_list *get_lock_parent(struct lock_list *child) in get_lock_parent()
1545 static inline int get_lock_depth(struct lock_list *child) in get_lock_depth()