/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0009-Do-not-disable-buffering-when-writing-to-oom_score_a.patch | 4 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 D | 0011-Do-not-disable-buffering-when-writing-to-oom_score_a.patch | 4 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 D | tty_flip.h | 26 * 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 D | semihost.c | 22 * 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 D | Kconfig | 34 tristate "Industrial I/O HW buffering" 44 tristate "Industrial I/O buffering based on kfifo"
|
/openbmc/linux/Documentation/arch/x86/x86_64/ |
H A D | boot-options.rst | 240 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 D | stdio.h | 24 /* 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 D | sch_plug.c | 9 * 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 D | i915_scatterlist.h | 139 * 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 D | 0013-Implement-triple-buffering-for-wayland.patch | 4 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 D | cdns2-gadget.c | 1357 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 D | dm-zoned.rst | 37 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 D | recipes.txt | 195 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 D | Kconfig | 33 bool "JFFS2 write-buffering support" 37 This enables the write-buffering support in JFFS2.
|
/openbmc/linux/tools/perf/tests/attr/ |
H A D | test-record-no-buffering | 3 args = --no-bpf-event --no-buffering kill >/dev/null 2>&1
|
/openbmc/linux/Documentation/scsi/ |
H A D | st.rst | 55 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 D | enetc_ierb.c | 67 /* 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 D | LB+poonceonces.litmus | 6 * Can the counter-intuitive outcome for the load-buffering pattern
|
H A D | README | 54 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 D | SB+poonceonces.litmus | 7 * to order the store-buffering pattern, where each process writes to the
|
H A D | LB+poacquireonce+pooncerelease.litmus | 6 * Does a release-acquire pair suffice for the load-buffering litmus
|
H A D | SB+fencembonceonces.litmus | 7 * order the store-buffering pattern, where each process writes to the
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | epautoconf.c | 138 /* 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 D | libxext_1.3.6.bb | 6 MIT_SUNDRY-NONSTANDARD, Multi-Buffering, SECURITY, SHAPE, SYNC, TOG-CUP, \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mbuffer/ |
H A D | mbuffer_20140310.bb | 1 DESCRIPTION = "mbuffer is a tool for buffering data streams with a large set of unique features."
|