/linux/drivers/media/usb/em28xx/ |
A D | em28xx-audio.c | 230 int nonblock, ret = 0; in snd_em28xx_capture_open() local 426 int nonblock = 0; in em28xx_vol_put() local 465 int nonblock = 0; in em28xx_vol_get() local 501 int nonblock = 0; in em28xx_vol_put_mute() local 543 int nonblock = 0; in em28xx_vol_get_mute() local
|
/linux/drivers/char/ |
A D | lp.c | 278 static int lp_wait_ready(int minor, int nonblock) in lp_wait_ready() 308 int nonblock = ((file->f_flags & O_NONBLOCK) || in lp_write() local 425 int nonblock = ((file->f_flags & O_NONBLOCK) || in lp_read() local
|
A D | virtio_console.c | 607 void *data, bool nonblock) in __send_to_port() 785 static int wait_port_writable(struct port *port, bool nonblock) in wait_port_writable() 811 bool nonblock; in port_fops_write() local
|
/linux/fs/ |
A D | signalfd.c | 156 int nonblock) in signalfd_dequeue() 206 int nonblock = file->f_flags & O_NONBLOCK; in signalfd_read() local
|
A D | eventpoll.c | 392 static bool ep_busy_loop(struct eventpoll *ep, int nonblock) in ep_busy_loop() 449 static inline bool ep_busy_loop(struct eventpoll *ep, int nonblock) in ep_busy_loop() 2015 bool nonblock) in epoll_mutex_lock() 2027 bool nonblock) in do_epoll_ctl()
|
/linux/sound/core/seq/ |
A D | seq_memory.c | 211 int nonblock, struct file *file, in snd_seq_cell_alloc() 282 struct snd_seq_event_cell **cellp, int nonblock, in snd_seq_event_dup()
|
A D | seq_fifo.c | 163 struct snd_seq_event_cell **cellp, int nonblock) in snd_seq_fifo_cell_out()
|
/linux/drivers/staging/media/av7110/ |
A D | av7110_av.c | 432 unsigned long count, int nonblock, int type) in ts_play() 471 unsigned long count, int nonblock, int type) in dvb_play() 504 unsigned long count, int nonblock, int type) in dvb_play_kernel() 534 unsigned long count, int nonblock, int type) in dvb_aplay() 1023 static int play_iframe(struct av7110 *av7110, char __user *buf, unsigned int len, int nonblock) in play_iframe()
|
/linux/drivers/usb/class/ |
A D | usblp.c | 900 static int usblp_wwait(struct usblp *usblp, int nonblock) in usblp_wwait() 938 static int usblp_wtest(struct usblp *usblp, int nonblock) in usblp_wtest() 964 static int usblp_rwait_and_lock(struct usblp *usblp, int nonblock) in usblp_rwait_and_lock() 990 static int usblp_rtest(struct usblp *usblp, int nonblock) in usblp_rtest()
|
/linux/drivers/message/fusion/ |
A D | mptctl.c | 179 mptctl_syscall_down(MPT_ADAPTER *ioc, int nonblock) in mptctl_syscall_down() 625 int nonblock = (file->f_flags & O_NONBLOCK); in __mptctl_ioctl() local 2710 int nonblock = (filp->f_flags & O_NONBLOCK); in compat_mptfwxfer_ioctl() local 2751 int nonblock = (filp->f_flags & O_NONBLOCK); in compat_mpt_command() local
|
/linux/net/ipv4/ |
A D | tcp_bpf.c | 178 int nonblock, in tcp_bpf_recvmsg_parser() 211 int nonblock, int flags, int *addr_len) in tcp_bpf_recvmsg()
|
A D | udp_bpf.c | 64 int nonblock, int flags, int *addr_len) in udp_bpf_recvmsg()
|
/linux/include/net/ |
A D | busy_poll.h | 104 static inline void sk_busy_loop(struct sock *sk, int nonblock) in sk_busy_loop()
|
/linux/net/unix/ |
A D | unix_bpf.c | 51 size_t len, int nonblock, int flags, in unix_bpf_recvmsg()
|
/linux/drivers/net/wwan/ |
A D | wwan_core.c | 511 bool nonblock) in wwan_port_op_tx() 542 static int wwan_wait_rx(struct wwan_port *port, bool nonblock) in wwan_wait_rx() 556 static int wwan_wait_tx(struct wwan_port *port, bool nonblock) in wwan_wait_tx()
|
/linux/net/rds/ |
A D | send.c | 1046 struct rds_connection *conn, int nonblock) in rds_send_mprds_hash() 1112 int nonblock = msg->msg_flags & MSG_DONTWAIT; in rds_sendmsg() local
|
A D | cong.c | 368 int rds_cong_wait(struct rds_cong_map *map, __be16 port, int nonblock, in rds_cong_wait()
|
A D | recv.c | 639 int ret = 0, nonblock = msg_flags & MSG_DONTWAIT; in rds_recvmsg() local
|
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
A D | chtls_io.c | 1429 int nonblock, int flags, int *addr_len) in chtls_pt_recvmsg() 1619 size_t len, int nonblock, int flags) in peekmsg() 1740 int nonblock, int flags, int *addr_len) in chtls_recvmsg()
|
/linux/include/sound/ |
A D | pcm_oss.h | 15 nonblock:1, member
|
/linux/sound/usb/line6/ |
A D | driver.h | 168 unsigned int nonblock:1; member
|
/linux/net/xfrm/ |
A D | espintcp.c | 134 int nonblock, int flags, int *addr_len) in espintcp_recvmsg()
|
/linux/drivers/gpu/drm/ |
A D | drm_atomic_helper.c | 1819 bool nonblock) in drm_atomic_helper_commit() 1947 static int stall_checks(struct drm_crtc *crtc, bool nonblock) in stall_checks() 2084 bool nonblock) in drm_atomic_helper_setup_commit()
|
/linux/net/dccp/ |
A D | proto.c | 805 int dccp_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, int nonblock, in dccp_recvmsg()
|
/linux/net/llc/ |
A D | af_llc.c | 742 const int nonblock = flags & MSG_DONTWAIT; in llc_ui_recvmsg() local
|