| /kernel/linux/linux-5.10/include/net/ |
| H A D | busy_poll.h | 102 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 D | seq_fifo.c | 161 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 D | seq_memory.c | 210 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 D | busy_poll.h | 105 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 D | seq_fifo.c | 162 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 D | seq_memory.c | 269 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 D | cong.c | 368 int rds_cong_wait(struct rds_cong_map *map, __be16 port, int nonblock, in rds_cong_wait() argument
|
| H A D | recv.c | 639 int ret = 0, nonblock = msg_flags & MSG_DONTWAIT; in rds_recvmsg() local
|
| /kernel/linux/linux-5.10/fs/ |
| H A D | signalfd.c | 207 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 D | signalfd.c | 207 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 D | cong.c | 368 int rds_cong_wait(struct rds_cong_map *map, __be16 port, int nonblock, in rds_cong_wait() argument
|
| H A D | recv.c | 640 int ret = 0, nonblock = msg_flags & MSG_DONTWAIT; in rds_recvmsg() local
|
| /kernel/linux/linux-5.10/include/sound/ |
| H A D | pcm_oss.h | 15 nonblock:1, member
|
| /kernel/linux/linux-6.6/include/sound/ |
| H A D | pcm_oss.h | 15 nonblock:1, member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_bo.c | 451 bool nonblock = !!(flags & drm_vmw_synccpu_dontblock); in vmw_user_bo_synccpu_grab() local
|
| /kernel/linux/linux-5.10/net/xfrm/ |
| H A D | espintcp.c | 133 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 D | driver.h | 168 unsigned int nonblock:1; member
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| H A D | tcp_bpf.c | 271 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 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 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 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 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 D | driver.h | 168 unsigned int nonblock:1; member
|
| /kernel/linux/linux-5.10/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-5.10/drivers/char/ |
| H A D | lp.c | 278 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 D | bus.c | 120 bool nonblock = !!(mode & MEI_CL_IO_RX_NONBLOCK); in __mei_cl_recv() local
|
| H A D | main.c | 175 bool nonblock = !!(file->f_flags & O_NONBLOCK); in mei_read() local
|