| /linux/drivers/media/usb/em28xx/ |
| H A D | em28xx-audio.c | 220 int nonblock, ret = 0; in snd_em28xx_capture_open() local 416 int nonblock = 0; in em28xx_vol_put() local 455 int nonblock = 0; in em28xx_vol_get() local 491 int nonblock = 0; in em28xx_vol_put_mute() local 533 int nonblock = 0; in em28xx_vol_get_mute() local
|
| /linux/drivers/char/ |
| H A D | lp.c | 280 static int lp_wait_ready(int minor, int nonblock) in lp_wait_ready() 310 int nonblock = ((file->f_flags & O_NONBLOCK) || in lp_write() local 427 int nonblock = ((file->f_flags & O_NONBLOCK) || in lp_read() local
|
| H A D | virtio_console.c | 598 void *data, bool nonblock) in __send_to_port() 776 static int wait_port_writable(struct port *port, bool nonblock) in wait_port_writable() 802 bool nonblock; in port_fops_write() local
|
| /linux/drivers/staging/media/av7110/ |
| H A D | av7110_av.c | 435 unsigned long count, int nonblock, int type) in ts_play() 473 unsigned long count, int nonblock, int type) in dvb_play() 507 unsigned long count, int nonblock, int type) in dvb_play_kernel() 538 unsigned long count, int nonblock, int type) in dvb_aplay() 1024 static int play_iframe(struct av7110 *av7110, char __user *buf, unsigned int len, int nonblock) in play_iframe()
|
| /linux/drivers/message/fusion/ |
| H A D | mptctl.c | 179 mptctl_syscall_down(MPT_ADAPTER *ioc, int nonblock) in mptctl_syscall_down() 624 int nonblock = (file->f_flags & O_NONBLOCK); in __mptctl_ioctl() local 2719 int nonblock = (filp->f_flags & O_NONBLOCK); in compat_mptfwxfer_ioctl() local 2760 int nonblock = (filp->f_flags & O_NONBLOCK); in compat_mpt_command() local
|
| /linux/drivers/iio/ |
| H A D | industrialio-buffer.c | 1613 static int iio_dma_resv_lock(struct dma_buf *dmabuf, bool nonblock) in iio_dma_resv_lock() 1635 struct dma_buf *dmabuf, bool nonblock) in iio_buffer_find_attachment() 1659 int __user *user_fd, bool nonblock) in iio_buffer_attach_dmabuf() 1765 int __user *user_req, bool nonblock) in iio_buffer_detach_dmabuf() 1822 bool nonblock) in iio_buffer_enqueue_dmabuf() 1990 bool nonblock = filp->f_flags & O_NONBLOCK; in iio_buffer_chrdev_ioctl() local
|
| /linux/include/net/ |
| H A D | busy_poll.h | 117 static inline void sk_busy_loop(struct sock *sk, int nonblock) in sk_busy_loop()
|
| /linux/drivers/net/wwan/ |
| H A D | wwan_core.c | 607 bool nonblock) in wwan_port_op_tx() 638 static int wwan_wait_rx(struct wwan_port *port, bool nonblock) in wwan_wait_rx() 652 static int wwan_wait_tx(struct wwan_port *port, bool nonblock) in wwan_wait_tx()
|
| /linux/net/rds/ |
| H A D | cong.c | 368 int rds_cong_wait(struct rds_cong_map *map, __be16 port, int nonblock, in rds_cong_wait()
|
| /linux/include/sound/ |
| H A D | pcm_oss.h | 15 nonblock:1, member
|
| /linux/sound/usb/line6/ |
| H A D | driver.h | 168 unsigned int nonblock:1; member
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_bo.c | 489 bool nonblock = !!(flags & drm_vmw_synccpu_dontblock); in vmw_user_bo_synccpu_grab() local
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_fs.c | 1449 static int ffs_dma_resv_lock(struct dma_buf *dmabuf, bool nonblock) in ffs_dma_resv_lock() 1487 bool nonblock = file->f_flags & O_NONBLOCK; in ffs_dmabuf_attach() local 1598 bool nonblock = file->f_flags & O_NONBLOCK; in ffs_dmabuf_transfer() local 4329 static int ffs_mutex_lock(struct mutex *mutex, unsigned nonblock) in ffs_mutex_lock()
|
| /linux/net/tls/ |
| H A D | tls_sw.c | 1349 tls_rx_rec_wait(struct sock *sk, struct sk_psock *psock, bool nonblock, in tls_rx_rec_wait() 1969 bool nonblock) in tls_rx_reader_acquire() 2000 bool nonblock) in tls_rx_reader_lock()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_atomic_helper.c | 2246 bool nonblock) in drm_atomic_helper_commit() 2374 static int stall_checks(struct drm_crtc *crtc, bool nonblock) in stall_checks() 2511 bool nonblock) in drm_atomic_helper_setup_commit()
|
| /linux/net/llc/ |
| H A D | af_llc.c | 763 const int nonblock = flags & MSG_DONTWAIT; in llc_ui_recvmsg() local
|
| /linux/drivers/misc/mei/ |
| H A D | main.c | 180 bool nonblock = !!(file->f_flags & O_NONBLOCK); in mei_read() local
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_actlog.c | 218 static struct lc_element *_al_get(struct drbd_device *device, unsigned int enr, bool nonblock) in _al_get()
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_connect.c | 608 static void set_nonblock(int fd, bool nonblock) in set_nonblock()
|
| /linux/drivers/media/common/videobuf2/ |
| H A D | videobuf2-core.c | 3010 loff_t *ppos, int nonblock, int read) in __vb2_perform_fileio()
|
| /linux/sound/core/ |
| H A D | pcm_lib.c | 2281 bool nonblock; in __snd_pcm_lib_xfer() local
|
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_execbuffer.c | 2523 bool nonblock = eb->file->filp->f_flags & O_NONBLOCK; in eb_pin_timeline() local
|
| /linux/sound/core/oss/ |
| H A D | pcm_oss.c | 2480 int nonblock; in snd_pcm_oss_open() local
|
| /linux/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | disp.c | 2428 struct drm_atomic_state *state, bool nonblock) in nv50_disp_atomic_commit()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_display.c | 7650 static int intel_atomic_setup_commit(struct intel_atomic_state *state, bool nonblock) in intel_atomic_setup_commit() 7683 bool nonblock) in intel_atomic_commit()
|