Home
last modified time | relevance | path

Searched refs:get_pid_from_fdinfo_file (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/tools/testing/selftests/pidfd/
Dpidfd_open_test.c86 static pid_t get_pid_from_fdinfo_file(int pidfd, const char *key, size_t keylen) in get_pid_from_fdinfo_file() function
153 pid = get_pid_from_fdinfo_file(pidfd, "Pid:", sizeof("Pid:") - 1); in main()
/linux-6.12.1/tools/testing/selftests/net/af_unix/
Dscm_pidfd.c94 static pid_t get_pid_from_fdinfo_file(int pidfd, const char *key, size_t keylen) in get_pid_from_fdinfo_file() function
202 get_pid_from_fdinfo_file(*pidfd, "Pid:", sizeof("Pid:") - 1); in cmsg_check()
365 peer_pid = get_pid_from_fdinfo_file(peer_pidfd, in client()