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

/mm/
H A Dmemblock.c1044 phys_addr_t found; local
1049 found = memblock_find_in_range_node(size, align, start, end, nid);
1050 if (found && !memblock_reserve(found, size)) {
1055 kmemleak_alloc(__va(found), size, 0, 0);
1056 return found;
H A Dswapfile.c1702 * some stray blocks are found which do not fall within the PAGE_SIZE alignment
1812 int err, found = 0; local
1834 found = 1;
1839 if (!found) {
2806 * If the previous map said no continuation, but we've found
H A Dpage_alloc.c1775 * been recently (in last second) found to be nearly full. See further
1826 * found to be full for any variation of these watermarks, it will
3514 * It returns -1 if no node is found.
4195 * of 2 value was found to be more likely to have
6166 unsigned long pfn, iter, found; local
6180 for (found = 0, iter = 0; iter < pageblock_nr_pages; iter++) {
6218 found++;
6232 if (found > count)

Completed in 177 milliseconds