Home
last modified time | relevance | path

Searched refs:PID (Results 1 – 25 of 139) sorted by relevance

123456

/kernel/linux/build/test/moduletest/runtest/bin/sched_rtg_t/testcases/bin/
Dsched_rtg02.sh32 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 0 0
55 set_check_rtgid 2 $PID 0 2
[all …]
Dsched_rtg01.sh30 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 remove rtgid 2 failed!"
76 tst_res TINFO "process $PID remove rtgid 2 failed!"
[all …]
Dsched_rtg03.sh30 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
84 cat $_sched_rtg_debug | grep $PID
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/
Ddmx-get-pes-pids.rst34 This ioctl allows to query a DVB device to return the first PID used
39 PID element position content
41 pids[DMX_PES_AUDIO] 0 first audio PID
42 pids[DMX_PES_VIDEO] 1 first video PID
43 pids[DMX_PES_TELETEXT] 2 first teletext PID
44 pids[DMX_PES_SUBTITLE] 3 first subtitle PID
45 pids[DMX_PES_PCR] 4 first Program Clock Reference PID
50 A value equal to 0xffff means that the PID was not filled by the
Ddmx-remove-pid.rst29 PID of the PES filter to be removed.
34 This ioctl call allows to remove a PID when multiple PIDs are set on a
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/
Dusb-device.txt21 - compatible: "usbVID,PID", where VID is the vendor id and PID the product id.
22 The textual representation of VID and PID shall be in lower case hexadecimal
25 may leave out all except for "usbVID,PID".
36 - compatible: "usbifVID,PID.configCN.IN", where VID is the vendor id, PID is
38 number. The textual representation of VID, PID, CN and IN shall be in lower
42 "usbifVID,PID.configCN.IN".
50 - compatible: "usbVID,PID", where VID is the vendor id and PID the product id.
51 The textual representation of VID and PID shall be in lower case hexadecimal
54 may leave out all except for "usbVID,PID".
/kernel/uniproton/doc/design/
Dinterface_description.md530 ##### 3.1.6.6 获取指定源PID的待处理消息个数
534 从指定队列中,获取指定源PID的待处理消息个数。
540 taskPid [IN] 类型#U32,线程PID
543 PID为OS_QUEUE_PID_ALL时,表示获取所有待处理的消息个数
544 PID的合法性不做判断,不合法的PID获取的消息个数为0
623 ##### 3.1.7.6 获取阻塞在指定核内信号量上的任务PID清单
627 根据用户指定的核内信号量句柄,获取阻塞在指定核内信号量上的任务PID清单。
628 若有任务阻塞于该核内信号量,则返回阻塞于该核内信号量的任务数目,以及相应任务的PID
636 pidBuf [OUT] 类型#U32 *,由用户指定的内存区域首地址,用于存储阻塞于指定核内信号量的任务PID
639 用户应保证存储任务PID清单的内存空间足够大,建议将bufLen配置为(#OS_TSK_MAX_SUPPORT_NUM + 1)
[all …]
Dtask.md17 | 任务PID | 任务ID作为任务的重要标识,在任务创建时通过参数返回给用户。用户可以通过任务ID对指定任务进行任务挂起、任务恢复、查询任务信息等操作。 |
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/fp/
DREADME29 PID: 1573
32 PID: 1575
35 PID: 1577
38 PID: 1579
41 PID: 1581
44 PID: 1583
47 PID: 1585
50 PID: 1587
53 PID: 1589
/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc-filter-notrace-pid.tc16 read PID _ < /proc/self/stat
44 echo $PID > set_ftrace_notrace_pid
76 echo $PID > set_ftrace_pid
Dfunc-filter-pid.tc17 read PID _ < /proc/self/stat
44 echo $PID > set_ftrace_pid
/kernel/linux/linux-5.10/drivers/net/
Dsb1000.c121 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[1]; in sb1000_set_PIDs()
[all …]
/kernel/linux/linux-5.10/tools/perf/tests/
Dhists_output.c122 #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(he) == 100 && in test5()
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/namespaces/
Dcompatibility-list.rst13 - UTS IPC VFS PID User Net
18 PID 1 1 X
23 1. Both the IPC and the PID namespaces provide IDs to address
/kernel/linux/linux-5.10/arch/arm64/
DKconfig.debug4 bool "Write the current PID to the CONTEXTIDR register"
6 Enabling this option causes the kernel to write the current PID to
/kernel/linux/linux-5.10/Documentation/driver-api/thermal/
Dpower_allocator.rst19 PID Controller
23 Proportional-Integral-Derivative controller (PID controller) with
101 The implementation of the PID controller in the power allocator
126 Focusing on the proportional and feed forward values of the PID
163 `k_i` configures the PID loop's integral term constant. This term
164 allows the PID controller to compensate for long term drift and for
175 `k_d` configures the PID loop's derivative term constant. It's
264 The power allocator governor's PID controller works best if there is a
/kernel/linux/linux-5.10/Documentation/trace/
Dmmiotrace.rst152 read event R width, timestamp, map id, physical, value, PC, PID
153 write event W width, timestamp, map id, physical, value, PC, PID
154 ioremap event MAP timestamp, map id, physical, virtual, length, PC, PID
155 iounmap event UNMAP timestamp, map id, PC, PID
160 unk. opcode UNKNOWN timestamp, map id, physical, data, PC, PID
165 used in an operation. PC is the program counter and PID is process id. PC is
166 zero if it is not recorded. PID is always zero as tracing MMIO accesses
/kernel/linux/linux-5.10/drivers/bcma/
DREADME5 AMBA standard fields like CID and PID.
9 as standard AMBA device. Reading it's CID or PID can cause machine lockup.
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-bus-i3c70 PID stands for Provisional ID and is used to uniquely identify
71 a device on a bus. This PID contains information about the
75 This entry describes the PID of the master controller driving
126 PID stands for Provisional ID and is used to uniquely identify
127 a device on a bus. This PID contains information about the
/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/samples/
Dunresolved.tc4 kill -INT $PID
/kernel/linux/linux-5.10/tools/testing/selftests/net/
Dfin_ack_lat.sh22 PID=$!
/kernel/linux/linux-5.10/Documentation/usb/
Dlinux-cdc-acm.inf82 ; When developing your USB device, the VID and PID used in the PC side
84 ; Modify the below line to use your VID and PID. Use the format as shown
/kernel/linux/linux-5.10/Documentation/admin-guide/LSM/
DYama.rst34 work), or with ``CAP_SYS_PTRACE`` (i.e. "gdb --pid=PID", and "strace -p PID"
64 an allowed debugger PID to call ``PTRACE_ATTACH`` on the inferior.
/kernel/linux/linux-5.10/Documentation/admin-guide/mm/
Dsoft-dirty.rst12 This is done by writing "4" into the ``/proc/PID/clear_refs`` file of the
19 This is done by reading from the ``/proc/PID/pagemap``. The bit 55 of the
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Dci.rst37 b) a channels.conf containing a valid PMT PID
41 here 278 is a valid PMT PID. the rest of the values are the

123456