/openbmc/u-boot/cmd/ |
H A D | mfsl.c | 21 unsigned int blocking; in do_frd() local 27 blocking = (unsigned int)simple_strtoul (argv[2], NULL, 16); in do_frd() 36 switch (blocking) { in do_frd() 52 switch (blocking) { in do_frd() 68 switch (blocking) { in do_frd() 84 switch (blocking) { in do_frd() 100 switch (blocking) { in do_frd() 116 switch (blocking) { in do_frd() 132 switch (blocking) { in do_frd() 148 switch (blocking) { in do_frd() [all …]
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | ca-fopen.rst | 43 - open in non-blocking mode 44 (blocking mode is the default) 53 significance of blocking or non-blocking mode is described in the 56 blocking mode can later be put into non-blocking mode (and vice versa)
|
H A D | dmx-fopen.rst | 46 - open in non-blocking mode 47 (blocking mode is the default) 63 The significance of blocking or non-blocking mode is described in the 66 in blocking mode can later be put into non-blocking mode (and vice versa)
|
H A D | fe-get-event.rst | 37 not available, the behavior depends on whether the device is in blocking 38 or non-blocking mode. In the latter case, the call fails immediately 58 - There is no event pending, and the device is in non-blocking mode.
|
H A D | frontend_f_open.rst | 61 non-blocking or blocking mode was specified. A front-end device opened 62 in blocking mode can later be put into non-blocking mode (and vice
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | video-fopen.rst | 54 - O_NONBLOCK open in non-blocking mode 59 - (blocking mode is the default) 68 significance of blocking or non-blocking mode is described in the 71 blocking mode can later be put into non-blocking mode (and vice versa)
|
H A D | audio-fopen.rst | 54 - O_NONBLOCK open in non-blocking mode 59 - (blocking mode is the default) 67 blocking or non-blocking mode is described in the documentation for 69 of the open() call itself. A device opened in blocking mode can later be 70 put into non-blocking mode (and vice versa) using the F_SETFL command
|
H A D | video-get-event.rst | 57 in blocking or non-blocking mode. In the latter case, the call fails 99 - There is no event pending, and the device is in non-blocking mode.
|
/openbmc/linux/Documentation/hwmon/ |
H A D | shtc1.rst | 53 1. blocking (pull the I2C clock line down while performing the measurement) or 54 non-blocking mode. Blocking mode will guarantee the fastest result but 55 the I2C bus will be busy during that time. By default, non-blocking mode 57 want to use blocking mode.
|
/openbmc/linux/Documentation/driver-api/ |
H A D | mailbox.rst | 43 The client might want to operate in blocking mode (synchronously 44 send a message through before returning) or non-blocking/async mode (submit 93 /* Populate non-blocking mode client */ 103 /* Populate blocking mode client */ 106 dc_sync->cl.tx_done = NULL; /* operate in blocking mode */ 123 /* Send message to remote in blocking mode */
|
/openbmc/qemu/tests/unit/ |
H A D | io-channel-helpers.c | 103 bool blocking, in qio_channel_test_run_threads() argument 112 qio_channel_set_blocking(test->dst, blocking, NULL); in qio_channel_test_run_threads() 113 qio_channel_set_blocking(test->src, blocking, NULL); in qio_channel_test_run_threads()
|
/openbmc/qemu/hw/misc/ |
H A D | mips_itu.c | 237 static uint64_t view_ef_common_read(ITCStorageCell *c, bool blocking) in view_ef_common_read() argument 247 if (blocking && c->tag.E) { in view_ef_common_read() 279 bool blocking) in view_ef_common_write() argument 287 if (blocking && c->tag.F) { in view_ef_common_write() 318 static uint64_t view_pv_common_read(ITCStorageCell *c, bool blocking) in view_pv_common_read() argument 328 } else if (blocking) { in view_pv_common_read()
|
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/ |
H A D | tcl840.patch | 15 - ExpBlockModeProc, /* Set blocking/nonblocking mode.*/ 24 + ExpBlockModeProc, /* Set blocking/nonblocking mode.*/
|
/openbmc/qemu/block/ |
H A D | coroutines.h | 65 nbd_co_do_establish_connection(BlockDriverState *bs, bool blocking, 90 nbd_do_establish_connection(BlockDriverState *bs, bool blocking, Error **errp);
|
/openbmc/qemu/util/ |
H A D | aio-win32.c | 323 bool aio_poll(AioContext *ctx, bool blocking) in aio_poll() argument 351 if (blocking) { in aio_poll() 386 timeout = blocking && !have_select_revents in aio_poll() 389 if (blocking) { in aio_poll() 411 blocking = false; in aio_poll()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-tornado_6.4.2.bb | 1 SUMMARY = "Tornado is an open source version of the scalable, non-blocking web server and tools th… 3 By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, maki…
|
/openbmc/linux/Documentation/driver-api/mmc/ |
H A D | mmc-async-req.rst | 15 The intention of non-blocking (asynchronous) MMC requests is to minimize the 19 dma_unmap_sg are processing. Using non-blocking MMC requests makes it 26 The mmc_blk_issue_rw_rq() in the MMC block driver is made non-blocking. 48 truly non-blocking. If there is an ongoing async request it waits
|
/openbmc/docs/designs/ |
H A D | phosphor-hwmon-io-uring.md | 30 method for preventing sensors from blocking all other sensor reads and D-Bus if 67 one; this operation is potentially blocking. 70 operation non-blocking by using an io_uring wrapper. A caching layer will be 135 SQE requests, a non-blocking operation, at once instead of being blocked by slow 138 to process any returned CQEs, a non-blocking operation as well. 150 number of ways that the IO submission can end up blocking - for example, if
|
/openbmc/linux/drivers/gpu/drm/ci/xfails/ |
H A D | rockchip-rk3399-fails.txt | 5 kms_flip@blocking-wf_vblank,Fail 9 kms_flip@flip-vs-blocking-wf-vblank,Fail
|
H A D | i915-tgl-flakes.txt | 2 kms_flip@blocking-absolute-wf_vblank
|
/openbmc/linux/Documentation/userspace-api/media/cec/ |
H A D | cec-ioc-receive.rst | 42 If the file descriptor is in non-blocking mode and there are no received 44 error code. If the file descriptor is in blocking mode and ``timeout`` 52 2. the transmit result of an earlier non-blocking transmit (the ``sequence`` 55 3. the reply to an earlier non-blocking transmit (the ``sequence`` field will 68 If the file descriptor is in non-blocking mode then the transmit will 71 If a non-blocking transmit also specified waiting for a reply, then 128 the transmit result for a non-blocking transmit. This allows the application 131 In addition, if a non-blocking transmit will wait for a reply (ii.e. ``timeout`` 171 When calling :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` in non-blocking mode, 351 No messages are in the receive queue, and the filehandle is in non-blocking mode.
|
/openbmc/qemu/io/ |
H A D | channel-command.c | 214 if (!cioc->blocking && !win32_fd_poll(cioc->readfd, G_IO_IN)) { in qio_channel_command_readv() 249 if (!cioc->blocking && !win32_fd_poll(cioc->writefd, G_IO_OUT)) { in qio_channel_command_writev() 277 cioc->blocking = enabled; in qio_channel_command_set_blocking()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | gfs2-glocks.rst | 13 2. A non-blocking bit lock, GLF_LOCK, which is used to prevent other 163 1. DLM lock time (non-blocking requests) 164 2. DLM lock time (blocking requests) 167 A non-blocking request is one which will complete right 172 "try lock" flag is set. A blocking request covers all the other 225 srtt Smoothed round trip time for non blocking dlm requests 227 srttb Smoothed round trip time for (potentially) blocking dlm requests
|
/openbmc/linux/kernel/ |
H A D | reboot.c | 56 bool blocking; member 405 handler->blocking = true; in register_sys_off_handler() 414 handler->blocking = true; in register_sys_off_handler() 432 if (handler->blocking) { in register_sys_off_handler() 470 if (handler->blocking) in unregister_sys_off_handler()
|
/openbmc/linux/Documentation/block/ |
H A D | null_blk.rst | 118 blocking=[0/1]: Default: 0 122 0 Register as a non-blocking blk-mq driver device. 123 1 Register as a blocking blk-mq driver device, null_blk will set
|