Home
last modified time | relevance | path

Searched refs:allocator (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/tidspbridge/pmgr/
Dcmm.c135 static void add_to_free_list(struct cmm_allocator *allocator,
139 static struct cmm_mnode *get_free_block(struct cmm_allocator *allocator,
165 struct cmm_allocator *allocator = NULL; in cmm_calloc_buf() local
180 allocator = in cmm_calloc_buf()
188 pnode = get_free_block(allocator, usize); in cmm_calloc_buf()
200 add_to_free_list(allocator, new_node); in cmm_calloc_buf()
212 list_add_tail(&pnode->link, &allocator->in_use_list); in cmm_calloc_buf()
326 struct cmm_allocator *allocator; in cmm_free_buf() local
338 allocator = get_allocator(cmm_mgr_obj, ul_seg_id); in cmm_free_buf()
339 if (!allocator) in cmm_free_buf()
[all …]
/drivers/staging/android/
DKconfig16 The ashmem subsystem is a new shared memory allocator, similar to
20 It is, in theory, a good memory allocator for low-memory devices,
/drivers/staging/zcache/
DTODO9 2. converge on a predictable, writeback-capable allocator
62 A. Support zsmalloc as an alternative high-density allocator
/drivers/uwb/
DMakefile8 allocator.o \
/drivers/xen/
DKconfig133 tristate "User-space grant reference allocator driver"