Home
last modified time | relevance | path

Searched refs:reclaim (Results 1 – 25 of 39) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_slab.c81 LIST_FOR_EACH_ENTRY_SAFE(entry, next, &slabs->reclaim, head) { in pb_slabs_reclaim_locked()
102 LIST_FOR_EACH_ENTRY_SAFE(entry, next, &slabs->reclaim, head) { in pb_slabs_reclaim_all_locked()
208 list_addtail(&entry->head, &slabs->reclaim); in pb_slab_free()
258 list_inithead(&slabs->reclaim); in pb_slabs_init()
288 while (!list_is_empty(&slabs->reclaim)) { in pb_slabs_deinit()
290 list_entry(slabs->reclaim.next, struct pb_slab_entry, head); in pb_slabs_deinit()
Dpb_slab.h129 struct list_head reclaim; member
/third_party/curl/docs/libcurl/
Dcurl_free.md14 curl_free - reclaim memory that has been obtained through a libcurl call
/third_party/mksh/
Dmain.c55 static void reclaim(void);
976 reclaim(); in shell()
1107 reclaim(); in quitenv()
1129 reclaim(); in quitenv()
1182 reclaim(void) in reclaim() function
/third_party/mbedtls/tests/suites/
Dtest_suite_mps.function182 * single-step sequence of feed-fetch-commit-reclaim.
634 * by the producer to reclaim the reader fails because of more data pending
819 * As long as the lower layer calls reclaim at least once, (resetting the
842 int reclaimed = 1; /* Have to call reclaim at least once before
865 /* Choose randomly between reclaim and feed */
907 /* Randomly switch to consumption mode if reclaim
/third_party/mesa3d/docs/relnotes/
D21.2.5.rst113 - aux/pb: add a tolerance for reclaim failure
/third_party/openssl/crypto/
DREADME-sparse_array.md115 NULL. The data structure does not attempt to reclaim nodes or reduce the
/third_party/node/deps/openssl/openssl/crypto/
DREADME-sparse_array.md115 NULL. The data structure does not attempt to reclaim nodes or reduce the
/third_party/vk-gl-cts/doc/testspecs/GLES2/
Dfunctional.lifetime.txt57 implementation may reclaim and later reallocate memory that is still
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.lifetime.txt63 implementation may reclaim and later reallocate memory that is still
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_rpc.js22 this.reclaim = function () { method
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/
DALLOCATION.rst79 thread wants to destroy the Cfg and reclaim all its memory after translation
/third_party/skia/third_party/externals/opengl-registry/extensions/PGI/
DPGI_misc_hints.txt161 The hint indicates that the application should reclaim unused
/third_party/openGLES/extensions/PGI/
DPGI_misc_hints.txt161 The hint indicates that the application should reclaim unused
/third_party/lwip/
D0075-adapt-read-write-for-rtc-mode.patch105 * Attempt to reclaim some memory from queued out-of-sequence TCP segments
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_stream_reset.txt196 invalidate and reclaim frames pending in the stream. This is only
/third_party/libuv/docs/src/guide/
Dbasics.rst102 reclaim memory. Production grade projects, especially long running systems
/third_party/EGL/extensions/NV/
DEGL_NV_stream_reset.txt196 invalidate and reclaim frames pending in the stream. This is only
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c539 static void reclaim(struct dso *dso, size_t start, size_t end) in reclaim() function
556 reclaim(dso, ph->p_vaddr & -PAGE_SIZE, ph->p_vaddr); in reclaim_gaps()
557 reclaim(dso, ph->p_vaddr+ph->p_memsz, in reclaim_gaps()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c539 static void reclaim(struct dso *dso, size_t start, size_t end) in reclaim() function
556 reclaim(dso, ph->p_vaddr & -PAGE_SIZE, ph->p_vaddr); in reclaim_gaps()
557 reclaim(dso, ph->p_vaddr+ph->p_memsz, in reclaim_gaps()
/third_party/musl/ldso/
Ddynlink.c543 static void reclaim(struct dso *dso, size_t start, size_t end) in reclaim() function
560 reclaim(dso, ph->p_vaddr & -PAGE_SIZE, ph->p_vaddr); in reclaim_gaps()
561 reclaim(dso, ph->p_vaddr+ph->p_memsz, in reclaim_gaps()
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_KHR_fragment_shading_rate.adoc16 …d results in unnecessary work being performed, and it would be useful to reclaim some of that perf…
/third_party/python/Doc/library/
Dweakref.rst45 can reclaim the object, and its corresponding entries in weak mappings are
/third_party/python/Doc/extending/
Dnewtypes.rst67 reduced to zero and the Python interpreter wants to reclaim it. If your type
/third_party/musl/ldso/linux/
Ddynlink.c1244 static void reclaim(struct dso *dso, size_t start, size_t end) in reclaim() function
1261 reclaim(dso, ph->p_vaddr & -PAGE_SIZE, ph->p_vaddr); in reclaim_gaps()
1262 reclaim(dso, ph->p_vaddr+ph->p_memsz, in reclaim_gaps()

12