Home
last modified time | relevance | path

Searched refs:PID1 (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/tests/shell/
H A Dsched.sh14 PID1=0
34 PID1=$!
35 taskset -pc 0 $PID1
40 if ! grep -q 'Cpus_allowed_list:\s*0$' "/proc/$PID1/status"
42 echo "Sched [Error taskset did not work for the 1st noploop ($PID1)]"
43 grep Cpus_allowed /proc/$PID1/status
56 kill "$PID1" "$PID2" || true
/linux/tools/testing/selftests/net/
H A Dudpgro.sh52 local PID1=$!
57 wait ${PID1}
97 local PID1=$!
104 kill -INT ${PID1}
121 local PID1=$!
131 wait ${PID1}
/linux/drivers/net/ethernet/realtek/
H A D8139cp.c190 PID1 = (1 << 17), /* 2 protocol id bits: 0==non-IP, */ enumerator