Searched refs:next_chunk (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/lib/ |
D | genalloc.c | 203 list_add_rcu(&chunk->next_chunk, &pool->chunks); in gen_pool_add_owner() 223 list_for_each_entry_rcu(chunk, &pool->chunks, next_chunk) { in gen_pool_virt_to_phys() 250 chunk = list_entry(_chunk, struct gen_pool_chunk, next_chunk); in gen_pool_destroy() 251 list_del(&chunk->next_chunk); in gen_pool_destroy() 297 list_for_each_entry_rcu(chunk, &pool->chunks, next_chunk) { in gen_pool_alloc_algo_owner() 503 list_for_each_entry_rcu(chunk, &pool->chunks, next_chunk) { in gen_pool_free_owner() 538 list_for_each_entry_rcu(chunk, &(pool)->chunks, next_chunk) in gen_pool_for_each_chunk() 561 list_for_each_entry_rcu(chunk, &(pool)->chunks, next_chunk) { in gen_pool_has_addr() 586 list_for_each_entry_rcu(chunk, &pool->chunks, next_chunk) in gen_pool_avail() 605 list_for_each_entry_rcu(chunk, &pool->chunks, next_chunk) in gen_pool_size()
|
/linux-6.6.21/net/sctp/ |
D | inqueue.c | 150 next_chunk: in sctp_inq_pop() 172 goto next_chunk; in sctp_inq_pop()
|
/linux-6.6.21/include/linux/ |
D | genalloc.h | 73 struct list_head next_chunk; /* next chunk in pool */ member
|
/linux-6.6.21/drivers/gpu/drm/qxl/ |
D | qxl_image.c | 131 chunk->next_chunk = 0; in qxl_image_init_helper()
|
D | qxl_draw.c | 58 dev_clips->chunk.next_chunk = 0; in drawable_set_clipping()
|
D | qxl_dev.h | 384 QXLPHYSICAL next_chunk; member
|
D | qxl_display.c | 601 cursor.chunk.next_chunk = 0; in qxl_create_cursor()
|
/linux-6.6.21/drivers/usb/gadget/udc/aspeed-vhub/ |
D | epn.c | 107 goto next_chunk; in ast_vhub_epn_handle_ack() 153 next_chunk: in ast_vhub_epn_handle_ack()
|
/linux-6.6.21/rust/alloc/vec/ |
D | into_iter.rs | 242 fn next_chunk<const N: usize>(&mut self) -> Result<[T; N], core::array::IntoIter<T, N>> { in next_chunk() method
|
/linux-6.6.21/net/ipv4/ |
D | inet_diag.c | 1098 next_chunk: in inet_diag_dump_icsk() 1153 goto next_chunk; in inet_diag_dump_icsk()
|
/linux-6.6.21/fs/xfs/ |
D | xfs_buf.c | 1485 next_chunk: in xfs_buf_ioapply_map() 1518 goto next_chunk; in xfs_buf_ioapply_map()
|
/linux-6.6.21/drivers/md/ |
D | dm-integrity.c | 2754 next_chunk: in integrity_recalc() 2857 goto next_chunk; in integrity_recalc()
|