/linux-3.4.99/drivers/gpu/drm/radeon/ |
D | radeon_mem.c | 83 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/ |
D | prio_heap.c | 9 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()
|
D | prio_tree.c | 54 unsigned long *radix, unsigned long *heap) in get_index()
|
/linux-3.4.99/fs/ubifs/ |
D | lprops.c | 62 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
|
D | find.c | 57 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
|
D | lpt_commit.c | 817 struct ubifs_lpt_heap *heap; in populate_lsave() local 2019 struct ubifs_lpt_heap *heap; in dbg_populate_lsave() local
|
D | debug.h | 404 struct ubifs_lpt_heap *heap, in dbg_dump_heap() 442 struct ubifs_lpt_heap *heap, in dbg_check_heap()
|
D | lpt.c | 2108 struct ubifs_lpt_heap *heap; in dbg_chk_pnode() local
|
D | debug.c | 968 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/ |
D | test_nx.c | 114 char *heap; in test_NX() local
|
/linux-3.4.99/arch/m32r/boot/compressed/ |
D | misc.c | 77 unsigned int zimage_len, unsigned long heap) in decompress_kernel()
|
/linux-3.4.99/kernel/ |
D | cpuset.c | 847 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
|
D | cgroup.c | 2849 struct ptr_heap *heap; in cgroup_scan_tasks() local
|
/linux-3.4.99/drivers/gpu/drm/nouveau/ |
D | nouveau_mm.c | 157 struct nouveau_mm_node *node, *heap = in nouveau_mm_fini() local
|
D | nouveau_drv.h | 747 struct drm_mm heap; member
|
/linux-3.4.99/arch/x86/boot/compressed/ |
D | misc.c | 328 asmlinkage void decompress_kernel(void *rmode, memptr heap, in decompress_kernel()
|
/linux-3.4.99/lib/zlib_deflate/ |
D | defutil.h | 179 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
|
/linux-3.4.99/include/linux/ |
D | cgroup.h | 380 struct ptr_heap *heap; member
|