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

/linux-4.4.14/drivers/misc/mic/scif/
H A Dscif_fd.c87 bool non_block = false; scif_fdioctl() local
89 non_block = !!(f->f_flags & O_NONBLOCK); scif_fdioctl()
118 err = __scif_connect(priv, &req.peer, non_block); scif_fdioctl()
H A Dscif_epd.h203 int __scif_connect(scif_epd_t epd, struct scif_port_id *dst, bool non_block);
H A Dscif_api.c599 int __scif_connect(scif_epd_t epd, struct scif_port_id *dst, bool non_block) __scif_connect() argument
683 if (unlikely(non_block)) __scif_connect()
/linux-4.4.14/fs/gfs2/
H A Dinode.h98 int non_block);
H A Dinode.c43 int non_block; member in struct:gfs2_skip_data
52 if (data->non_block && iget_test()
74 struct inode *gfs2_ilookup(struct super_block *sb, u64 no_addr, int non_block) gfs2_ilookup() argument
81 data.non_block = non_block; gfs2_ilookup()
86 int non_block) gfs2_iget()
93 data.non_block = non_block; gfs2_iget()
135 * non_block: Can we block on inodes that are being freed?
141 u64 no_addr, u64 no_formal_ino, int non_block) gfs2_inode_lookup()
148 inode = gfs2_iget(sb, no_addr, non_block); gfs2_inode_lookup()
85 gfs2_iget(struct super_block *sb, u64 no_addr, int non_block) gfs2_iget() argument
140 gfs2_inode_lookup(struct super_block *sb, unsigned int type, u64 no_addr, u64 no_formal_ino, int non_block) gfs2_inode_lookup() argument
/linux-4.4.14/drivers/media/pci/cx18/
H A Dcx18-fileops.c184 static struct cx18_mdl *cx18_get_mdl(struct cx18_stream *s, int non_block, cx18_get_mdl() argument
238 if (non_block) { cx18_get_mdl()
421 size_t tot_count, int non_block) cx18_read()
444 mdl = cx18_get_mdl(s, non_block, &rc); cx18_read()
486 size_t count, loff_t *pos, int non_block) cx18_read_pos()
488 ssize_t rc = count ? cx18_read(s, ubuf, count, non_block) : 0; cx18_read_pos()
420 cx18_read(struct cx18_stream *s, char __user *ubuf, size_t tot_count, int non_block) cx18_read() argument
485 cx18_read_pos(struct cx18_stream *s, char __user *ubuf, size_t count, loff_t *pos, int non_block) cx18_read_pos() argument
/linux-4.4.14/drivers/media/pci/ivtv/
H A Divtv-fileops.c205 static struct ivtv_buffer *ivtv_get_buffer(struct ivtv_stream *s, int non_block, int *err) ivtv_get_buffer() argument
267 if (non_block) { ivtv_get_buffer()
358 static ssize_t ivtv_read(struct ivtv_stream *s, char __user *ubuf, size_t tot_count, int non_block) ivtv_read() argument
380 buf = ivtv_get_buffer(s, non_block, &rc); ivtv_read()
416 loff_t *pos, int non_block) ivtv_read_pos()
418 ssize_t rc = count ? ivtv_read(s, ubuf, count, non_block) : 0; ivtv_read_pos()
415 ivtv_read_pos(struct ivtv_stream *s, char __user *ubuf, size_t count, loff_t *pos, int non_block) ivtv_read_pos() argument
/linux-4.4.14/drivers/android/
H A Dbinder.c2145 binder_size_t *consumed, int non_block) binder_thread_read()
2201 if (non_block) { binder_thread_read()
2207 if (non_block) { binder_thread_read()
2142 binder_thread_read(struct binder_proc *proc, struct binder_thread *thread, binder_uintptr_t binder_buffer, size_t size, binder_size_t *consumed, int non_block) binder_thread_read() argument

Completed in 471 milliseconds