Home
last modified time | relevance | path

Searched full:buffering (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/linux-6.12.1/include/linux/
Dtty_flip.h26 * Queue a series of bytes to the tty buffering. All the characters passed are
45 * Queue a series of bytes to the tty buffering. For each character the flags
63 * Queue a single byte @ch to the tty buffering, with an optional flag.
/linux-6.12.1/drivers/iio/buffer/
DKconfig34 tristate "Industrial I/O HW buffering"
44 tristate "Industrial I/O buffering based on kfifo"
/linux-6.12.1/Documentation/arch/x86/x86_64/
Dboot-options.rst228 Kernel boot message: "PCI-DMA: Using software bounce buffering
247 Use software bounce buffering (SWIOTLB) (default for
275 iommu options only relevant to the software bounce buffering (SWIOTLB) IOMMU
280 Prereserve that many 2K slots for the software IO bounce buffering.
/linux-6.12.1/tools/include/nolibc/
Dstdio.h23 /* Buffering mode used by setvbuf. */
26 #define _IONBF 2 /* No buffering. */
77 /* Don't do anything, nolibc does not support buffering. */ in fflush()
364 * nolibc does not support buffering so this is a nop. Just check mode in setvbuf()
/linux-6.12.1/net/sched/
Dsch_plug.c9 * 2. For network output buffering (a.k.a output commit) functionality.
44 * State of the queue, when used for network output buffering:
154 * Stop buffering packets until the next TCQ_PLUG_BUFFER
/linux-6.12.1/drivers/usb/gadget/udc/cdns2/
Dcdns2-gadget.c1357 min_buf_tx += pep->buffering; in cdns2_eps_onchip_buffer_init()
1359 min_buf_rx += pep->buffering; in cdns2_eps_onchip_buffer_init()
1371 if (free + pep->buffering >= 4) in cdns2_eps_onchip_buffer_init()
1374 free = free + pep->buffering; in cdns2_eps_onchip_buffer_init()
1376 min_buf_tx = min_buf_tx - pep->buffering + free; in cdns2_eps_onchip_buffer_init()
1378 pep->buffering = free; in cdns2_eps_onchip_buffer_init()
1384 dev_dbg(pdev->dev, "%s onchip address %04x, buffering: %d\n", in cdns2_eps_onchip_buffer_init()
1385 pep->name, tx_offset, pep->buffering); in cdns2_eps_onchip_buffer_init()
1387 tx_offset += pep->buffering * 1024; in cdns2_eps_onchip_buffer_init()
1391 if (free + pep->buffering >= 4) in cdns2_eps_onchip_buffer_init()
[all …]
Dcdns2-gadget.h88 /* Endpoint buffering: 0 - single buffering ... 3 - quad buffering. */
539 * @buffering: on-chip buffers assigned to endpoint.
576 u8 buffering; member
/linux-6.12.1/drivers/gpu/drm/i915/
Di915_scatterlist.h149 * dma_map_* (by bounce buffering). But i915 abuses ignores the in i915_sg_segment_size()
151 * buffering actually happening, so add a hack here to force small in i915_sg_segment_size()
154 * Note this will still break if bounce buffering is required for other in i915_sg_segment_size()
/linux-6.12.1/Documentation/admin-guide/device-mapper/
Ddm-zoned.rst37 dm-zoned implements an on-disk buffering scheme to handle non-sequential
53 zones of the device may be used also for buffering user random writes.
56 reused for buffering incoming random writes.
/linux-6.12.1/tools/memory-model/Documentation/
Drecipes.txt195 load buffering, release-acquire chains, store buffering.
350 Load buffering (LB)
471 Store buffering
474 Store buffering can be thought of as upside-down load buffering, so
/linux-6.12.1/Documentation/core-api/
Dswiotlb.rst13 memory buffer. This approach is generically called "bounce buffering", and the
20 if bounce buffering is necessary. If so, the DMA layer manages the allocation,
22 device, some devices in a system may use bounce buffering while others do not.
25 memory buffer, doing bounce buffering is slower than doing DMA directly to the
55 the unrelated kernel data. This problem is solved by bounce buffering the DMA
/linux-6.12.1/fs/jffs2/
DKconfig33 bool "JFFS2 write-buffering support"
37 This enables the write-buffering support in JFFS2.
/linux-6.12.1/Documentation/scsi/
Dst.rst55 over some of the buffering parameters not directly accessible to the
248 Buffering chapter
265 ST_FIXED_BUFFER_BLOCKS. With small block size this allows buffering of
267 blocks. Buffering of data across write calls in fixed block mode is
486 no buffering.
488 Sets the buffering options. The bits are the new states
494 write buffering (mode)
/linux-6.12.1/tools/perf/tests/attr/
Dtest-record-no-buffering3 args = --no-bpf-event --no-buffering kill >/dev/null 2>&1
/linux-6.12.1/drivers/net/ethernet/freescale/enetc/
Denetc_ierb.c67 /* Internal memory allocated for transmit buffering is guaranteed but in enetc_ierb_register_pf()
70 * buffering but it will be reclaimed, if required, from receive by in enetc_ierb_register_pf()
/linux-6.12.1/tools/memory-model/litmus-tests/
DREADME54 load-buffering litmus test, where each process reads from one
58 Does a release-acquire pair suffice for the load-buffering
118 buffering, which forms the core of Dekker's mutual-exclusion
DLB+poonceonces.litmus6 * Can the counter-intuitive outcome for the load-buffering pattern
DLB+poacquireonce+pooncerelease.litmus6 * Does a release-acquire pair suffice for the load-buffering litmus
DSB+poonceonces.litmus7 * to order the store-buffering pattern, where each process writes to the
DSB+fencembonceonces.litmus7 * order the store-buffering pattern, where each process writes to the
DLB+fencembonceonce+ctrlonceonce.litmus7 * the load-buffering pattern, in other words, preventing all processes
/linux-6.12.1/Documentation/devicetree/bindings/net/
Dlpc-eth.txt11 - use-iram: Use LPC32xx internal SRAM (IRAM) for DMA buffering
Dfsl,fman-muram.yaml18 Packet buffering (Tx/Rx FIFOs)
/linux-6.12.1/include/linux/iio/dac/
Dmcp4725.h15 * @vref_buffered: Controls buffering of the external reference voltage.
/linux-6.12.1/include/crypto/internal/
Dpoly1305.h15 * handle any needed block buffering and padding. 'hibit' must be 1 for any

12345678910>>...12