Searched refs:non_block (Results 1 – 3 of 3) sorted by relevance
87 bool non_block = false; in scif_fdioctl() local89 non_block = !!(f->f_flags & O_NONBLOCK); in scif_fdioctl()118 err = __scif_connect(priv, &req.peer, non_block); in scif_fdioctl()
203 int __scif_connect(scif_epd_t epd, struct scif_port_id *dst, bool non_block);
599 int __scif_connect(scif_epd_t epd, struct scif_port_id *dst, bool non_block) in __scif_connect() argument682 if (unlikely(non_block)) in __scif_connect()