Searched defs:child (Results 1 - 17 of 17) sorted by relevance

/include/crypto/
H A Dvmac.h57 struct crypto_cipher *child; member in struct:vmac_ctx_t
H A Dmcryptd.h42 struct crypto_shash *child; member in struct:mcryptd_hash_ctx
/include/linux/
H A Dof_irq.h71 extern struct device_node *of_irq_find_parent(struct device_node *child);
80 static inline void *of_irq_find_parent(struct device_node *child) argument
H A Drbtree_augmented.h140 struct rb_node *child = node->rb_right, *tmp = node->rb_left; local
146 * Case 1: node to erase has no more than 1 child (easy!)
148 * Note that if there is one child it must be red due to 5)
154 __rb_change_child(node, child, parent, root);
155 if (child) {
156 child->__rb_parent_color = pc;
161 } else if (!child) {
162 /* Still case 1, but this time the child is node->rb_left */
169 struct rb_node *successor = child, *child2;
170 tmp = child
[all...]
H A Dgameport.h43 struct gameport *parent, *child; member in struct:gameport
H A Dptrace.h44 extern long arch_ptrace(struct task_struct *child, long request,
49 extern int ptrace_request(struct task_struct *child, long request,
52 extern void __ptrace_link(struct task_struct *child,
54 extern void __ptrace_unlink(struct task_struct *child);
62 static inline int ptrace_reparented(struct task_struct *child) argument
64 return !same_thread_group(child->real_parent, child->parent);
67 static inline void ptrace_unlink(struct task_struct *child) argument
69 if (unlikely(child->ptrace))
70 __ptrace_unlink(child);
173 ptrace_init_task(struct task_struct *child, bool ptrace) argument
[all...]
H A Dsysctl.h111 struct ctl_table *child; /* Deprecated */ member in struct:ctl_table
H A Dioport.h23 struct resource *parent, *sibling, *child; member in struct:resource
H A Dof.h56 struct device_node *child; member in struct:device_node
791 #define for_each_child_of_node(parent, child) \
792 for (child = of_get_next_child(parent, NULL); child != NULL; \
793 child = of_get_next_child(parent, child))
794 #define for_each_available_child_of_node(parent, child) \
795 for (child = of_get_next_available_child(parent, NULL); child != NULL; \
796 child
804 struct device_node *child; local
815 struct device_node *child; local
[all...]
H A Dperf_event.h558 extern int perf_event_init_task(struct task_struct *child);
559 extern void perf_event_exit_task(struct task_struct *child);
806 static inline int perf_event_init_task(struct task_struct *child) { return 0; } argument
807 static inline void perf_event_exit_task(struct task_struct *child) { } argument
H A Dsecurity.h79 extern int cap_ptrace_access_check(struct task_struct *child, unsigned int mode);
667 * Check permission before creating a child process. See the clone(2)
805 * Check permission before allowing a process to reap a child process @p
1003 * Sets the new child socket's sid to the openreq sid.
1286 * @child process.
1292 * @child contains the task_struct structure for the target process.
1449 int (*ptrace_access_check) (struct task_struct *child, unsigned int mode);
1751 int security_ptrace_access_check(struct task_struct *child, unsigned int mode);
1959 static inline int security_ptrace_access_check(struct task_struct *child, argument
1962 return cap_ptrace_access_check(child, mod
3209 yama_ptrace_access_check(struct task_struct *child, unsigned int mode) argument
[all...]
H A Dsched.h597 * manager, to re-parent orphan (double-forking) child processes
646 * and for reaped dead child processes forked by this group.
913 struct sched_domain *child; /* bottom domain must be null terminated */ member in struct:sched_domain
1338 * pointers to (original) parent process, youngest child, younger sibling,
1939 * child->flags of its traced child (same goes for fork, the parent
1940 * can write to the child->flags), because we're guaranteed the
1941 * child is not running and in turn not changing child->flags
1944 #define clear_stopped_child_used_math(child) d
[all...]
/include/linux/mfd/
H A Dsmsc.h42 static inline int smsc_read(struct device *child, unsigned int reg, argument
45 struct smsc *smsc = dev_get_drvdata(child->parent);
50 static inline int smsc_write(struct device *child, unsigned int reg, argument
53 struct smsc *smsc = dev_get_drvdata(child->parent);
/include/net/
H A Drequest_sock.h110 * the listener and the child socket.
200 struct sock *child)
202 req->sk = child;
197 reqsk_queue_add(struct request_sock_queue *queue, struct request_sock *req, struct sock *parent, struct sock *child) argument
H A Dinet_connection_sock.h272 struct sock *child)
274 reqsk_queue_add(&inet_csk(sk)->icsk_accept_queue, req, sk, child);
270 inet_csk_reqsk_queue_add(struct sock *sk, struct request_sock *req, struct sock *child) argument
H A Ddst.h35 struct dst_entry *child; member in struct:dst_entry
364 struct dst_entry *child = dst_clone(skb_dst(skb)->child); local
367 return child;
/include/uapi/linux/
H A Dfuse.h728 uint64_t child; member in struct:fuse_notify_delete_out

Completed in 581 milliseconds