Home
last modified time | relevance | path

Searched defs:heap (Results 1 – 18 of 18) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/radeon/
Dradeon_mem.c83 static struct mem_block *alloc_block(struct mem_block *heap, int size, in alloc_block()
98 static struct mem_block *find_block(struct mem_block *heap, int start) in find_block()
135 static int init_heap(struct mem_block **heap, int start, int size) in init_heap()
160 void radeon_mem_release(struct drm_file *file_priv, struct mem_block *heap) in radeon_mem_release()
188 void radeon_mem_takedown(struct mem_block **heap) in radeon_mem_takedown()
223 struct mem_block *block, **heap; in radeon_mem_alloc() local
258 struct mem_block *block, **heap; in radeon_mem_free() local
284 struct mem_block **heap; in radeon_mem_init_heap() local
/linux-3.4.99/lib/
Dprio_heap.c9 int heap_init(struct ptr_heap *heap, size_t size, gfp_t gfp_mask, in heap_init()
21 void heap_free(struct ptr_heap *heap) in heap_free()
26 void *heap_insert(struct ptr_heap *heap, void *p) in heap_insert()
Dprio_tree.c54 unsigned long *radix, unsigned long *heap) in get_index()
/linux-3.4.99/fs/ubifs/
Dlprops.c62 static void move_up_lpt_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, in move_up_lpt_heap()
99 static void adjust_lpt_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, in adjust_lpt_heap()
181 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in add_to_lpt_heap() local
229 struct ubifs_lpt_heap *heap; in remove_from_lpt_heap() local
260 struct ubifs_lpt_heap *heap; in lpt_heap_replace() local
456 struct ubifs_lpt_heap *heap = &c->lpt_heap[new_cat - 1]; in change_category() local
771 struct ubifs_lpt_heap *heap; in ubifs_fast_find_free() local
940 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in dbg_check_cats() local
962 void dbg_check_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat, in dbg_check_heap()
1083 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in scan_check_cb() local
Dfind.c57 struct ubifs_lpt_heap *heap; in valuable() local
141 struct ubifs_lpt_heap *heap; in scan_for_dirty() local
238 struct ubifs_lpt_heap *heap, *idx_heap; in ubifs_find_dirty_leb() local
412 struct ubifs_lpt_heap *heap; in do_find_free_space() local
841 struct ubifs_lpt_heap *heap; in find_dirty_idx_leb() local
Dlpt_commit.c817 struct ubifs_lpt_heap *heap; in populate_lsave() local
2019 struct ubifs_lpt_heap *heap; in dbg_populate_lsave() local
Ddebug.h404 struct ubifs_lpt_heap *heap, in dbg_dump_heap()
442 struct ubifs_lpt_heap *heap, in dbg_check_heap()
Dlpt.c2108 struct ubifs_lpt_heap *heap; in dbg_chk_pnode() local
Ddebug.c968 void dbg_dump_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat) in dbg_dump_heap()
/linux-3.4.99/arch/x86/kernel/
Dtest_nx.c114 char *heap; in test_NX() local
/linux-3.4.99/arch/m32r/boot/compressed/
Dmisc.c77 unsigned int zimage_len, unsigned long heap) in decompress_kernel()
/linux-3.4.99/kernel/
Dcpuset.c847 static void update_tasks_cpumask(struct cpuset *cs, struct ptr_heap *heap) in update_tasks_cpumask()
866 struct ptr_heap heap; in update_cpumask() local
1049 struct ptr_heap *heap) in update_tasks_nodemask()
1095 struct ptr_heap heap; in update_nodemask() local
1210 static void update_tasks_flags(struct cpuset *cs, struct ptr_heap *heap) in update_tasks_flags()
1236 struct ptr_heap heap; in update_flag() local
Dcgroup.c2849 struct ptr_heap *heap; in cgroup_scan_tasks() local
/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_mm.c157 struct nouveau_mm_node *node, *heap = in nouveau_mm_fini() local
Dnouveau_drv.h747 struct drm_mm heap; member
/linux-3.4.99/arch/x86/boot/compressed/
Dmisc.c328 asmlinkage void decompress_kernel(void *rmode, memptr heap, in decompress_kernel()
/linux-3.4.99/lib/zlib_deflate/
Ddefutil.h179 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
/linux-3.4.99/include/linux/
Dcgroup.h380 struct ptr_heap *heap; member