Home
last modified time | relevance | path

Searched refs:slab (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_mm.c46 mm_slab_alloc(struct mm_slab *slab) in mm_slab_alloc() argument
50 if (slab->free == 0) in mm_slab_alloc()
53 for (i = 0; i < (slab->count + 31) / 32; ++i) { in mm_slab_alloc()
54 b = ffs(slab->bits[i]) - 1; in mm_slab_alloc()
57 assert(n < slab->count); in mm_slab_alloc()
58 slab->free--; in mm_slab_alloc()
59 slab->bits[i] &= ~(1 << b); in mm_slab_alloc()
67 mm_slab_free(struct mm_slab *slab, int i) in mm_slab_free() argument
69 assert(i < slab->count); in mm_slab_free()
70 slab->bits[i / 32] |= 1 << (i % 32); in mm_slab_free()
[all …]
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_bufmgr_slab.c63 struct pb_slab *slab; member
198 struct pb_slab *slab = buf->slab; in pb_slab_buffer_destroy() local
199 struct pb_slab_manager *mgr = slab->mgr; in pb_slab_buffer_destroy()
209 LIST_ADDTAIL(list, &slab->freeBuffers); in pb_slab_buffer_destroy()
210 slab->numFree++; in pb_slab_buffer_destroy()
212 if (slab->head.next == &slab->head) in pb_slab_buffer_destroy()
213 LIST_ADDTAIL(&slab->head, &mgr->slabs); in pb_slab_buffer_destroy()
216 if (slab->numFree == slab->numBuffers) { in pb_slab_buffer_destroy()
217 list = &slab->head; in pb_slab_buffer_destroy()
219 pb_reference(&slab->bo, NULL); in pb_slab_buffer_destroy()
[all …]
/external/ltp/testcases/kernel/controllers/cpuset/
DREADME64 memory_spread_slab which is used to control the allocation of slab objects.
65 Because there are much factor to affect the result of slab spread test, it
/external/ltp/testcases/kernel/fs/fs_bind/
DTODO10 Check for leaks of vfsmount structs by diffing vfs slab cache obj numbers
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dhotplug05.txt5 # "mm_struct slab leak (affected only some architectures)"
/external/libchrome/base/process/
Dprocess_metrics_linux.cc556 slab = 0; in SystemMemoryInfoKB()
588 res->SetInteger("slab", slab); in ToValue()
658 target = &meminfo->slab; in ParseProcMeminfo()
Dprocess_metrics.h305 int slab; member
Dprocess_metrics_unittest.cc185 EXPECT_EQ(meminfo.slab, 54212); in TEST_F()
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DMemory.inc26 /// AllocateRWX - Allocate a slab of memory with read/write/execute
/external/llvm/lib/Support/Unix/
DMemory.inc174 /// AllocateRWX - Allocate a slab of memory with read/write/execute
/external/autotest/client/profilers/lockmeter/
Dpatch.2.6.14-lockmeter-1.gz1Index: linux/arch/i386/Kconfig.debug 2====== ...
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt3593 碪>'[stone slab used for washing clot]';
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt52 䂩 < an\-in\-slab\-or\-ink\-stone\-sound\-of\-pebbles\-or\-stones\-rubbing\-or\-knocking\-together;
1289 碪 < stone\-slab\-used\-for\-washing\-clothes;
4123 㳯 < goddess\-of\-an\-ink\-slab;
20691 石片 < slab;
35100 石片 > slab;
35136 石板 > slab;
35571 板皮 > slab;
35581 扁坯 > slab;
35688 木板 > slab;
36113 䂩 > an\-in\-slab\-or\-ink\-stone\-sound\-of\-pebbles\-or\-stones\-rubbing\-or\-knocking\-together;
[all …]
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js623 function allocate(slab, types, allocator, ptr) { argument
625 if (typeof slab === 'number') {
627 size = slab;
630 size = slab.length;
653 if (slab.subarray || slab.slice) {
654 HEAPU8.set(slab, ret);
656 HEAPU8.set(new Uint8Array(slab), ret);
662 var curr = slab[i];
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...