/Linux-v6.6/drivers/media/usb/em28xx/ |
D | em28xx-audio.c | 220 int nonblock, ret = 0; in snd_em28xx_capture_open() local 232 nonblock = !!(substream->f_flags & O_NONBLOCK); in snd_em28xx_capture_open() 233 if (nonblock) { in snd_em28xx_capture_open() 416 int nonblock = 0; in em28xx_vol_put() local 423 nonblock = !!(substream->f_flags & O_NONBLOCK); in em28xx_vol_put() 424 if (nonblock) { in em28xx_vol_put() 455 int nonblock = 0; in em28xx_vol_get() local 462 nonblock = !!(substream->f_flags & O_NONBLOCK); in em28xx_vol_get() 463 if (nonblock) { in em28xx_vol_get() 491 int nonblock = 0; in em28xx_vol_put_mute() local [all …]
|
/Linux-v6.6/fs/ |
D | signalfd.c | 156 int nonblock) in signalfd_dequeue() argument 166 if (!nonblock) in signalfd_dequeue() 207 int nonblock = file->f_flags & O_NONBLOCK; in signalfd_read() local 217 ret = signalfd_dequeue(ctx, &info, nonblock); in signalfd_read() 225 nonblock = 1; in signalfd_read()
|
D | eventpoll.c | 404 static bool ep_busy_loop(struct eventpoll *ep, int nonblock) in ep_busy_loop() argument 409 napi_busy_loop(napi_id, nonblock ? NULL : ep_busy_loop_end, ep, false, in ep_busy_loop() 461 static inline bool ep_busy_loop(struct eventpoll *ep, int nonblock) in ep_busy_loop() argument 2100 bool nonblock) in epoll_mutex_lock() argument 2102 if (!nonblock) { in epoll_mutex_lock() 2112 bool nonblock) in do_epoll_ctl() argument 2183 error = epoll_mutex_lock(&ep->mtx, 0, nonblock); in do_epoll_ctl() 2190 error = epoll_mutex_lock(&epnested_mutex, 0, nonblock); in do_epoll_ctl() 2201 error = epoll_mutex_lock(&ep->mtx, 0, nonblock); in do_epoll_ctl()
|
/Linux-v6.6/drivers/char/ |
D | lp.c | 280 static int lp_wait_ready(int minor, int nonblock) in lp_wait_ready() argument 291 if (error && (nonblock || (LP_F(minor) & LP_ABORT))) in lp_wait_ready() 310 int nonblock = ((file->f_flags & O_NONBLOCK) || in lp_write() local 340 (nonblock ? PARPORT_INACTIVITY_O_NONBLOCK in lp_write() 343 if ((retv = lp_wait_ready(minor, nonblock)) == 0) in lp_write() 369 error = lp_wait_ready(minor, nonblock); in lp_write() 375 } else if (nonblock) { in lp_write() 427 int nonblock = ((file->f_flags & O_NONBLOCK) || in lp_read() local 439 (nonblock ? PARPORT_INACTIVITY_O_NONBLOCK in lp_read() 455 if (nonblock) { in lp_read()
|
D | virtio_console.c | 600 void *data, bool nonblock) in __send_to_port() argument 626 if (nonblock) in __send_to_port() 778 static int wait_port_writable(struct port *port, bool nonblock) in wait_port_writable() argument 783 if (nonblock) in wait_port_writable() 804 bool nonblock; in port_fops_write() local 813 nonblock = filp->f_flags & O_NONBLOCK; in port_fops_write() 815 ret = wait_port_writable(port, nonblock); in port_fops_write() 838 nonblock = true; in port_fops_write() 840 ret = __send_to_port(port, sg, 1, count, buf, nonblock); in port_fops_write() 842 if (nonblock && ret > 0) in port_fops_write()
|
/Linux-v6.6/drivers/usb/class/ |
D | usblp.c | 233 static int usblp_wwait(struct usblp *usblp, int nonblock); 234 static int usblp_wtest(struct usblp *usblp, int nonblock); 235 static int usblp_rwait_and_lock(struct usblp *usblp, int nonblock); 236 static int usblp_rtest(struct usblp *usblp, int nonblock); 900 static int usblp_wwait(struct usblp *usblp, int nonblock) in usblp_wwait() argument 913 rc = usblp_wtest(usblp, nonblock); in usblp_wwait() 938 static int usblp_wtest(struct usblp *usblp, int nonblock) in usblp_wtest() argument 952 if (nonblock) in usblp_wtest() 964 static int usblp_rwait_and_lock(struct usblp *usblp, int nonblock) in usblp_rwait_and_lock() argument 976 if ((rc = usblp_rtest(usblp, nonblock)) < 0) { in usblp_rwait_and_lock() [all …]
|
/Linux-v6.6/include/net/ |
D | busy_poll.h | 105 static inline void sk_busy_loop(struct sock *sk, int nonblock) in sk_busy_loop() argument 111 napi_busy_loop(napi_id, nonblock ? NULL : sk_busy_loop_end, sk, in sk_busy_loop()
|
/Linux-v6.6/drivers/staging/media/av7110/ |
D | av7110_av.c | 432 unsigned long count, int nonblock, int type) in ts_play() argument 446 if (nonblock && !FREE_COND_TS) in ts_play() 451 if (nonblock) in ts_play() 471 unsigned long count, int nonblock, int type) in dvb_play() argument 479 if (nonblock && !FREE_COND) in dvb_play() 484 if (nonblock) in dvb_play() 504 unsigned long count, int nonblock, int type) in dvb_play_kernel() argument 512 if (nonblock && !FREE_COND) in dvb_play_kernel() 517 if (nonblock) in dvb_play_kernel() 534 unsigned long count, int nonblock, int type) in dvb_aplay() argument [all …]
|
/Linux-v6.6/sound/core/seq/ |
D | seq_memory.c | 271 int nonblock, struct file *file, in snd_seq_cell_alloc() argument 291 while (pool->free == NULL && ! nonblock && ! pool->closing) { in snd_seq_cell_alloc() 342 struct snd_seq_event_cell **cellp, int nonblock, in snd_seq_event_dup() argument 361 err = snd_seq_cell_alloc(pool, &cell, nonblock, file, mutexp); in snd_seq_event_dup() 392 err = snd_seq_cell_alloc(pool, &tmp, nonblock, file, in snd_seq_event_dup()
|
D | seq_fifo.h | 42 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock);
|
D | seq_fifo.c | 163 struct snd_seq_event_cell **cellp, int nonblock) in snd_seq_fifo_cell_out() argument 176 if (nonblock) { in snd_seq_fifo_cell_out()
|
D | seq_memory.h | 71 struct snd_seq_event_cell **cellp, int nonblock,
|
/Linux-v6.6/include/drm/ |
D | drm_atomic_helper.h | 70 bool nonblock); 119 bool nonblock);
|
D | drm_mode_config.h | 285 bool nonblock);
|
/Linux-v6.6/include/linux/ |
D | eventpoll.h | 57 bool nonblock);
|
/Linux-v6.6/include/sound/ |
D | pcm_oss.h | 15 nonblock:1, member
|
/Linux-v6.6/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_bo.c | 451 bool nonblock = !!(flags & drm_vmw_synccpu_dontblock); in vmw_user_bo_synccpu_grab() local 459 true, nonblock ? 0 : in vmw_user_bo_synccpu_grab() 468 ret = ttm_bo_reserve(bo, true, nonblock, NULL); in vmw_user_bo_synccpu_grab() 472 ret = ttm_bo_wait(bo, true, nonblock); in vmw_user_bo_synccpu_grab()
|
/Linux-v6.6/drivers/net/wwan/ |
D | wwan_core.c | 592 bool nonblock) in wwan_port_op_tx() argument 602 if (nonblock || !port->ops->tx_blocking) in wwan_port_op_tx() 623 static int wwan_wait_rx(struct wwan_port *port, bool nonblock) in wwan_wait_rx() argument 628 if (nonblock) in wwan_wait_rx() 637 static int wwan_wait_tx(struct wwan_port *port, bool nonblock) in wwan_wait_tx() argument 642 if (nonblock) in wwan_wait_tx()
|
/Linux-v6.6/net/rds/ |
D | send.c | 1046 struct rds_connection *conn, int nonblock) in rds_send_mprds_hash() argument 1066 if (nonblock) in rds_send_mprds_hash() 1112 int nonblock = msg->msg_flags & MSG_DONTWAIT; in rds_sendmsg() local 1113 long timeo = sock_sndtimeo(sk, nonblock); in rds_sendmsg() 1308 cpath = &conn->c_path[rds_send_mprds_hash(rs, conn, nonblock)]; in rds_sendmsg() 1345 ret = rds_cong_wait(conn->c_fcong, dport, nonblock, rs); in rds_sendmsg() 1354 if (nonblock) { in rds_sendmsg()
|
D | cong.c | 368 int rds_cong_wait(struct rds_cong_map *map, __be16 port, int nonblock, in rds_cong_wait() argument 373 if (nonblock) { in rds_cong_wait()
|
D | recv.c | 640 int ret = 0, nonblock = msg_flags & MSG_DONTWAIT; in rds_recvmsg() local 646 timeo = sock_rcvtimeo(sk, nonblock); in rds_recvmsg() 668 if (nonblock) { in rds_recvmsg()
|
/Linux-v6.6/sound/usb/line6/ |
D | driver.h | 168 unsigned int nonblock:1; member
|
/Linux-v6.6/include/media/ |
D | videobuf2-core.h | 1068 loff_t *ppos, int nonblock); 1078 loff_t *ppos, int nonblock);
|
/Linux-v6.6/drivers/gpu/drm/ |
D | drm_atomic_helper.c | 2005 bool nonblock) in drm_atomic_helper_commit() argument 2020 ret = drm_atomic_helper_setup_commit(state, nonblock); in drm_atomic_helper_commit() 2030 if (!nonblock) { in drm_atomic_helper_commit() 2067 if (nonblock) in drm_atomic_helper_commit() 2133 static int stall_checks(struct drm_crtc *crtc, bool nonblock) in stall_checks() argument 2149 if (!completed && nonblock) { in stall_checks() 2271 bool nonblock) in drm_atomic_helper_setup_commit() argument 2294 ret = stall_checks(crtc, nonblock); in drm_atomic_helper_setup_commit() 2338 if (nonblock && old_conn_state->commit && in drm_atomic_helper_setup_commit() 2360 if (nonblock && old_plane_state->commit && in drm_atomic_helper_setup_commit()
|
/Linux-v6.6/drivers/gpu/drm/exynos/ |
D | exynos_drm_drv.h | 258 bool nonblock);
|