| /linux/drivers/target/ |
| H A D | Kconfig | 22 Say Y here to enable the TCM/IBLOCK subsystem plugin for non-buffered 28 Say Y here to enable the TCM/FILEIO subsystem plugin for buffered 35 Say Y here to enable the TCM/pSCSI subsystem plugin for non-buffered
|
| /linux/include/linux/platform_data/ |
| H A D | ad7791.h | 13 bool buffered; member
|
| H A D | ad7793.h | 102 bool buffered; member
|
| /linux/fs/iomap/ |
| H A D | Makefile | 13 buffered-io.o
|
| /linux/Documentation/filesystems/nfs/ |
| H A D | nfsd-io-modes.rst | 10 NFSD has historically always used buffered IO when servicing READ and 49 requirements that DIRECT IO imposes. To achieve this buffered IO is used 129 segment. DONTCACHE buffered IO is _not_ used for the misaligned 130 segments because using normal buffered IO offers significant RMW
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | porting.rst | 80 A likely complexity at this point will be converting the buffered read 82 The buffered read I/O paths doesn't need to be converted yet, though the 104 Most likely at this point, the buffered read and write paths will still
|
| /linux/drivers/iio/dummy/ |
| H A D | Kconfig | 39 Add buffered data capture to the simple dummy driver.
|
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | txrx.c | 696 was_buffered = priv->link_id_db[t->txpriv.raw_link_id - 1].buffered[t->txpriv.tid]++; in cw1200_tx_h_pm_state() 964 u8 *buffered; in cw1200_notify_buffered_tx() local 968 buffered = priv->link_id_db in cw1200_notify_buffered_tx() 969 [link_id - 1].buffered; in cw1200_notify_buffered_tx() 972 if (!WARN_ON(!buffered[tid])) in cw1200_notify_buffered_tx() 973 still_buffered = --buffered[tid]; in cw1200_notify_buffered_tx() 1346 memset(&entry->buffered, 0, CW1200_MAX_TID); in cw1200_alloc_link_id()
|
| H A D | cw1200.h | 87 u8 buffered[CW1200_MAX_TID]; member
|
| /linux/drivers/soc/aspeed/ |
| H A D | Kconfig | 15 host LPC read/write region can be buffered.
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-encoder-cmd.rst | 52 the remaining data buffered by the driver. When the buffer is empty, 62 the encoder, and all buffered data is discarded. Applies to both queues of
|
| /linux/fs/romfs/ |
| H A D | Kconfig | 33 This permits ROMFS to use block devices buffered through the page
|
| /linux/Documentation/bpf/ |
| H A D | bpf_prog_run.rst | 98 packet is buffered until the end of the batch, at which point all packets 99 buffered this way during the batch are transmitted at once.
|
| /linux/Documentation/iio/ |
| H A D | adxl380.rst | 205 Obtain buffered data: 226 See Documentation/iio/iio_devbuf.rst for more information about how buffered
|
| H A D | adis16550.rst | 348 Obtain buffered data: 369 See Documentation/iio/iio_devbuf.rst for more information about how buffered
|
| H A D | adis16475.rst | 356 Obtain buffered data: 377 See Documentation/iio/iio_devbuf.rst for more information about how buffered
|
| H A D | adis16480.rst | 420 Obtain buffered data:: 439 See Documentation/iio/iio_devbuf.rst for more information about how buffered
|
| /linux/fs/netfs/ |
| H A D | Kconfig | 7 helpers for high-level buffered I/O, abstracting out read
|
| /linux/Documentation/userspace-api/gpio/ |
| H A D | gpio-v2-line-event-read.rst | 62 by userspace. If an overflow occurs then the oldest buffered event is
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | dm-zoned.rst | 79 defined as a block that was written and not discarded. For a buffered 100 the sequential zone mapping a chunk, or if the chunk is buffered, from
|
| /linux/Documentation/driver-api/iio/ |
| H A D | buffers.rst | 119 does not support buffered capture. In this case no entries will be created for
|
| /linux/net/mac80211/ |
| H A D | trace.h | 3096 u8 tid, bool buffered), 3098 TP_ARGS(local, sta, tid, buffered), 3104 __field(bool, buffered) 3111 __entry->buffered = buffered; 3116 LOCAL_PR_ARG, STA_PR_ARG, __entry->tid, __entry->buffered
|
| /linux/Documentation/networking/device_drivers/wifi/intel/ |
| H A D | ipw2100.rst | 245 any buffered packets. If you have an AP that does not correctly support 274 wait before powering the radio and querying the access point for buffered
|
| /linux/Documentation/filesystems/ |
| H A D | ocfs2.rst | 110 coherency=buffered Allow concurrent O_DIRECT writes without EX lock among
|
| /linux/drivers/iio/adc/ |
| H A D | ad7791.c | 389 if ((st->info->flags & AD7791_FLAG_HAS_BUFFER) && !pdata->buffered) in ad7791_setup()
|