Searched refs:non_block (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/media/pci/cx18/ |
D | cx18-fileops.c | 178 static struct cx18_mdl *cx18_get_mdl(struct cx18_stream *s, int non_block, in cx18_get_mdl() argument 232 if (non_block) { in cx18_get_mdl() 415 size_t tot_count, int non_block) in cx18_read() argument 438 mdl = cx18_get_mdl(s, non_block, &rc); in cx18_read() 480 size_t count, loff_t *pos, int non_block) in cx18_read_pos() argument 482 ssize_t rc = count ? cx18_read(s, ubuf, count, non_block) : 0; in cx18_read_pos()
|
/Linux-v4.19/drivers/misc/mic/scif/ |
D | scif_fd.c | 87 bool non_block = false; in scif_fdioctl() local 89 non_block = !!(f->f_flags & O_NONBLOCK); in scif_fdioctl() 118 err = __scif_connect(priv, &req.peer, non_block); in scif_fdioctl()
|
D | scif_epd.h | 203 int __scif_connect(scif_epd_t epd, struct scif_port_id *dst, bool non_block);
|
D | scif_api.c | 599 int __scif_connect(scif_epd_t epd, struct scif_port_id *dst, bool non_block) in __scif_connect() argument 682 if (unlikely(non_block)) in __scif_connect()
|
/Linux-v4.19/drivers/media/pci/ivtv/ |
D | ivtv-fileops.c | 205 static struct ivtv_buffer *ivtv_get_buffer(struct ivtv_stream *s, int non_block, int *err) in ivtv_get_buffer() argument 267 if (non_block) { in ivtv_get_buffer() 358 static ssize_t ivtv_read(struct ivtv_stream *s, char __user *ubuf, size_t tot_count, int non_block) in ivtv_read() argument 380 buf = ivtv_get_buffer(s, non_block, &rc); in ivtv_read() 416 loff_t *pos, int non_block) in ivtv_read_pos() argument 418 ssize_t rc = count ? ivtv_read(s, ubuf, count, non_block) : 0; in ivtv_read_pos()
|
/Linux-v4.19/drivers/android/ |
D | binder.c | 3835 binder_size_t *consumed, int non_block) in binder_thread_read() argument 3871 if (non_block) { in binder_thread_read()
|