Searched refs:next_chunk (Results 1 – 8 of 8) sorted by relevance
| /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()
|
| /linux/net/sctp/ |
| H A D | inqueue.c | 156 next_chunk: in sctp_inq_pop() 177 goto next_chunk; in sctp_inq_pop()
|
| /linux/scripts/gdb/linux/ |
| H A D | radixtree.py | 105 def next_chunk(root, iter): function 177 slot = next_chunk(root, iter)
|
| /linux/include/linux/ |
| H A D | genalloc.h | 74 struct list_head next_chunk; /* next chunk in pool */ member
|
| /linux/drivers/gpu/drm/qxl/ |
| 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
|
| /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()
|
| /linux/drivers/md/ |
| H A D | dm-integrity.c | 3156 next_chunk: in integrity_recalc() 3262 goto next_chunk; in integrity_recalc() 3319 next_chunk: in integrity_recalc_inline() 3396 goto next_chunk; in integrity_recalc_inline()
|