Home
last modified time | relevance | path

Searched refs:garbage (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/contrib/ck/include/
H A Dck_fifo.h52 struct ck_fifo_spsc_entry *garbage; member
118 *garbage = fifo->head; in ck_fifo_spsc_deinit()
167 struct ck_fifo_spsc_entry *garbage; in ck_fifo_spsc_recycle() local
171 if (fifo->head_snapshot == fifo->garbage) in ck_fifo_spsc_recycle()
175 garbage = fifo->garbage; in ck_fifo_spsc_recycle()
176 fifo->garbage = garbage->next; in ck_fifo_spsc_recycle()
177 return garbage; in ck_fifo_spsc_recycle()
239 *garbage = fifo->head.pointer; in ck_fifo_mpmc_deinit()
405 *garbage = head.pointer; in ck_fifo_mpmc_dequeue()
412 struct ck_fifo_mpmc_entry **garbage) in ck_fifo_mpmc_trydequeue() argument
[all …]
/f-stack/app/redis-5.0.5/deps/lua/
H A DHISTORY20 + incremental garbage collection.
69 + safe garbage-collector metamethods.
87 + garbage collection tag methods for tables now deprecated.
94 + non-recursive garbage-collector algorithm.
173 + garbage collection of functions
/f-stack/freebsd/mips/conf/
H A DPB4728 # return a garbage MAC address.
/f-stack/dpdk/doc/guides/prog_guide/
H A Dtimer_lib.rst68 The timer library is used for periodic calls, such as garbage collectors, or some state machines (A…
/f-stack/freebsd/contrib/device-tree/src/arm64/qcom/
H A Dmsm8998-mtp.dtsi396 * avoid garbage data when the TX pin of the Bluetooth
H A Dmsm8998-clamshell.dtsi328 * avoid garbage data when the TX pin of the Bluetooth
H A Dsc7180-idp.dts503 * garbage data when the TX pin of the Bluetooth module is
H A Dsdm845-cheza.dtsi964 * garbage data when the TX pin of the Bluetooth module is
/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A DREADME.md28 * Add FMD module garbage collection (periodically call `fmd_module_gc()`).
/f-stack/freebsd/contrib/zstd/lib/
H A DREADME.md124 time optimation and unused symbol garbage collection (via some combination of,
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib627 # Need cleanup here to avoid garbage dir left.
/f-stack/app/nginx-1.16.1/
H A DCHANGES1579 *) Bugfix: the $uri variable might contain garbage when returning errors
5697 garbage in the header to a client.
5910 *) Bugfix: the ngx_http_realip_module set garbage for requests passed
/f-stack/freebsd/contrib/zlib/
H A DChangeLog1283 on to attempt decompressing extra garbage data. This affected minigzip too.
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt197 emitting an extra byte of garbage data when control methods declared a
7049 is to be ignored, and therefore some BIOSs leave garbage values in the
15252 Fixed a problem in AcpiTbGetTablePtr() where a garbage pointer
15612 text concerning reference count object management versus garbage
16984 contained some garbage data caused by an internal buffer overrun.