Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/pidfd/
H A Dpidfd_open_test.c87 static pid_t get_pid_from_fdinfo_file(int pidfd, const char *key, size_t keylen) in get_pid_from_fdinfo_file() function
157 pid = get_pid_from_fdinfo_file(pidfd, "Pid:", sizeof("Pid:") - 1); in main()
/linux-6.15/tools/testing/selftests/net/af_unix/
H A 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()