Searched refs:next_chunk (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | genalloc.c | 202 list_add_rcu(&chunk->next_chunk, &pool->chunks); in gen_pool_add_owner() 222 list_for_each_entry_rcu(chunk, &pool->chunks, next_chunk) { in gen_pool_virt_to_phys() 249 chunk = list_entry(_chunk, struct gen_pool_chunk, next_chunk); in gen_pool_destroy() 250 list_del(&chunk->next_chunk); in gen_pool_destroy() 296 list_for_each_entry_rcu(chunk, &pool->chunks, next_chunk) { in gen_pool_alloc_algo_owner() 502 list_for_each_entry_rcu(chunk, &pool->chunks, next_chunk) { in gen_pool_free_owner() 537 list_for_each_entry_rcu(chunk, &(pool)->chunks, next_chunk) in gen_pool_for_each_chunk() 560 list_for_each_entry_rcu(chunk, &(pool)->chunks, next_chunk) { in gen_pool_has_addr() 585 list_for_each_entry_rcu(chunk, &pool->chunks, next_chunk) in gen_pool_avail() 604 list_for_each_entry_rcu(chunk, &pool->chunks, next_chunk) in gen_pool_size()
|
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A D | inqueue.c | 150 next_chunk: in sctp_inq_pop() 172 goto next_chunk; in sctp_inq_pop()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | dlmalloc.c | 399 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->size & ~PREV_INUSE) )) macro 788 mchunkptr next = next_chunk(p); 801 assert(next_chunk(prv) == p); 1819 if ( (newp = mem2chunk(newmem)) == next_chunk(oldp)) 2272 for (q = next_chunk(p); in malloc_update_mallinfo() 2274 q = next_chunk(q)) in malloc_update_mallinfo()
|
| H A D | dlmalloc.src | 1318 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->size & ~PREV_INUSE) )) 1653 mchunkptr next = next_chunk(p); 1666 assert(next_chunk(prv) == p); 2656 if ( (newp = mem2chunk(newmem)) == next_chunk(oldp)) 3057 for (q = next_chunk(p); 3059 q = next_chunk(q))
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0001-hw-display-qxl-Pass-requested-buffer-size-to-qxl_phy.patch | 115 - chunk = qxl_phys2virt(qxl, chunk->next_chunk, group_id); 116 + chunk = qxl_phys2virt(qxl, chunk->next_chunk, group_id,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | genalloc.h | 73 struct list_head next_chunk; /* next chunk in pool */ member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/ |
| H A D | qxl_image.c | 131 chunk->next_chunk = 0; in qxl_image_init_helper()
|
| H A D | qxl_draw.c | 53 dev_clips->chunk.next_chunk = 0; in drawable_set_clipping()
|
| H A D | qxl_dev.h | 384 QXLPHYSICAL next_chunk; member
|
| H A D | qxl_display.c | 628 cursor->chunk.next_chunk = 0; in qxl_cursor_atomic_update()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/ |
| H A D | epn.c | 112 goto next_chunk; in ast_vhub_epn_handle_ack() 151 next_chunk: in ast_vhub_epn_handle_ack()
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/ |
| H A D | sram_heap.c | 361 list_for_each_entry_rcu(chunk, &pool->chunks, next_chunk) { in gen_pool_phys_to_virt()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | inet_diag.c | 1092 next_chunk: in inet_diag_dump_icsk() 1147 goto next_chunk; in inet_diag_dump_icsk()
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_buf.c | 1506 next_chunk: in xfs_buf_ioapply_map() 1541 goto next_chunk; in xfs_buf_ioapply_map()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-integrity.c | 2532 next_chunk: in integrity_recalc() 2635 goto next_chunk; in integrity_recalc()
|