Home
last modified time | relevance | path

Searched refs:Pipe (Results 1 – 25 of 65) sorted by relevance

123

/OK3568_Linux_fs/kernel/Documentation/leds/
H A Dleds-el15203000.rst30 Cascade mode for Pipe LED::
58 Inverted cascade mode for Pipe LED::
86 Bounce mode for Pipe LED::
114 Inverted bounce mode for Pipe LED::
/OK3568_Linux_fs/buildroot/package/dbus-cpp/
H A D0003-src-pipe.c-fix-build-error-with-gcc-7.x.patch13 pipe.cpp: In member function ‘void DBus::Pipe::signal()’:
27 @@ -83,5 +83,5 @@ ssize_t Pipe::read(void *buffer, unsigned int &nbytes)
28 void Pipe::signal()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/dbus/libdbus-c++-0.9.0/
H A D0001-pipe.c-Use-a-string-instead-of-char.patch18 @@ -83,5 +83,5 @@ ssize_t Pipe::read(void *buffer, unsigned int &nbytes)
19 void Pipe::signal()
/OK3568_Linux_fs/buildroot/package/pv/
H A DConfig.in4 Pipe Viewer - is a terminal-based tool for
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/goldfish/
H A Dpipe.txt1 Android Goldfish QEMU Pipe
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dsplice.rst16 Pipe interfaces are all for in-kernel (builtin image) use. They are not
/OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/devtool/
H A Ddevtool-upgrade-test1_1.5.3.bb.upgraded1 SUMMARY = "Pipe viewer test recipe for devtool upgrade test"
H A Ddevtool-upgrade-test1_1.5.3.bb1 SUMMARY = "Pipe viewer test recipe for devtool upgrade test"
/OK3568_Linux_fs/buildroot/dl/unixbench/git/
H A DREADME.md63 ### Pipe Throughput
65 A pipe is the simplest form of communication between processes. Pipe throughput is the number of ti…
67 ### Pipe-based Context Switching
/OK3568_Linux_fs/buildroot/package/bird/
H A DConfig.in64 Enable Pipe protocol.
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-meta-d4xx.rst98 * - __u32 Pipe latency
153 0x00000020 Pipe latency
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/
H A Dleds-el15203000.txt15 Water Pipe LED encoded with symbol 'P' (hex code 0x50) and
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dmpls-sysctl.rst38 * 0 - disabled / RFC 3443 [Short] Pipe Model
H A Dphonet.rst138 Phonet Pipe protocol
141 The Phonet Pipe protocol is a simple sequenced packets protocol
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/
H A DUSAGE95 pipe Pipe Throughput
96 context1 Pipe-based Context Switching
267 Pipe Throughput 481.0 979.3 104%
268 Pipe-based Switching 326.8 1229.0 276%
280 The Pipe-based Context Switching test measures context switching overhead
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/
H A Dsort.src185 logmsg="Pipe-based Context Switching Test: 2 x $options Switches"
188 logmsg="Pipe Throughput Test: read & write $options x 512 byte blocks"
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf.data-file-format.txt14 format is described in "Pipe-mode data" section. The pipe data version can be
594 Pipe-mode data
596 Pipe-mode avoid seeks in the file by removing the perf_file_section and flags
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A Dtorture.rst28 rcu-torture: Reader Pipe: 727860534 34213 0 0 0 0 0 0 0 0 0
91 * "Reader Pipe": Histogram of "ages" of structures seen by readers.
108 "Reader Batch" list than in the "Reader Pipe" list.
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dutils.py273 self._pconn, self._cconn = multiprocessing.Pipe()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pci/
H A Dqcom,pcie.txt108 - "pipe" Pipe Clock driving internal logic
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dxillybus.rst21 -- Pipe attributes
196 Pipe attributes
/OK3568_Linux_fs/kernel/Documentation/s390/
H A Ddriver-model.rst328 - maximum buffer size. Pipe to it to change buffer size.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info1537 * pclose: (libc)Pipe to a Subprocess.
1539 * pipe: (libc)Creating a Pipe.
1545 * popen: (libc)Pipe to a Subprocess.
2430 Node: Creating a Pipe1954705
2431 Node: Pipe to a Subprocess1958135
2433 Node: Pipe Atomicity1963193
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info1537 * pclose: (libc)Pipe to a Subprocess.
1539 * pipe: (libc)Creating a Pipe.
1545 * popen: (libc)Pipe to a Subprocess.
2430 Node: Creating a Pipe1954705
2431 Node: Pipe to a Subprocess1958135
2433 Node: Pipe Atomicity1963193
H A Dlibc.info-71537 * pclose: (libc)Pipe to a Subprocess.
1539 * pipe: (libc)Creating a Pipe.
1545 * popen: (libc)Pipe to a Subprocess.
3892 * Creating a Pipe:: Making a pipe with the ‘pipe’ function.
3893 * Pipe to a Subprocess:: Using a pipe to communicate with a
3896 * Pipe Atomicity:: When pipe (or FIFO) I/O is atomic.
3899 File: libc.info, Node: Creating a Pipe, Next: Pipe to a Subprocess, Up: Pipes and FIFOs
3901 15.1 Creating a Pipe
3984 fprintf (stderr, "Pipe failed.\n");
4015 File: libc.info, Node: Pipe to a Subprocess, Next: FIFO Special Files, Prev: Creating a Pipe, U…
[all …]

123