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

/linux-master/include/media/i2c/
H A Dsaa6588.h18 bool nonblocking; member in struct:saa6588_command
/linux-master/drivers/firmware/efi/
H A Dvars.c26 static efi_status_t check_var_size(bool nonblocking, u32 attributes, argument
38 nonblocking);
206 * Must be called with efivars_lock held. If @nonblocking is set, it will use
211 void *data, bool nonblocking)
217 status = check_var_size(nonblocking, attr,
228 if (!setvar || !nonblocking)
209 efivar_set_variable_locked(efi_char16_t *name, efi_guid_t *vendor, u32 attr, unsigned long data_size, void *data, bool nonblocking) argument
/linux-master/drivers/usb/gadget/function/
H A Duvc_queue.h79 struct v4l2_buffer *buf, int nonblocking);
H A Duvc_queue.c200 * Dequeue a video buffer. If nonblocking is false, block until a buffer is
204 int nonblocking)
206 return vb2_dqbuf(&queue->queue, buf, nonblocking);
203 uvcg_dequeue_buffer(struct uvc_video_queue *queue, struct v4l2_buffer *buf, int nonblocking) argument
/linux-master/include/media/
H A Dv4l2-event.h89 * @nonblocking: if not zero, waits for an event to arrive
92 int nonblocking);
H A Ddvb_vb2.h85 * @nonblocking:
108 int nonblocking; member in struct:dvb_vb2_ctx
H A Dvideobuf2-v4l2.h164 * @nonblocking: if true, this call will not sleep waiting for a buffer if no
183 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking);
H A Dvideobuf2-core.h889 * @nonblocking: if true, this call will not sleep waiting for a buffer if no
907 bool nonblocking);
1075 * @nonblock: mode selector (1 means blocking calls, 0 means nonblocking)
1085 * @nonblock: mode selector (1 means blocking calls, 0 means nonblocking)
/linux-master/drivers/media/dvb-core/
H A Ddvb_vb2.c163 int dvb_vb2_init(struct dvb_vb2_ctx *ctx, const char *name, int nonblocking) argument
190 ctx->nonblocking = nonblocking;
309 if (ctx->nonblocking && ctx->buf) {
409 ret = vb2_core_dqbuf(&ctx->vb_q, &b->index, b, ctx->nonblocking);
/linux-master/tools/perf/bench/
H A Depoll-wait.c34 * Each thread has a number of private, nonblocking file descriptors,
93 static bool wdone, done, __verbose, randomize, nonblocking; variable
137 OPT_BOOLEAN( 'B', "nonblocking", &nonblocking, "Nonblocking epoll_wait(2) behaviour"),
190 int to = nonblocking? 0 : -1;
308 nonblocking ? " (nonblocking)":"");
/linux-master/fs/bcachefs/
H A Dthread_with_file.c421 ssize_t bch2_stdio_redirect_vprintf(struct stdio_redirect *stdio, bool nonblocking, argument
434 if (nonblocking)
448 ssize_t bch2_stdio_redirect_printf(struct stdio_redirect *stdio, bool nonblocking, argument
455 ret = bch2_stdio_redirect_vprintf(stdio, nonblocking, fmt, args);
H A Dtrace.h649 bool nonblocking,
653 s, nonblocking, err),
667 __field(bool, nonblocking )
684 __entry->nonblocking = nonblocking;
689 TP_printk("reserve %s bucket %u:%llu free %llu avail %llu copygc_wait %llu/%lli seen %llu open %llu need_journal_commit %llu nouse %llu nocow %llu nonblocking %u err %s",
702 __entry->nonblocking,
714 bool nonblocking,
718 s, nonblocking, err)
729 bool nonblocking,
[all...]
H A Dfs-io-pagecache.c314 bool nonblocking)
333 if (!nonblocking)
312 bch2_mark_pagecache_reserved(struct bch_inode_info *inode, u64 *start, u64 end, bool nonblocking) argument
/linux-master/drivers/media/usb/uvc/
H A Duvc_queue.c322 int nonblocking)
327 ret = vb2_dqbuf(&queue->queue, buf, nonblocking);
321 uvc_dequeue_buffer(struct uvc_video_queue *queue, struct v4l2_buffer *buf, int nonblocking) argument
H A Duvcvideo.h684 struct v4l2_buffer *v4l2_buf, int nonblocking);
/linux-master/arch/x86/platform/efi/
H A Dquirks.c126 * In the nonblocking case we do not attempt to perform garbage
160 bool nonblocking)
168 if (nonblocking)
159 efi_query_variable_store(u32 attributes, unsigned long size, bool nonblocking) argument
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-event.c60 int nonblocking)
64 if (nonblocking)
59 v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event, int nonblocking) argument
/linux-master/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c1873 * Will sleep if required for nonblocking == false.
1875 static int __vb2_wait_for_done_vb(struct vb2_queue *q, int nonblocking) argument
1916 if (nonblocking) {
1917 dprintk(q, 3, "nonblocking and no buffers to dequeue, will not wait\n");
1954 * Will sleep if required for nonblocking == false.
1957 void *pb, int nonblocking)
1965 ret = __vb2_wait_for_done_vb(q, nonblocking);
2019 bool nonblocking)
2024 ret = __vb2_get_done_vb(q, &vb, pb, nonblocking);
2871 * @nonblock: mode selector (1 means blocking calls, 0 means nonblocking)
1956 __vb2_get_done_vb(struct vb2_queue *q, struct vb2_buffer **vb, void *pb, int nonblocking) argument
2018 vb2_core_dqbuf(struct vb2_queue *q, unsigned int *pindex, void *pb, bool nonblocking) argument
3038 vb2_read(struct vb2_queue *q, char __user *data, size_t count, loff_t *ppos, int nonblocking) argument
3045 vb2_write(struct vb2_queue *q, const char __user *data, size_t count, loff_t *ppos, int nonblocking) argument
[all...]
H A Dvideobuf2-v4l2.c834 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking) argument
848 ret = vb2_core_dqbuf(q, NULL, b, nonblocking);
/linux-master/include/linux/
H A Defi.h315 bool nonblocking);
725 bool nonblocking);
730 bool nonblocking)
1107 void *data, bool nonblocking);
728 efi_query_variable_store(u32 attributes, unsigned long size, bool nonblocking) argument
/linux-master/drivers/media/i2c/
H A Dsaa6588.c182 while (!a->nonblocking && !s->data_available_for_read) {
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp6000_pcie.c459 u64 offset, size_t size, int width, int nonblocking)
479 if (nonblocking)
457 nfp_alloc_bar(struct nfp6000_pcie *nfp, u32 tgt, u32 act, u32 tok, u64 offset, size_t size, int width, int nonblocking) argument
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-video.c986 cmd.nonblocking = file->f_flags & O_NONBLOCK;
/linux-master/tools/testing/selftests/net/
H A Dtls.c1283 TEST_F(tls, nonblocking)
1294 /* Ensure nonblocking behavior by imposing a small send
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-driver.c2466 cmd.nonblocking = file->f_flags & O_NONBLOCK;

Completed in 508 milliseconds