OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:slab
(Results
201 - 225
of
292
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
proc_fs.h
15
#include <linux/
slab
.h>
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
proc_fs.h
15
#include <linux/
slab
.h>
/ndk/sources/cxx-stl/gabi++/src/
cxxabi.cc
88
// several items of the same size. A
slab
contains an array of item slots,
118
void*
slab
= slab_list_;
local
119
void* next_slab = *(void**)((char*)
slab
+ slab_next_offset_);
121
::munmap(
slab
, PAGE_SIZE);
154
// No more free items, allocate a new
slab
with mmap().
160
// Prepend to the
slab
list.
164
// Put all item slots in the new
slab
into the free item list.
183
size_t item_slab_count_; // number of items in each
slab
.
184
size_t slab_next_offset_; // offset of pointer to next
slab
in list.
/frameworks/base/packages/SettingsLib/res/values-cs/
arrays.xml
35
<item msgid="503942654197908005">"Do?asné p?edcházení
slab
ému p?ipojení"</item>
49
<item msgid="1805837518286731242">"Do?asné p?edcházení
slab
ému p?ipojení"</item>
/external/linux-tools-perf/src/include/linux/
poison.h
35
/********** mm/
slab
.c **********/
/external/mesa3d/src/gallium/auxiliary/util/
u_slab.h
25
* Simple
slab
allocator for equally sized memory allocations.
/external/squashfs-tools/kernel/fs/squashfs/
fragment.c
38
#include <linux/
slab
.h>
id.c
36
#include <linux/
slab
.h>
symlink.c
36
#include <linux/
slab
.h>
dir.c
32
#include <linux/
slab
.h>
/external/srtp/crypto/include/
kernel_compat.h
52
#include <linux/
slab
.h>
/system/extras/showslab/
showslab.c
18
/* object representing a
slab
cache (each line of slabinfo) */
26
unsigned long objs_per_slab; /* number of objects per
slab
*/
301
fprintf(stderr, " p: objects Per
slab
\n");
335
"OBJ/
SLAB
", "CACHE SIZE", "NAME");
/external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen_pools.c
151
* The
slab
pool allocates buffers directly from the kernel except
152
* for very small buffers which are allocated from a
slab
in order
/external/lzma/xz-embedded/
xz_private.h
19
# include <linux/
slab
.h>
/hardware/ti/omap3/dspbridge/inc/
host_os.h
51
#include <linux/
slab
.h>
/hardware/ti/omap3/dspbridge/libbridge/inc/
host_os.h
51
#include <linux/
slab
.h>