Home
last modified time | relevance | path

Searched defs:nonblock (Results 1 - 25 of 85) sorted by relevance

1234

/kernel/linux/linux-5.10/include/net/
H A Dbusy_poll.h102 static inline void sk_busy_loop(struct sock *sk, int nonblock) in sk_busy_loop() argument
/kernel/linux/linux-5.10/sound/core/seq/
H A Dseq_fifo.c161 snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock) snd_seq_fifo_cell_out() argument
H A Dseq_memory.c210 snd_seq_cell_alloc(struct snd_seq_pool *pool, struct snd_seq_event_cell **cellp, int nonblock, struct file *file, struct mutex *mutexp) snd_seq_cell_alloc() argument
282 snd_seq_event_dup(struct snd_seq_pool *pool, struct snd_seq_event *event, struct snd_seq_event_cell **cellp, int nonblock, struct file *file, struct mutex *mutexp) snd_seq_event_dup() argument
/kernel/linux/linux-6.6/include/net/
H A Dbusy_poll.h105 static inline void sk_busy_loop(struct sock *sk, int nonblock) in sk_busy_loop() argument
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_fifo.c162 snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock) snd_seq_fifo_cell_out() argument
H A Dseq_memory.c269 snd_seq_cell_alloc(struct snd_seq_pool *pool, struct snd_seq_event_cell **cellp, int nonblock, struct file *file, struct mutex *mutexp) snd_seq_cell_alloc() argument
341 snd_seq_event_dup(struct snd_seq_pool *pool, struct snd_seq_event *event, struct snd_seq_event_cell **cellp, int nonblock, struct file *file, struct mutex *mutexp) snd_seq_event_dup() argument
/kernel/linux/linux-5.10/net/rds/
H A Dcong.c368 int rds_cong_wait(struct rds_cong_map *map, __be16 port, int nonblock, in rds_cong_wait() argument
H A Drecv.c639 int ret = 0, nonblock = msg_flags & MSG_DONTWAIT; in rds_recvmsg() local
/kernel/linux/linux-5.10/fs/
H A Dsignalfd.c207 int nonblock = file->f_flags & O_NONBLOCK; in signalfd_read() local
156 signalfd_dequeue(struct signalfd_ctx *ctx, kernel_siginfo_t *info, int nonblock) signalfd_dequeue() argument
/kernel/linux/linux-6.6/fs/
H A Dsignalfd.c207 int nonblock = file->f_flags & O_NONBLOCK; in signalfd_read() local
155 signalfd_dequeue(struct signalfd_ctx *ctx, kernel_siginfo_t *info, int nonblock) signalfd_dequeue() argument
/kernel/linux/linux-6.6/net/rds/
H A Dcong.c368 int rds_cong_wait(struct rds_cong_map *map, __be16 port, int nonblock, in rds_cong_wait() argument
H A Drecv.c640 int ret = 0, nonblock = msg_flags & MSG_DONTWAIT; in rds_recvmsg() local
/kernel/linux/linux-5.10/include/sound/
H A Dpcm_oss.h15 nonblock:1, member
/kernel/linux/linux-6.6/include/sound/
H A Dpcm_oss.h15 nonblock:1, member
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.c451 bool nonblock = !!(flags & drm_vmw_synccpu_dontblock); in vmw_user_bo_synccpu_grab() local
/kernel/linux/linux-5.10/net/xfrm/
H A Despintcp.c133 espintcp_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, int nonblock, int flags, int *addr_len) espintcp_recvmsg() argument
/kernel/linux/linux-5.10/sound/usb/line6/
H A Ddriver.h168 unsigned int nonblock:1; member
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_bpf.c271 tcp_bpf_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, int nonblock, int flags, int *addr_len) tcp_bpf_recvmsg() argument
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/
H A Dem28xx-audio.c230 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 in em28xx_vol_put_mute() local
543 int nonblock = 0; em28xx_vol_get_mute() local
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/
H A Dem28xx-audio.c220 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 in em28xx_vol_put_mute() local
533 int nonblock = 0; em28xx_vol_get_mute() local
[all...]
/kernel/linux/linux-6.6/sound/usb/line6/
H A Ddriver.h168 unsigned int nonblock:1; member
/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_actlog.c218 static struct lc_element *_al_get(struct drbd_device *device, unsigned int enr, bool nonblock) in _al_get() argument
/kernel/linux/linux-5.10/drivers/char/
H A Dlp.c278 static int lp_wait_ready(int minor, int nonblock) in lp_wait_ready() argument
308 int nonblock = ((file->f_flags & O_NONBLOCK) || in lp_write() local
425 int nonblock = ((file->f_flags & O_NONBLOCK) || in lp_read() local
[all...]
/kernel/linux/linux-5.10/drivers/misc/mei/
H A Dbus.c120 bool nonblock = !!(mode & MEI_CL_IO_RX_NONBLOCK); in __mei_cl_recv() local
H A Dmain.c175 bool nonblock = !!(file->f_flags & O_NONBLOCK); in mei_read() local

Completed in 18 milliseconds

1234