Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/tools/testing/selftests/pidfd/
H A Dpidfd_setns_test.c75 pid_t create_child(int *pidfd, unsigned flags) in create_child() function
159 self->child_pid_exited = create_child(&self->child_pidfd_exited, in FIXTURE_SETUP()
177 self->child_pid1 = create_child(&self->child_pidfd1, in FIXTURE_SETUP()
206 self->child_pid2 = create_child(&self->child_pidfd2, in FIXTURE_SETUP()
/openbmc/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
/openbmc/linux/tools/perf/util/
H A Dcallchain.c533 create_child(struct callchain_node *parent, bool inherit_children) in create_child() function
644 new = create_child(parent, false); in add_child()
808 new = create_child(parent, true); in split_add_child()
/openbmc/linux/net/mptcp/
H A Dsubflow.c792 goto create_child; in subflow_syn_recv_sock()
819 create_child: in subflow_syn_recv_sock()
/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c2412 static DEVICE_ATTR_WO(create_child);