/kernel/linux/build/test/moduletest/runtest/bin/sched_rtg_t/testcases/bin/ |
H A D | sched_rtg02.sh | 16 # Description: sched RTG /proc/$PID/sched_group_id interface test 32 PID=$(ps -ef | grep "create_process" | grep -v grep | awk '{print $2}') 38 local sched_group_id=/proc/$PID/sched_group_id 40 tst_res TINFO "Start process $PID sched RTG interface test ..." 42 tst_res TINFO "process $PID already in rtgid $sched_group_id, remove it firstly..." 45 set_check_rtgid -1 $PID 1 0 47 set_check_rtgid 21 $PID 1 0 49 set_check_rtgid 1 $PID 1 0 51 set_check_rtgid 20 $PID 0 20 53 set_check_rtgid 0 $PID [all...] |
H A D | sched_rtg01.sh | 16 # Description: sched RTG /proc/$PID/sched_group_id basic function test 30 PID=$(ps -ef | grep "create_process" | grep -v grep | awk '{print $2}') 36 local sched_group_id=/proc/$PID/sched_group_id 38 tst_res TINFO "Start process $PID join rtgid 2 test ..." 41 tst_res TINFO "process $PID already in rtgid 2, remove it firstly..." 52 tst_res TFAIL "process $PID join rtgid 2 failed!" 56 tst_res TINFO "Start process $PID switch rtgid 2 to 3 test ..." 64 tst_res TFAIL "process $PID switch rtgid 2 to 3 sucess unexpected!" 68 tst_res TINFO "Start process $PID remove rtgid 2 test ..." 71 tst_res TFAIL "process $PID remov [all...] |
H A D | sched_rtg03.sh | 30 PID=$(ps -ef | grep "create_process" | grep -v grep | awk '{print $2}') 36 local sched_group_id=/proc/$PID/sched_group_id 40 tst_res TINFO "process $PID already in rtgid $sched_group_id, remove it firstly..." 43 set_check_rtgid_debug 2 $PID 0 2 45 set_check_rtgid_debug 0 $PID 0 0 71 local _rtg_pid=$(cat /proc/sched_rtg_debug | grep $PID | grep -v grep | awk '{print $3}') 75 if [ $_rtg_pid -eq $PID ]; then 76 tst_res TPASS "PID $_pid exists in $_sched_rtg_debug expected." 78 tst_res TFAIL "PID $_pid not exists in $_sched_rtg_debug unexpected!" 84 cat $_sched_rtg_debug | grep $PID [all...] |
H A D | sched_rtg06.sh | 67 PID=$(ps -ef | grep ohos.samples.ecg | grep -v grep | awk '{print $2}')
|
/kernel/linux/linux-6.6/tools/perf/tests/shell/ |
H A D | test_arm_callgraph_fp.sh | 20 PID=$! 22 echo " + Recording (PID=$PID)..." 26 kill $PID 27 wait $PID
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | gre_gso.sh | 19 PID= 70 [ -n "$PID" ] && kill $PID 124 PID=$! 137 kill $PID 138 PID=
|
H A D | fin_ack_lat.sh | 22 PID=$!
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | hists_output.c | 122 #define PID(he) (he->thread->tid) macro 269 CPU(he) == 1 && PID(he) == 100 && he->stat.period == 300); in test2() 274 CPU(he) == 0 && PID(he) == 100 && he->stat.period == 100); in test2() 505 CPU(he) == 0 && PID(he) == 100 && in test5() 512 CPU(he) == 2 && PID(he) == 200 && in test5() 519 CPU(he) == 1 && PID(he) == 300 && in test5() 526 CPU(he) == 0 && PID(he) == 300 && in test5() 533 CPU(he) == 3 && PID(he) == 300 && in test5() 540 CPU(he) == 1 && PID(he) == 100 && in test5() 547 CPU(he) == 2 && PID(h in test5() [all...] |
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | hists_output.c | 135 #define PID(he) (thread__tid(he->thread)) macro 282 CPU(he) == 1 && PID(he) == 100 && he->stat.period == 300); in test2() 287 CPU(he) == 0 && PID(he) == 100 && he->stat.period == 100); in test2() 518 CPU(he) == 0 && PID(he) == 100 && in test5() 525 CPU(he) == 2 && PID(he) == 200 && in test5() 532 CPU(he) == 1 && PID(he) == 300 && in test5() 539 CPU(he) == 0 && PID(he) == 300 && in test5() 546 CPU(he) == 3 && PID(he) == 300 && in test5() 553 CPU(he) == 1 && PID(he) == 100 && in test5() 560 CPU(he) == 2 && PID(h in test5() [all...] |
/kernel/linux/linux-5.10/drivers/net/ |
H A D | sb1000.c | 121 short PID[]); 123 const short PID[]); 621 sb1000_get_PIDs(const int ioaddr[], const char* name, short PID[]) in sb1000_get_PIDs() argument 637 PID[0] = st[1] << 8 | st[2]; in sb1000_get_PIDs() 641 PID[1] = st[1] << 8 | st[2]; in sb1000_get_PIDs() 645 PID[2] = st[1] << 8 | st[2]; in sb1000_get_PIDs() 649 PID[3] = st[1] << 8 | st[2]; in sb1000_get_PIDs() 656 sb1000_set_PIDs(const int ioaddr[], const char* name, const short PID[]) in sb1000_set_PIDs() argument 672 p = PID[0]; in sb1000_set_PIDs() 679 p = PID[ in sb1000_set_PIDs() 994 short PID[4]; sb1000_dev_ioctl() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ |
H A D | sb1000.c | 122 short PID[]); 124 const short PID[]); 626 sb1000_get_PIDs(const int ioaddr[], const char* name, short PID[]) in sb1000_get_PIDs() argument 642 PID[0] = st[1] << 8 | st[2]; in sb1000_get_PIDs() 646 PID[1] = st[1] << 8 | st[2]; in sb1000_get_PIDs() 650 PID[2] = st[1] << 8 | st[2]; in sb1000_get_PIDs() 654 PID[3] = st[1] << 8 | st[2]; in sb1000_get_PIDs() 661 sb1000_set_PIDs(const int ioaddr[], const char* name, const short PID[]) in sb1000_set_PIDs() argument 677 p = PID[0]; in sb1000_set_PIDs() 684 p = PID[ in sb1000_set_PIDs() 1000 short PID[4]; sb1000_siocdevprivate() local [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | fin_ack_lat.sh | 22 PID=$!
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | if_frad.h | 37 __be16 PID; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-test-1-run.sh | 169 # Decorate qemu-cmd with redirection, backgrounding, and PID capture 247 echo "PID $qemu_pid killed due to run STOP request" >> $resdir/Warnings 2>&1 275 echo "!!! PID $qemu_pid hung at $kruntime vs. $seconds seconds" >> $resdir/Warnings 2>&1 284 echo Unknown PID, cannot kill qemu command
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | proc-v6.S | 107 bic r2, r2, #0xff @ extract the PID 139 mrc p15, 0, r4, c13, c0, 0 @ FCSE/PID 159 mcr p15, 0, r4, c13, c0, 0 @ FCSE/PID
|
H A D | proc-sa1100.S | 176 mrc p15, 0, r5, c13, c0, 0 @ PID 192 mcr p15, 0, r5, c13, c0, 0 @ PID
|
H A D | proc-v7-2level.S | 48 lsr r2, r2, #8 @ extract the PID
|
H A D | proc-arm926.S | 394 mrc p15, 0, r4, c13, c0, 0 @ PID 406 mcr p15, 0, r4, c13, c0, 0 @ PID
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | proc-v6.S | 109 bic r2, r2, #0xff @ extract the PID 141 mrc p15, 0, r4, c13, c0, 0 @ FCSE/PID 161 mcr p15, 0, r4, c13, c0, 0 @ FCSE/PID
|
H A D | proc-sa1100.S | 176 mrc p15, 0, r5, c13, c0, 0 @ PID 192 mcr p15, 0, r5, c13, c0, 0 @ PID
|
H A D | proc-v7-2level.S | 50 lsr r2, r2, #8 @ extract the PID
|
/kernel/linux/linux-5.10/drivers/media/common/b2c2/ |
H A D | flexcop_ibi_value_be.h | 281 u32 PID :13; member 376 u32 PID :13; member
|
H A D | flexcop_ibi_value_le.h | 278 u32 PID :13; member 369 u32 PID :13; member
|
/kernel/linux/linux-6.6/drivers/media/common/b2c2/ |
H A D | flexcop_ibi_value_be.h | 281 u32 PID :13; member 376 u32 PID :13; member
|
H A D | flexcop_ibi_value_le.h | 278 u32 PID :13; member 369 u32 PID :13; member
|