Home
last modified time | relevance | path

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

/linux/lib/
H A Dkobject_uevent.c241 const struct ns_common *init_ns, *ns; in kobj_usermode_filter() local
244 init_ns = ops->initial_ns(); in kobj_usermode_filter()
245 return ns != init_ns; in kobj_usermode_filter()
/linux/tools/testing/selftests/vsock/
H A Dvmtest.sh254 if [[ "${1}" == init_ns ]]; then
492 if [[ "${ns}" != "init_ns" ]]; then
583 if [[ "${ns}" == "init_ns" ]]; then
675 if [[ "${ns}" != "init_ns" ]]; then
1312 if ! vm_vsock_test "init_ns" "server" 2 "${TEST_GUEST_PORT}"; then
1316 if ! host_vsock_test "init_ns" "127.0.0.1" "${VSOCK_CID}" "${TEST_HOST_PORT}"; then
1324 if ! host_vsock_test "init_ns" "server" "${VSOCK_CID}" "${TEST_HOST_PORT_LISTENER}"; then
1328 if ! vm_vsock_test "init_ns" "10.0.2.2" 2 "${TEST_HOST_PORT_LISTENER}"; then
1338 vm_ssh "init_ns" -- modprobe vsock_loopback &> /dev/null || :
1340 if ! vm_vsock_test "init_ns" "serve
[all...]