Searched refs:nonblock (Results 1 - 25 of 56) sorted by relevance

123

/linux-master/include/sound/
H A Dpcm_oss.h15 nonblock:1, member in struct:snd_pcm_oss_setup
/linux-master/sound/core/seq/
H A Dseq_fifo.h42 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock);
H A Dseq_memory.h71 struct snd_seq_event_cell **cellp, int nonblock,
H A Dseq_memory.c269 int nonblock, struct file *file,
289 while (pool->free == NULL && ! nonblock && ! pool->closing) {
340 struct snd_seq_event_cell **cellp, int nonblock,
359 err = snd_seq_cell_alloc(pool, &cell, nonblock, file, mutexp);
390 err = snd_seq_cell_alloc(pool, &tmp, nonblock, file,
267 snd_seq_cell_alloc(struct snd_seq_pool *pool, struct snd_seq_event_cell **cellp, int nonblock, struct file *file, struct mutex *mutexp) argument
339 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) argument
H A Dseq_fifo.c161 struct snd_seq_event_cell **cellp, int nonblock)
174 if (nonblock) {
160 snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock) argument
/linux-master/include/linux/
H A Deventpoll.h57 bool nonblock);
/linux-master/include/net/
H A Dbusy_poll.h109 static inline void sk_busy_loop(struct sock *sk, int nonblock) argument
115 napi_busy_loop(napi_id, nonblock ? NULL : sk_busy_loop_end, sk,
/linux-master/fs/
H A Dsignalfd.c156 int nonblock)
166 if (!nonblock)
207 int nonblock = file->f_flags & O_NONBLOCK; local
217 ret = signalfd_dequeue(ctx, &info, nonblock);
225 nonblock = 1;
155 signalfd_dequeue(struct signalfd_ctx *ctx, kernel_siginfo_t *info, int nonblock) argument
H A Deventpoll.c439 static bool ep_busy_loop(struct eventpoll *ep, int nonblock) argument
449 napi_busy_loop(napi_id, nonblock ? NULL : ep_busy_loop_end,
543 static inline bool ep_busy_loop(struct eventpoll *ep, int nonblock) argument
2210 bool nonblock)
2212 if (!nonblock) {
2222 bool nonblock)
2293 error = epoll_mutex_lock(&ep->mtx, 0, nonblock);
2300 error = epoll_mutex_lock(&epnested_mutex, 0, nonblock);
2311 error = epoll_mutex_lock(&ep->mtx, 0, nonblock);
2209 epoll_mutex_lock(struct mutex *mutex, int depth, bool nonblock) argument
2221 do_epoll_ctl(int epfd, int op, int fd, struct epoll_event *epds, bool nonblock) argument
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-audio.c220 int nonblock, ret = 0; local
232 nonblock = !!(substream->f_flags & O_NONBLOCK);
233 if (nonblock) {
416 int nonblock = 0; local
423 nonblock = !!(substream->f_flags & O_NONBLOCK);
424 if (nonblock) {
455 int nonblock = 0; local
462 nonblock = !!(substream->f_flags & O_NONBLOCK);
463 if (nonblock) {
491 int nonblock local
533 int nonblock = 0; local
[all...]
/linux-master/drivers/char/
H A Dlp.c280 static int lp_wait_ready(int minor, int nonblock) argument
291 if (error && (nonblock || (LP_F(minor) & LP_ABORT)))
310 int nonblock = ((file->f_flags & O_NONBLOCK) || local
340 (nonblock ? PARPORT_INACTIVITY_O_NONBLOCK
343 if ((retv = lp_wait_ready(minor, nonblock)) == 0)
369 error = lp_wait_ready(minor, nonblock);
375 } else if (nonblock) {
427 int nonblock = ((file->f_flags & O_NONBLOCK) || local
439 (nonblock ? PARPORT_INACTIVITY_O_NONBLOCK
455 if (nonblock) {
[all...]
H A Dvirtio_console.c597 void *data, bool nonblock)
623 if (nonblock)
775 static int wait_port_writable(struct port *port, bool nonblock) argument
780 if (nonblock)
801 bool nonblock; local
810 nonblock = filp->f_flags & O_NONBLOCK;
812 ret = wait_port_writable(port, nonblock);
835 nonblock = true;
837 ret = __send_to_port(port, sg, 1, count, buf, nonblock);
839 if (nonblock
595 __send_to_port(struct port *port, struct scatterlist *sg, int nents, size_t in_count, void *data, bool nonblock) argument
[all...]
/linux-master/drivers/usb/class/
H A Dusblp.c233 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) argument
913 rc = usblp_wtest(usblp, nonblock);
938 static int usblp_wtest(struct usblp *usblp, int nonblock) argument
952 if (nonblock)
964 static int usblp_rwait_and_lock(struct usblp *usblp, int nonblock) argument
976 if ((rc = usblp_rtest(usblp, nonblock)) <
990 usblp_rtest(struct usblp *usblp, int nonblock) argument
[all...]
/linux-master/sound/usb/line6/
H A Ddriver.h168 unsigned int nonblock:1; member in struct:usb_line6::__anon3454
/linux-master/fs/bcachefs/
H A Dfs-io-pagecache.c672 bool nonblock)
689 if (!nonblock) {
721 * can return -EAGAIN if nonblock is specified.
724 unsigned min_replicas, bool nonblock)
732 FGP_LOCK|(nonblock ? FGP_NOWAIT : 0), 0);
761 bool nonblock)
768 ret = folio_hole_offset(mapping, &offset, min_replicas, nonblock);
779 bool nonblock)
784 *hole_start << 9, *hole_end << 9, min_replicas, nonblock) >> 9;
794 *hole_start << 9, *hole_end << 9, min_replicas, nonblock) >>
668 bch2_seek_pagecache_data(struct inode *vinode, loff_t start_offset, loff_t end_offset, unsigned min_replicas, bool nonblock) argument
723 folio_hole_offset(struct address_space *mapping, loff_t *offset, unsigned min_replicas, bool nonblock) argument
757 bch2_seek_pagecache_hole(struct inode *vinode, loff_t start_offset, loff_t end_offset, unsigned min_replicas, bool nonblock) argument
775 bch2_clamp_data_hole(struct inode *inode, u64 *hole_start, u64 *hole_end, unsigned min_replicas, bool nonblock) argument
[all...]
/linux-master/include/drm/
H A Ddrm_atomic_helper.h69 bool nonblock);
120 bool nonblock);
H A Ddrm_mode_config.h219 * Nonblocking commits (as indicated with the nonblock parameter) must
285 bool nonblock);
/linux-master/drivers/staging/media/av7110/
H A Dav7110_av.c432 unsigned long count, int nonblock, int type)
446 if (nonblock && !FREE_COND_TS)
451 if (nonblock)
471 unsigned long count, int nonblock, int type)
479 if (nonblock && !FREE_COND)
484 if (nonblock)
504 unsigned long count, int nonblock, int type)
512 if (nonblock && !FREE_COND)
517 if (nonblock)
534 unsigned long count, int nonblock, in
431 ts_play(struct av7110 *av7110, const char __user *buf, unsigned long count, int nonblock, int type) argument
470 dvb_play(struct av7110 *av7110, const char __user *buf, unsigned long count, int nonblock, int type) argument
503 dvb_play_kernel(struct av7110 *av7110, const u8 *buf, unsigned long count, int nonblock, int type) argument
533 dvb_aplay(struct av7110 *av7110, const char __user *buf, unsigned long count, int nonblock, int type) argument
1023 play_iframe(struct av7110 *av7110, char __user *buf, unsigned int len, int nonblock) argument
[all...]
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_drv.h258 bool nonblock);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.c451 bool nonblock = !!(flags & drm_vmw_synccpu_dontblock); local
459 true, nonblock ? 0 :
468 ret = ttm_bo_reserve(bo, true, nonblock, NULL);
472 ret = ttm_bo_wait(bo, true, nonblock);
/linux-master/net/rds/
H A Dcong.c368 int rds_cong_wait(struct rds_cong_map *map, __be16 port, int nonblock, argument
373 if (nonblock) {
H A Dsend.c1045 struct rds_connection *conn, int nonblock)
1065 if (nonblock)
1111 int nonblock = msg->msg_flags & MSG_DONTWAIT; local
1112 long timeo = sock_sndtimeo(sk, nonblock);
1307 cpath = &conn->c_path[rds_send_mprds_hash(rs, conn, nonblock)];
1340 ret = rds_cong_wait(conn->c_fcong, dport, nonblock, rs);
1349 if (nonblock) {
1044 rds_send_mprds_hash(struct rds_sock *rs, struct rds_connection *conn, int nonblock) argument
/linux-master/include/media/
H A Dvideobuf2-core.h1075 * @nonblock: mode selector (1 means blocking calls, 0 means nonblocking)
1078 loff_t *ppos, int nonblock);
1085 * @nonblock: mode selector (1 means blocking calls, 0 means nonblocking)
1088 loff_t *ppos, int nonblock);
/linux-master/drivers/net/wwan/
H A Dwwan_core.c599 bool nonblock)
609 if (nonblock || !port->ops->tx_blocking)
630 static int wwan_wait_rx(struct wwan_port *port, bool nonblock) argument
635 if (nonblock)
644 static int wwan_wait_tx(struct wwan_port *port, bool nonblock) argument
649 if (nonblock)
598 wwan_port_op_tx(struct wwan_port *port, struct sk_buff *skb, bool nonblock) argument
/linux-master/drivers/gpu/drm/
H A Ddrm_atomic_helper.c1613 * If waiting for fences pre-swap (ie: nonblock), userspace can
1991 * @nonblock: whether nonblocking behavior is requested.
2007 bool nonblock)
2022 ret = drm_atomic_helper_setup_commit(state, nonblock);
2032 if (!nonblock) {
2069 if (nonblock)
2135 static int stall_checks(struct drm_crtc *crtc, bool nonblock) argument
2151 if (!completed && nonblock) {
2229 * @nonblock: whether nonblocking behavior is requested.
2273 bool nonblock)
2005 drm_atomic_helper_commit(struct drm_device *dev, struct drm_atomic_state *state, bool nonblock) argument
2272 drm_atomic_helper_setup_commit(struct drm_atomic_state *state, bool nonblock) argument
[all...]

Completed in 339 milliseconds

123