Lines Matching defs:memfd
37 static int __child(int sk, int memfd)
53 ret = send(sk, &memfd, sizeof(memfd), 0);
54 if (ret != sizeof(memfd)) {
101 int memfd, ret;
103 memfd = sys_memfd_create("test", 0);
104 if (memfd < 0) {
105 fprintf(stderr, "%s: Child could not create memfd\n",
109 ret = __child(sk, memfd);
110 close(memfd);
161 * Wait for the child to complete setup. It'll send the remote memfd's