Home
last modified time | relevance | path

Searched refs:mpid (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/capabilities/
H A Dtest_execve.c32 static pid_t mpid; /* main() pid is used to avoid duplicate test counts */ variable
195 /* don't print this message for mpid */ in fork_wait()
196 if (getpid() != mpid) in fork_wait()
443 mpid = getpid(); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/capabilities/
H A Dtest_execve.c32 static pid_t mpid; /* main() pid is used to avoid duplicate test counts */ variable
195 /* don't print this message for mpid */ in fork_wait()
196 if (getpid() != mpid) in fork_wait()
443 mpid = getpid(); in main()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dfib_nexthops.sh317 mpid=`($IP monitor $mtype > $tmpfile & echo $!) 2>/dev/null`
319 echo "$mpid $tmpfile"
324 local mpid=$1
329 kill $mpid
H A Drtnetlink.sh655 mpid=`(ip x m > $tmpfile & echo $!) 2>/dev/null`
707 kill $mpid
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dlib.sh1687 mpid=`($ip monitor $mtype > $tmpfile & echo $!) 2>/dev/null`
1689 echo "$mpid $tmpfile"
1694 local mpid=$1; shift
1700 kill $mpid
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/bonding/
H A Dnet_forwarding_lib.sh1687 mpid=`($ip monitor $mtype > $tmpfile & echo $!) 2>/dev/null`
1689 echo "$mpid $tmpfile"
1694 local mpid=$1; shift
1700 kill $mpid
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/
H A Dlib.sh1687 mpid=`($ip monitor $mtype > $tmpfile & echo $!) 2>/dev/null`
1689 echo "$mpid $tmpfile"
1694 local mpid=$1; shift
1700 kill $mpid
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/team/
H A Dnet_forwarding_lib.sh1687 mpid=`($ip monitor $mtype > $tmpfile & echo $!) 2>/dev/null`
1689 echo "$mpid $tmpfile"
1694 local mpid=$1; shift
1700 kill $mpid
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dfib_nexthops.sh402 mpid=`($IP monitor $mtype > $tmpfile & echo $!) 2>/dev/null`
404 echo "$mpid $tmpfile"
409 local mpid=$1
414 kill $mpid
H A Drtnetlink.sh763 mpid=`(ip x m > $tmpfile & echo $!) 2>/dev/null`
815 kill $mpid

Completed in 14 milliseconds