Home
last modified time | relevance | path

Searched refs:reclaim (Results 1 – 25 of 38) 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()
187 list_addtail(&entry->head, &slabs->reclaim); in pb_slab_free()
237 list_inithead(&slabs->reclaim); in pb_slabs_init()
267 while (!list_is_empty(&slabs->reclaim)) { in pb_slabs_deinit()
269 LIST_ENTRY(struct pb_slab_entry, slabs->reclaim.next, head); in pb_slabs_deinit()
Dpb_slab.h129 struct list_head reclaim; member
/third_party/musl/porting/liteos_a/user/src/malloc/
Dmalloc.c444 int reclaim=0; in __bin_chunk() local
470 reclaim = 1; in __bin_chunk()
477 reclaim = 1; in __bin_chunk()
495 if (reclaim) { in __bin_chunk()
/third_party/musl/src/malloc/
Dmalloc.c447 int reclaim=0; in __bin_chunk() local
473 reclaim = 1; in __bin_chunk()
480 reclaim = 1; in __bin_chunk()
498 if (reclaim) { in __bin_chunk()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
Dmalloc.c500 int reclaim=0; in __bin_chunk() local
529 reclaim = 1; in __bin_chunk()
536 reclaim = 1; in __bin_chunk()
557 if (reclaim) { in __bin_chunk()
/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.function175 * single-step sequence of feed-fetch-commit-reclaim.
623 * by the producer to reclaim the reader fails because of more data pending
805 * As long as the lower layer calls reclaim at least once, (resetting the
828 int reclaimed = 1; /* Have to call reclaim at least once before
854 /* Choose randomly between reclaim and feed */
903 /* Randomly switch to consumption mode if reclaim
/third_party/musl/porting/linux/user/src/malloc/
Dmalloc.c1040 int reclaim=0; in __bin_chunk() local
1066 reclaim = 1; in __bin_chunk()
1073 reclaim = 1; in __bin_chunk()
1101 if (reclaim) { in __bin_chunk()
/third_party/boost/libs/core/doc/
Ddemangle.qbk94 must be passed to `boost::core::demangle_free` to reclaim resources. Note that on some platforms
/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/openGLES/extensions/PGI/
DPGI_misc_hints.txt161 The hint indicates that the application should reclaim unused
/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/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c537 static void reclaim(struct dso *dso, size_t start, size_t end) in reclaim() function
554 reclaim(dso, ph->p_vaddr & -PAGE_SIZE, ph->p_vaddr); in reclaim_gaps()
555 reclaim(dso, ph->p_vaddr+ph->p_memsz, in reclaim_gaps()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c537 static void reclaim(struct dso *dso, size_t start, size_t end) in reclaim() function
554 reclaim(dso, ph->p_vaddr & -PAGE_SIZE, ph->p_vaddr); in reclaim_gaps()
555 reclaim(dso, ph->p_vaddr+ph->p_memsz, in reclaim_gaps()
/third_party/musl/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/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/EGL/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/boost/boost/unordered/detail/
Dimplementation.hpp1961 void reclaim(node_pointer p) in reclaim() function
2516 constructor_.reclaim(pop_node()); in copy_of()
2528 constructor_.reclaim(pop_node()); in move_copy_of()
3999 a.reclaim(b.release()); in insert_range_unique()
/third_party/python/Doc/library/
Dweakref.rst45 can reclaim the object, and its corresponding entries in weak mappings are
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c1174 static void reclaim(struct dso *dso, size_t start, size_t end) in reclaim() function
1191 reclaim(dso, ph->p_vaddr & -PAGE_SIZE, ph->p_vaddr); in reclaim_gaps()
1192 reclaim(dso, ph->p_vaddr+ph->p_memsz, in reclaim_gaps()
/third_party/python/Doc/extending/
Dnewtypes.rst67 reduced to zero and the Python interpreter wants to reclaim it. If your type

12