Searched refs:chunks (Results 1 - 3 of 3) sorted by relevance

/lib/
H A Dgenalloc.c160 INIT_LIST_HEAD(&pool->chunks);
200 list_add_rcu(&chunk->next_chunk, &pool->chunks);
220 list_for_each_entry_rcu(chunk, &pool->chunks, next_chunk) {
246 list_for_each_safe(_chunk, _next_chunk, &pool->chunks) {
287 list_for_each_entry_rcu(chunk, &pool->chunks, next_chunk) {
366 list_for_each_entry_rcu(chunk, &pool->chunks, next_chunk) {
399 list_for_each_entry_rcu(chunk, &(pool)->chunks, next_chunk)
422 list_for_each_entry_rcu(chunk, &(pool)->chunks, next_chunk) {
446 list_for_each_entry_rcu(chunk, &pool->chunks, next_chunk)
465 list_for_each_entry_rcu(chunk, &pool->chunks, next_chun
[all...]
H A Dscatterlist.c238 * defined to return scatterlist chunks of maximum size @max_ents.
369 unsigned int chunks; local
375 /* compute number of contiguous chunks */
376 chunks = 1;
379 ++chunks;
381 ret = sg_alloc_table(sgt, chunks, gfp_mask);
385 /* merging chunks and putting them into the scatterlist */
H A Ddebugobjects.c668 unsigned long flags, oaddr, saddr, eaddr, paddr, chunks; local
680 chunks = ((eaddr - paddr) + (ODEBUG_CHUNK_SIZE - 1));
681 chunks >>= ODEBUG_CHUNK_SHIFT;
683 for (;chunks > 0; chunks--, paddr += ODEBUG_CHUNK_SIZE) {

Completed in 380 milliseconds