Searched refs:fd (Results 1 – 1 of 1) sorted by relevance
805 int fd, error; in do_mq_open() local813 fd = get_unused_fd_flags(O_CLOEXEC); in do_mq_open()814 if (fd < 0) in do_mq_open()829 fd_install(fd, file); in do_mq_open()836 put_unused_fd(fd); in do_mq_open()837 fd = error; in do_mq_open()844 return fd; in do_mq_open()967 struct fd f; in do_mq_timedsend()1087 struct fd f; in do_mq_timedreceive()1219 struct fd f; in do_mq_notify()[all …]