Home
last modified time | relevance | path

Searched refs:non_block (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-fileops.c184 static struct cx18_mdl *cx18_get_mdl(struct cx18_stream *s, int non_block, in cx18_get_mdl() argument
238 if (non_block) { in cx18_get_mdl()
421 size_t tot_count, int non_block) in cx18_read() argument
444 mdl = cx18_get_mdl(s, non_block, &rc); in cx18_read()
486 size_t count, loff_t *pos, int non_block) in cx18_read_pos() argument
488 ssize_t rc = count ? cx18_read(s, ubuf, count, non_block) : 0; in cx18_read_pos()
/linux-4.4.14/drivers/misc/mic/scif/
Dscif_fd.c87 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()
Dscif_epd.h203 int __scif_connect(scif_epd_t epd, struct scif_port_id *dst, bool non_block);
Dscif_api.c599 int __scif_connect(scif_epd_t epd, struct scif_port_id *dst, bool non_block) in __scif_connect() argument
683 if (unlikely(non_block)) in __scif_connect()
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-fileops.c205 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-4.4.14/fs/gfs2/
Dinode.c43 int non_block; member
52 if (data->non_block && in iget_test()
74 struct inode *gfs2_ilookup(struct super_block *sb, u64 no_addr, int non_block) in gfs2_ilookup() argument
81 data.non_block = non_block; in gfs2_ilookup()
86 int non_block) in gfs2_iget() argument
93 data.non_block = non_block; in gfs2_iget()
141 u64 no_addr, u64 no_formal_ino, int non_block) in gfs2_inode_lookup() argument
148 inode = gfs2_iget(sb, no_addr, non_block); in gfs2_inode_lookup()
Dinode.h98 int non_block);
/linux-4.4.14/drivers/android/
Dbinder.c2145 binder_size_t *consumed, int non_block) in binder_thread_read() argument
2201 if (non_block) { in binder_thread_read()
2207 if (non_block) { in binder_thread_read()