Searched refs:fd (Results 1 – 1 of 1) sorted by relevance
900 int fd, error; in do_mq_open() local908 fd = get_unused_fd_flags(O_CLOEXEC); in do_mq_open()909 if (fd < 0) in do_mq_open()924 fd_install(fd, file); in do_mq_open()931 put_unused_fd(fd); in do_mq_open()932 fd = error; in do_mq_open()939 return fd; in do_mq_open()1064 struct fd f; in do_mq_timedsend()1186 struct fd f; in do_mq_timedreceive()1320 struct fd f; in do_mq_notify()[all …]