Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify21.c35 struct pidfd_fdinfo_t { struct
62 static struct pidfd_fdinfo_t *self_pidfd_fdinfo; argument
64 static struct pidfd_fdinfo_t *read_pidfd_fdinfo(int pidfd) in read_pidfd_fdinfo()
67 struct pidfd_fdinfo_t *pidfd_fdinfo; in read_pidfd_fdinfo()
69 pidfd_fdinfo = SAFE_MALLOC(sizeof(struct pidfd_fdinfo_t)); in read_pidfd_fdinfo()
167 struct pidfd_fdinfo_t *event_pidfd_fdinfo = NULL; in do_test()
244 sizeof(struct pidfd_fdinfo_t))) { in do_test()