| /kernel/linux/linux-6.6/drivers/misc/mei/ |
| H A D | main.c | 175 bool nonblock = !!(file->f_flags & O_NONBLOCK); in mei_read() local
|
| H A D | bus.c | 161 bool nonblock = !!(mode & MEI_CL_IO_RX_NONBLOCK); in __mei_cl_recv() local
|
| /kernel/linux/linux-6.6/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() argument
|
| /kernel/linux/linux-6.6/drivers/char/ |
| H A D | lp.c | 280 static int lp_wait_ready(int minor, int nonblock) in lp_wait_ready() argument 310 int nonblock = ((file->f_flags & O_NONBLOCK) || in lp_write() local 427 int nonblock = ((file->f_flags & O_NONBLOCK) || in lp_read() local [all...] |
| /kernel/linux/linux-6.6/net/rds/ |
| H A D | send.c | 1111 int nonblock = msg->msg_flags & MSG_DONTWAIT; in rds_sendmsg() local 1044 rds_send_mprds_hash(struct rds_sock *rs, struct rds_connection *conn, int nonblock) rds_send_mprds_hash() argument
|
| /kernel/linux/linux-6.6/net/llc/ |
| H A D | af_llc.c | 764 const int nonblock = flags & MSG_DONTWAIT; in llc_ui_recvmsg() local
|
| /third_party/alsa-lib/src/rawmidi/ |
| H A D | rawmidi.c | 468 int snd_rawmidi_nonblock(snd_rawmidi_t *rawmidi, int nonblock) in snd_rawmidi_nonblock() argument
|
| H A D | ump.c | 188 int snd_ump_nonblock(snd_ump_t *ump, int nonblock) in snd_ump_nonblock() argument
|
| /third_party/alsa-lib/src/hwdep/ |
| H A D | hwdep.c | 313 int snd_hwdep_nonblock(snd_hwdep_t *hwdep, int nonblock) in snd_hwdep_nonblock() argument
|
| /third_party/alsa-lib/src/timer/ |
| H A D | timer.c | 405 int snd_timer_nonblock(snd_timer_t *timer, int nonblock) in snd_timer_nonblock() argument
|
| /third_party/alsa-lib/src/control/ |
| H A D | hcontrol.c | 142 int snd_hctl_nonblock(snd_hctl_t *hctl, int nonblock) in snd_hctl_nonblock() argument
|
| H A D | control_remap.c | 320 static int snd_ctl_remap_nonblock(snd_ctl_t *ctl, int nonblock) in snd_ctl_remap_nonblock() argument
|
| /kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
| H A D | videobuf2-core.c | 2709 __vb2_perform_fileio(struct vb2_queue *q, char __user *data, size_t count, loff_t *ppos, int nonblock, int read) __vb2_perform_fileio() argument
|
| /kernel/linux/linux-5.10/drivers/usb/class/ |
| H A D | usblp.c | 900 static int usblp_wwait(struct usblp *usblp, int nonblock) in usblp_wwait() argument 938 static int usblp_wtest(struct usblp *usblp, int nonblock) in usblp_wtest() argument 964 static int usblp_rwait_and_lock(struct usblp *usblp, int nonblock) in usblp_rwait_and_lock() argument 990 usblp_rtest(struct usblp *usblp, int nonblock) usblp_rtest() argument [all...] |
| /kernel/linux/linux-5.10/drivers/xen/ |
| H A D | pvcalls-front.c | 769 int notify, req_id, ret, nonblock; in pvcalls_front_accept() local
|
| /kernel/linux/linux-6.6/drivers/xen/ |
| H A D | pvcalls-front.c | 778 int notify, req_id, ret, nonblock; in pvcalls_front_accept() local
|
| /kernel/linux/linux-6.6/drivers/usb/class/ |
| H A D | usblp.c | 900 static int usblp_wwait(struct usblp *usblp, int nonblock) in usblp_wwait() argument 938 static int usblp_wtest(struct usblp *usblp, int nonblock) in usblp_wtest() argument 964 static int usblp_rwait_and_lock(struct usblp *usblp, int nonblock) in usblp_rwait_and_lock() argument 990 usblp_rtest(struct usblp *usblp, int nonblock) usblp_rtest() argument [all...] |
| /kernel/linux/linux-6.6/drivers/net/wwan/ |
| H A D | wwan_core.c | 623 static int wwan_wait_rx(struct wwan_port *port, bool nonblock) in wwan_wait_rx() argument 637 static int wwan_wait_tx(struct wwan_port *port, bool nonblock) in wwan_wait_tx() argument 591 wwan_port_op_tx(struct wwan_port *port, struct sk_buff *skb, bool nonblock) wwan_port_op_tx() argument
|
| /kernel/linux/linux-6.6/drivers/media/common/videobuf2/ |
| H A D | videobuf2-core.c | 2767 __vb2_perform_fileio(struct vb2_queue *q, char __user *data, size_t count, loff_t *ppos, int nonblock, int read) __vb2_perform_fileio() argument
|
| /third_party/ffmpeg/libavformat/ |
| H A D | udp.c | 991 int avail, nonblock = h->flags & AVIO_FLAG_NONBLOCK; in udp_read() local
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_ioplug.c | 767 static int snd_pcm_ioplug_nonblock(snd_pcm_t *pcm, int nonblock) in snd_pcm_ioplug_nonblock() argument
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
| H A D | drm_atomic_helper.c | 1843 static int stall_checks(struct drm_crtc *crtc, bool nonblock) in stall_checks() argument 1970 int drm_atomic_helper_setup_commit(struct drm_atomic_state *state, bool nonblock) in drm_atomic_helper_setup_commit() argument 2666 int drm_atomic_helper_commit(struct drm_device *dev, struct drm_atomic_state *state, bool nonblock) in drm_atomic_helper_commit() argument [all...] |
| /kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
| H A D | tcp_nip.c | 1659 int tcp_nip_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, int nonblock, in tcp_nip_recvmsg() argument
|
| /kernel/linux/linux-5.10/drivers/char/ |
| H A D | virtio_console.c | 784 static int wait_port_writable(struct port *port, bool nonblock) in wait_port_writable() argument 810 bool nonblock; in port_fops_write() local 604 __send_to_port(struct port *port, struct scatterlist *sg, int nents, size_t in_count, void *data, bool nonblock) __send_to_port() argument [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_execbuffer.c | 2071 bool nonblock = eb->file->filp->f_flags & O_NONBLOCK; in eb_relocate_parse() local
|