Home
last modified time | relevance | path

Searched refs:getppid_tm (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/tm/
H A Dtm-syscall.c35 pid_t getppid_tm(bool scv, bool suspend) in getppid_tm() function
98 FAIL_IF(getppid_tm(false, true) == -1); /* Should succeed. */ in tm_syscall()
104 FAIL_IF(getppid_tm(false, false) != -1); /* Should fail... */ in tm_syscall()
110 FAIL_IF(getppid_tm(true, true) == -1); /* Should succeed. */ in tm_syscall()
111 FAIL_IF(getppid_tm(true, false) != -1); /* Should fail... */ in tm_syscall()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/
H A Dtm-syscall.c30 pid_t getppid_tm(bool suspend) in getppid_tm() function
85 FAIL_IF(getppid_tm(true) == -1); /* Should succeed. */ in tm_syscall()
91 FAIL_IF(getppid_tm(false) != -1); /* Should fail... */ in tm_syscall()

Completed in 2 milliseconds