Home
last modified time | relevance | path

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

/lib/
A 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()
A Dbitmap-str.c477 int chunks = BITS_TO_U32(nmaskbits); in bitmap_parse() local
487 if (!chunks--) in bitmap_parse()
499 unset_bit = (BITS_TO_U32(nmaskbits) - chunks) * 32; in bitmap_parse()
A Dscatterlist.c437 unsigned int chunks, cur_page, seg_len, i, prv_len = 0; in sg_alloc_append_table_from_pages() local
478 chunks = 1; in sg_alloc_append_table_from_pages()
484 chunks++; in sg_alloc_append_table_from_pages()
491 for (i = 0; i < chunks; i++) { in sg_alloc_append_table_from_pages()
504 s = get_next_sg(sgt_append, s, chunks - i + left_pages, in sg_alloc_append_table_from_pages()
A Ddebugobjects.c1071 unsigned long flags, oaddr, saddr, eaddr, paddr, chunks; in __debug_check_no_obj_freed() local
1080 chunks = ((eaddr - paddr) + (ODEBUG_CHUNK_SIZE - 1)); in __debug_check_no_obj_freed()
1081 chunks >>= ODEBUG_CHUNK_SHIFT; in __debug_check_no_obj_freed()
1083 for (;chunks > 0; chunks--, paddr += ODEBUG_CHUNK_SIZE) { in __debug_check_no_obj_freed()
A DKconfig519 Provides a helper to split scatterlists into chunks, each chunk being

Completed in 13 milliseconds