Home
last modified time | relevance | path

Searched refs:chunks (Results 1 – 5 of 5) sorted by relevance

/lib/
Dgenalloc.c160 INIT_LIST_HEAD(&pool->chunks); in gen_pool_create()
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()
249 list_for_each_safe(_chunk, _next_chunk, &pool->chunks) { 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()
Dscatterlist.c459 unsigned int chunks, cur_page, seg_len, i, prv_len = 0; in sg_alloc_append_table_from_pages() local
500 chunks = 1; in sg_alloc_append_table_from_pages()
506 chunks++; in sg_alloc_append_table_from_pages()
513 for (i = 0; i < chunks; i++) { in sg_alloc_append_table_from_pages()
526 s = get_next_sg(sgt_append, s, chunks - i + left_pages, in sg_alloc_append_table_from_pages()
Ddebugobjects.c961 unsigned long flags, oaddr, saddr, eaddr, paddr, chunks; in __debug_check_no_obj_freed() local
970 chunks = ((eaddr - paddr) + (ODEBUG_CHUNK_SIZE - 1)); in __debug_check_no_obj_freed()
971 chunks >>= ODEBUG_CHUNK_SHIFT; in __debug_check_no_obj_freed()
973 for (;chunks > 0; chunks--, paddr += ODEBUG_CHUNK_SIZE) { in __debug_check_no_obj_freed()
Dbitmap.c910 int chunks = BITS_TO_U32(nmaskbits); in bitmap_parse() local
920 if (!chunks--) in bitmap_parse()
932 unset_bit = (BITS_TO_U32(nmaskbits) - chunks) * 32; in bitmap_parse()
DKconfig655 Provides a helper to split scatterlists into chunks, each chunk being