Home
last modified time | relevance | path

Searched refs:create_child (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/pidfd/
H A Dpidfd_setns_test.c182 self->child_pid_exited = create_child(&self->child_pidfd_exited, 0); in FIXTURE_SETUP()
205 self->child_pid1 = create_child(&self->child_pidfd1, CLONE_NEWUSER | CLONE_NEWPID); in FIXTURE_SETUP()
207 self->child_pid1 = create_child(&self->child_pidfd1, CLONE_NEWPID); in FIXTURE_SETUP()
209 self->child_pid1 = create_child(&self->child_pidfd1, CLONE_NEWUSER); in FIXTURE_SETUP()
211 self->child_pid1 = create_child(&self->child_pidfd1, 0); in FIXTURE_SETUP()
259 self->child_pid2 = create_child(&self->child_pidfd2, CLONE_NEWUSER | CLONE_NEWPID); in FIXTURE_SETUP()
261 self->child_pid2 = create_child(&self->child_pidfd2, CLONE_NEWPID); in FIXTURE_SETUP()
263 self->child_pid2 = create_child(&self->child_pidfd2, CLONE_NEWUSER); in FIXTURE_SETUP()
265 self->child_pid2 = create_child(&self->child_pidfd2, 0); in FIXTURE_SETUP()
H A Dpidfd_file_handle_test.c53 self->child_pid1 = create_child(&self->child_pidfd1, CLONE_NEWUSER); in FIXTURE_SETUP()
75 self->child_pid2 = create_child(&self->child_pidfd2, CLONE_NEWUSER | CLONE_NEWPID); in FIXTURE_SETUP()
97 self->child_pid3 = create_child(&self->child_pidfd3, CLONE_NEWUSER | CLONE_NEWPID); in FIXTURE_SETUP()
H A Dpidfd.h122 static inline pid_t create_child(int *pidfd, unsigned flags) in create_child() function
/linux/Documentation/translations/zh_CN/infiniband/
H A Dipoib.rst30 /sys/class/net/<intf name>/create_child文件里面。比如说::
32 echo 0x8001 > /sys/class/net/ib0/create_child
/linux/Documentation/infiniband/
H A Dipoib.rst18 /sys/class/net/<intf name>/create_child file. For example::
20 echo 0x8001 > /sys/class/net/ib0/create_child
/linux/tools/perf/util/
H A Dcallchain.c533 create_child(struct callchain_node *parent, bool inherit_children) in create_child() function
653 new = create_child(parent, false); in add_child()
825 new = create_child(parent, true); in split_add_child()
/linux/net/mptcp/
H A Dsubflow.c837 goto create_child; in subflow_syn_recv_sock()
864 create_child: in subflow_syn_recv_sock()