Searched refs:next_chunk (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/lib/ |
H A D | genalloc.c | 200 list_add_rcu(&chunk->next_chunk, &pool->chunks); gen_pool_add_virt() 220 list_for_each_entry_rcu(chunk, &pool->chunks, next_chunk) { gen_pool_virt_to_phys() 247 chunk = list_entry(_chunk, struct gen_pool_chunk, next_chunk); gen_pool_destroy() 248 list_del(&chunk->next_chunk); gen_pool_destroy() 287 list_for_each_entry_rcu(chunk, &pool->chunks, next_chunk) { gen_pool_alloc() 366 list_for_each_entry_rcu(chunk, &pool->chunks, next_chunk) { gen_pool_free() 399 list_for_each_entry_rcu(chunk, &(pool)->chunks, next_chunk) gen_pool_for_each_chunk() 422 list_for_each_entry_rcu(chunk, &(pool)->chunks, next_chunk) { addr_in_gen_pool() 446 list_for_each_entry_rcu(chunk, &pool->chunks, next_chunk) gen_pool_avail() 465 list_for_each_entry_rcu(chunk, &pool->chunks, next_chunk) gen_pool_size()
|
/linux-4.4.14/include/linux/ |
H A D | genalloc.h | 70 struct list_head next_chunk; /* next chunk in pool */ member in struct:gen_pool_chunk
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
H A D | qxl_image.c | 131 chunk->next_chunk = 0; qxl_image_init_helper()
|
H A D | qxl_dev.h | 387 QXLPHYSICAL next_chunk; member in struct:qxl_data_chunk
|
H A D | qxl_draw.c | 52 dev_clips->chunk.next_chunk = 0; drawable_set_clipping()
|
H A D | qxl_display.c | 368 cursor->chunk.next_chunk = 0; qxl_crtc_cursor_set2()
|
/linux-4.4.14/fs/xfs/ |
H A D | xfs_buf.c | 1162 next_chunk: xfs_buf_ioapply_map() 1199 goto next_chunk; xfs_buf_ioapply_map()
|
Completed in 1065 milliseconds