Searched defs:allocator (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/tidspbridge/pmgr/
H A Dcmm.c11 * Each registered SM segment is represented by a SM "allocator" that
58 * sma - shared memory allocator.
59 * vma - virtual memory allocator.(not used).
112 1 /* seg_id, default segment Id for allocator */
135 static void add_to_free_list(struct cmm_allocator *allocator,
139 static struct cmm_mnode *get_free_block(struct cmm_allocator *allocator,
143 /* get available slot for new allocator */
165 struct cmm_allocator *allocator = NULL; local
179 /* get the allocator object for this segment id */
180 allocator
326 struct cmm_allocator *allocator; local
665 get_free_block(struct cmm_allocator *allocator, u32 usize) argument
688 add_to_free_list(struct cmm_allocator *allocator, struct cmm_mnode *node) argument
860 struct cmm_allocator *allocator = NULL; local
[all...]

Completed in 90 milliseconds