Searched refs:next_chunk (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/lib/ |
D | genalloc.c | 200 list_add_rcu(&chunk->next_chunk, &pool->chunks); in gen_pool_add_virt() 220 list_for_each_entry_rcu(chunk, &pool->chunks, next_chunk) { in gen_pool_virt_to_phys() 247 chunk = list_entry(_chunk, struct gen_pool_chunk, next_chunk); in gen_pool_destroy() 248 list_del(&chunk->next_chunk); in gen_pool_destroy() 306 list_for_each_entry_rcu(chunk, &pool->chunks, next_chunk) { in gen_pool_alloc_algo() 386 list_for_each_entry_rcu(chunk, &pool->chunks, next_chunk) { in gen_pool_free() 419 list_for_each_entry_rcu(chunk, &(pool)->chunks, next_chunk) in gen_pool_for_each_chunk() 442 list_for_each_entry_rcu(chunk, &(pool)->chunks, next_chunk) { in addr_in_gen_pool() 466 list_for_each_entry_rcu(chunk, &pool->chunks, next_chunk) in gen_pool_avail() 485 list_for_each_entry_rcu(chunk, &pool->chunks, next_chunk) in gen_pool_size()
|
/Linux-v4.19/net/sctp/ |
D | inqueue.c | 165 next_chunk: in sctp_inq_pop() 187 goto next_chunk; in sctp_inq_pop()
|
/Linux-v4.19/include/linux/ |
D | genalloc.h | 74 struct list_head next_chunk; /* next chunk in pool */ member
|
/Linux-v4.19/drivers/gpu/drm/qxl/ |
D | qxl_image.c | 131 chunk->next_chunk = 0; in qxl_image_init_helper()
|
D | qxl_dev.h | 387 QXLPHYSICAL next_chunk; member
|
D | qxl_draw.c | 51 dev_clips->chunk.next_chunk = 0; in drawable_set_clipping()
|
D | qxl_display.c | 667 cursor->chunk.next_chunk = 0; in qxl_cursor_atomic_update()
|
/Linux-v4.19/drivers/usb/gadget/udc/aspeed-vhub/ |
D | epn.c | 112 goto next_chunk; in ast_vhub_epn_handle_ack() 151 next_chunk: in ast_vhub_epn_handle_ack()
|
/Linux-v4.19/net/ipv4/ |
D | inet_diag.c | 972 next_chunk: in inet_diag_dump_icsk() 1028 goto next_chunk; in inet_diag_dump_icsk()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_buf.c | 1297 next_chunk: in xfs_buf_ioapply_map() 1332 goto next_chunk; in xfs_buf_ioapply_map()
|
/Linux-v4.19/drivers/md/ |
D | dm-integrity.c | 2127 next_chunk: in integrity_recalc() 2187 goto next_chunk; in integrity_recalc()
|