Home
last modified time | relevance | path

Searched refs:writing (Results 1 – 25 of 90) sorted by relevance

1234

/f-stack/app/redis-5.0.5/deps/hiredis/adapters/
H A Dae.h42 int reading, writing; member
80 if (!e->writing) { in redisAeAddWrite()
81 e->writing = 1; in redisAeAddWrite()
89 if (e->writing) { in redisAeDelWrite()
90 e->writing = 0; in redisAeDelWrite()
115 e->reading = e->writing = 0; in redisAeAttach()
H A Dlibev.h42 int reading, writing; member
90 if (!e->writing) { in redisLibevAddWrite()
91 e->writing = 1; in redisLibevAddWrite()
100 if (e->writing) { in redisLibevDelWrite()
101 e->writing = 0; in redisLibevDelWrite()
129 e->reading = e->writing = 0; in redisLibevAttach()
/f-stack/freebsd/contrib/device-tree/Bindings/
H A Dindex.rst12 writing-bindings
/f-stack/freebsd/contrib/device-tree/Bindings/mtd/
H A Dfsl-upm-nand.txt18 UPM pattern (0x1), after writing a data byte (0x2) or after
19 writing out a buffer (0x4).
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_pipe.c123 if (p->writing) { in ngx_event_pipe_read_upstream()
514 if (p->writing) { in ngx_event_pipe_write_to_downstream()
557 if (p->writing) { in ngx_event_pipe_write_to_downstream()
637 } else if (!p->cacheable && !p->writing && p->in) { in ngx_event_pipe_write_to_downstream()
743 if (p->writing) { in ngx_event_pipe_write_chain_to_temp_file()
749 out = p->writing; in ngx_event_pipe_write_chain_to_temp_file()
750 p->writing = NULL; in ngx_event_pipe_write_chain_to_temp_file()
848 p->writing = out; in ngx_event_pipe_write_chain_to_temp_file()
H A Dngx_event_pipe.h33 ngx_chain_t *writing; member
/f-stack/freebsd/contrib/device-tree/Bindings/fpga/
H A Daltera-socfpga-fpga-mgr.txt7 - The second index is for writing FPGA configuration data.
H A Daltera-socfpga-a10-fpga-mgr.txt7 - The second index is for writing FPGA configuration data.
/f-stack/freebsd/contrib/device-tree/Bindings/serial/
H A Dqcom,msm-uart.txt5 with the MSM serial UARTDM except that it only supports reading and writing one
/f-stack/freebsd/contrib/edk2/
H A DFREEBSD-upgrade4 set of files from MdePkg is quite large (10MB at the time of writing). To do
/f-stack/freebsd/contrib/device-tree/Bindings/spi/
H A Dspi-sprd-adi.txt22 one system is reading/writing data by ADI software channels, that should be under
23 one hardware spinlock protection to prevent other systems from reading/writing
/f-stack/freebsd/contrib/device-tree/Bindings/dma/
H A Dqcom_hidma_mgmt.txt24 writing into destination memory. Setting this value incorrectly can
32 applied back to back while writing to the destination before yielding
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dbtusb.txt8 At the time of writing, the only OF supported devices
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/
H A Dsetup.py.in10 # Unless required by applicable law or agreed to in writing, software
H A DLICENSE61 designated in writing by the copyright owner as "Not a Contribution."
145 agreed to in writing, Licensor provides the Work (and each
157 negligent acts) or agreed to in writing, shall any Contributor be
198 Unless required by applicable law or agreed to in writing, software
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dhisi-crg.txt31 A reset signal can be controlled by writing a bit register in the CRG module.
/f-stack/freebsd/contrib/device-tree/Bindings/leds/
H A Dleds-trigger-pattern.txt6 new value, and writing malformed pattern deactivates any active one.
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dqos_metering.rst14 metering, marking them with the appropriate color (green, yellow or red) and writing them to the TX…
16 A policing scheme can be applied before writing the packets to the TX port by dropping or
/f-stack/app/redis-5.0.5/
H A DMANIFESTO59 when needed. At the same time, when writing the Redis story we're trying to
95 9 - We optimize for joy. We believe writing code is a lot of hard work, and the
97 writing code, the best thing to do is stop. To prevent this, we'll avoid
/f-stack/freebsd/kern/
H A Dsys_process.c213 int error, fault_flags, page_offset, writing; in proc_rwmem() local
233 writing = uio->uio_rw == UIO_WRITE; in proc_rwmem()
234 reqprot = writing ? VM_PROT_COPY | VM_PROT_READ : VM_PROT_READ; in proc_rwmem()
235 fault_flags = writing ? VM_FAULT_DIRTY : VM_FAULT_NORMAL; in proc_rwmem()
277 if (writing && error == 0) { in proc_rwmem()
/f-stack/freebsd/contrib/device-tree/Bindings/sifive/
H A Dsifive-blocks-ip-versioning.txt28 DT data authors, when writing data for a particular SoC, should
/f-stack/freebsd/contrib/device-tree/Bindings/nvmem/
H A Dnvmem.yaml42 when it's driven low (logical '0') to allow writing.
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Dhisilicon,mbigen-v2.txt13 interrupt by writing ITS register.
/f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/modes/
H A DTHIRDPARTYLICENSE.openssl61 designated in writing by the copyright owner as "Not a Contribution."
145 agreed to in writing, Licensor provides the Work (and each
157 negligent acts) or agreed to in writing, shall any Contributor be
/f-stack/app/redis-5.0.5/tests/integration/
H A Dreplication-4.tcl28 test {Test replication with parallel clients writing in differnet DBs} {

1234