Home
last modified time | relevance | path

Searched refs:cpid (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/tools/testing/selftests/safesetid/
Dsafesetid-test.c176 pid_t cpid; in test_userns() local
182 cpid = syscall(SYS_clone, clone_flags, NULL); in test_userns()
183 if (cpid == -1) { in test_userns()
188 if (cpid == 0) { /* Code executed by child */ in test_userns()
193 if(snprintf(map_file_name, sz, "/proc/%d/uid_map", cpid) < 0) { in test_userns()
207 pid_t cpid, w; in test_setuid() local
210 cpid = fork(); in test_setuid()
211 if (cpid == -1) { in test_setuid()
215 if (cpid == 0) { /* Code executed by child */ in test_setuid()
224 w = waitpid(cpid, &wstatus, WUNTRACED | WCONTINUED); in test_setuid()
/Linux-v5.10/tools/testing/selftests/netfilter/
Dnft_flowtable.sh264 cpid=$!
272 if ps -p $cpid > /dev/null;then
273 kill $cpid
/Linux-v5.10/arch/nds32/kernel/
Dtraps.c367 unsigned int cpid = ((itype & ITYPE_mskCPID) >> ITYPE_offCPID); in do_dispatch_general() local
369 if ((cpid == FPU_CPID) && in do_dispatch_general()
/Linux-v5.10/tools/testing/selftests/net/mptcp/
Dsimult_flows.sh168 local cpid=$!
170 wait $cpid
Dmptcp_join.sh174 cpid=$!
200 wait $cpid
Dmptcp_connect.sh425 local cpid=$!
427 wait $cpid
/Linux-v5.10/arch/m68k/math-emu/
Dfp_scan.S69 cmp.b #0xf2,%d0 | cpid = 1
71 cmp.b #0xfc,%d0 | cpid = 6
/Linux-v5.10/arch/m68k/fpsp040/
Dx_fline.S60 cmpib #1,%d1 |check if cpid=1
/Linux-v5.10/arch/mips/kernel/
Dtraps.c1411 unsigned int cpid; in do_cpu() local
1415 cpid = (regs->cp0_cause >> CAUSEB_CE) & 3; in do_cpu()
1417 if (cpid != 2) in do_cpu()
1420 switch (cpid) { in do_cpu()