Searched defs:chain (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Ddmapool.c414 unsigned int chain = page->offset; local
415 while (chain < pool->allocation) {
416 if (chain != offset) {
417 chain = *(int *)(page->vaddr + chain);

Completed in 34 milliseconds