Home
last modified time | relevance | path

Searched refs:next_chunk (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/lib/
H A Dgenalloc.c202 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 Dinqueue.c150 next_chunk: in sctp_inq_pop()
172 goto next_chunk; in sctp_inq_pop()
/OK3568_Linux_fs/u-boot/common/
H A Ddlmalloc.c399 #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 Ddlmalloc.src1318 #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 D0001-hw-display-qxl-Pass-requested-buffer-size-to-qxl_phy.patch115 - 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 Dgenalloc.h73 struct list_head next_chunk; /* next chunk in pool */ member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/
H A Dqxl_image.c131 chunk->next_chunk = 0; in qxl_image_init_helper()
H A Dqxl_draw.c53 dev_clips->chunk.next_chunk = 0; in drawable_set_clipping()
H A Dqxl_dev.h384 QXLPHYSICAL next_chunk; member
H A Dqxl_display.c628 cursor->chunk.next_chunk = 0; in qxl_cursor_atomic_update()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/
H A Depn.c112 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 Dsram_heap.c361 list_for_each_entry_rcu(chunk, &pool->chunks, next_chunk) { in gen_pool_phys_to_virt()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dinet_diag.c1092 next_chunk: in inet_diag_dump_icsk()
1147 goto next_chunk; in inet_diag_dump_icsk()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_buf.c1506 next_chunk: in xfs_buf_ioapply_map()
1541 goto next_chunk; in xfs_buf_ioapply_map()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-integrity.c2532 next_chunk: in integrity_recalc()
2635 goto next_chunk; in integrity_recalc()