Searched refs:next_chunk (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/lib/ |
H A 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()
|
/openbmc/linux/net/sctp/ |
H A D | inqueue.c | 156 next_chunk: in sctp_inq_pop() 178 goto next_chunk; in sctp_inq_pop()
|
/openbmc/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)) 2279 for (q = next_chunk(p); in malloc_update_mallinfo() 2281 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))
|
/openbmc/linux/include/linux/ |
H A D | genalloc.h | 73 struct list_head next_chunk; /* next chunk in pool */ member
|
/openbmc/linux/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 | 58 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 | 604 cursor.chunk.next_chunk = 0; in qxl_create_cursor()
|
/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | epn.c | 107 goto next_chunk; in ast_vhub_epn_handle_ack() 153 next_chunk: in ast_vhub_epn_handle_ack()
|
/openbmc/linux/rust/alloc/vec/ |
H A 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
|
/openbmc/qemu/hw/display/ |
H A D | qxl-render.c | 233 chunk = qxl_phys2virt(qxl, chunk->next_chunk, group_id, in qxl_unpack_chunks()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_buf.c | 1485 next_chunk: in xfs_buf_ioapply_map() 1518 goto next_chunk; in xfs_buf_ioapply_map()
|
/openbmc/linux/net/ipv4/ |
H A D | inet_diag.c | 1098 next_chunk: in inet_diag_dump_icsk() 1153 goto next_chunk; in inet_diag_dump_icsk()
|
/openbmc/qemu/block/ |
H A D | mirror.c | 524 int64_t next_chunk = next_offset / s->granularity; in mirror_iteration() local 529 if (test_bit(next_chunk, s->in_flight_bitmap)) { in mirror_iteration()
|
/openbmc/linux/drivers/md/ |
H A D | dm-integrity.c | 2764 next_chunk: in integrity_recalc() 2867 goto next_chunk; in integrity_recalc()
|