Home
last modified time | relevance | path

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

12345678910>>...14

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0009-Do-not-disable-buffering-when-writing-to-oom_score_a.patch4 Subject: [PATCH 09/22] Do not disable buffering when writing to oom_score_adj
6 On musl, disabling buffering when writing to oom_score_adj will
13 if buffering is disabled.
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0011-Do-not-disable-buffering-when-writing-to-oom_score_a.patch4 Subject: [PATCH 11/27] Do not disable buffering when writing to oom_score_adj
6 On musl, disabling buffering when writing to oom_score_adj will
13 if buffering is disabled.
/openbmc/linux/include/linux/
H A 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.
/openbmc/qemu/linux-user/
H A Dsemihost.c22 * line buffering. We restore the old mode afterwards in case the
31 /* Disable line-buffering and echo */ in qemu_semihosting_console_read()
/openbmc/linux/drivers/iio/buffer/
H A DKconfig34 tristate "Industrial I/O HW buffering"
44 tristate "Industrial I/O buffering based on kfifo"
/openbmc/linux/Documentation/arch/x86/x86_64/
H A Dboot-options.rst240 Kernel boot message: "PCI-DMA: Using software bounce buffering
259 Use software bounce buffering (SWIOTLB) (default for
287 iommu options only relevant to the software bounce buffering (SWIOTLB) IOMMU
292 Prereserve that many 2K slots for the software IO bounce buffering.
/openbmc/linux/tools/include/nolibc/
H A Dstdio.h24 /* Buffering mode used by setvbuf. */
27 #define _IONBF 2 /* No buffering. */
78 /* Don't do anything, nolibc does not support buffering. */ in fflush()
365 * nolibc does not support buffering so this is a nop. Just check mode in setvbuf()
/openbmc/linux/net/sched/
H A 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
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_scatterlist.h139 * dma_map_* (by bounce buffering). But i915 abuses ignores the in i915_sg_segment_size()
141 * buffering actually happening, so add a hack here to force small in i915_sg_segment_size()
144 * Note this will still break if bounce buffering is required for other in i915_sg_segment_size()
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0013-Implement-triple-buffering-for-wayland.patch4 Subject: [PATCH] Implement triple buffering for wayland
6 Change from double to triple buffering for wayland.
/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A 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 …]
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A 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.
/openbmc/linux/tools/memory-model/Documentation/
H A 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
/openbmc/linux/fs/jffs2/
H A DKconfig33 bool "JFFS2 write-buffering support"
37 This enables the write-buffering support in JFFS2.
/openbmc/linux/tools/perf/tests/attr/
H A Dtest-record-no-buffering3 args = --no-bpf-event --no-buffering kill >/dev/null 2>&1
/openbmc/linux/Documentation/scsi/
H A 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)
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A 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()
/openbmc/linux/tools/memory-model/litmus-tests/
H A DLB+poonceonces.litmus6 * Can the counter-intuitive outcome for the load-buffering pattern
H A 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
H A DSB+poonceonces.litmus7 * to order the store-buffering pattern, where each process writes to the
H A DLB+poacquireonce+pooncerelease.litmus6 * Does a release-acquire pair suffice for the load-buffering litmus
H A DSB+fencembonceonces.litmus7 * order the store-buffering pattern, where each process writes to the
/openbmc/u-boot/drivers/usb/gadget/
H A Depautoconf.c138 /* configure your hardware with enough buffering!! */ in ep_matches()
239 /* single buffering is enough */ in usb_ep_autoconfig()
252 /* single buffering is enough; maybe 8 byte fifo is too */ in usb_ep_autoconfig()
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxext_1.3.6.bb6 MIT_SUNDRY-NONSTANDARD, Multi-Buffering, SECURITY, SHAPE, SYNC, TOG-CUP, \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mbuffer/
H A Dmbuffer_20140310.bb1 DESCRIPTION = "mbuffer is a tool for buffering data streams with a large set of unique features."

12345678910>>...14