Searched refs:non_block (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/media/pci/cx18/ |
H A D | cx18-fileops.c | 169 static struct cx18_mdl *cx18_get_mdl(struct cx18_stream *s, int non_block, in cx18_get_mdl() argument 223 if (non_block) { in cx18_get_mdl() 406 size_t tot_count, int non_block) in cx18_read() argument 429 mdl = cx18_get_mdl(s, non_block, &rc); in cx18_read() 471 size_t count, loff_t *pos, int non_block) in cx18_read_pos() argument 473 ssize_t rc = count ? cx18_read(s, ubuf, count, non_block) : 0; in cx18_read_pos()
|
/openbmc/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-fileops.c | 193 static struct ivtv_buffer *ivtv_get_buffer(struct ivtv_stream *s, int non_block, int *err) in ivtv_get_buffer() argument 255 if (non_block) { in ivtv_get_buffer() 346 static ssize_t ivtv_read(struct ivtv_stream *s, char __user *ubuf, size_t tot_count, int non_block) in ivtv_read() argument 368 buf = ivtv_get_buffer(s, non_block, &rc); in ivtv_read() 404 loff_t *pos, int non_block) in ivtv_read_pos() argument 406 ssize_t rc = count ? ivtv_read(s, ubuf, count, non_block) : 0; in ivtv_read_pos()
|
/openbmc/docs/designs/ |
H A D | pldm-stack.md | 236 … |init(non_block=false) |MCTP daemon | | 290 … |init(non_block=true |MCTP daemon | | 310 … | non_block=true) |write msg to MCTP socket | |
|
/openbmc/linux/drivers/android/ |
H A D | binder.c | 4388 binder_size_t *consumed, int non_block) in binder_thread_read() argument 4424 if (non_block) { in binder_thread_read()
|