Home
last modified time | relevance | path

Searched refs:to_allocate (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/nvdimm/
Dnamespace_devs.c602 const resource_size_t to_allocate = n; in scan_allocate() local
632 to_allocate, &valid); in scan_allocate()
643 to_allocate, &valid); in scan_allocate()
654 to_allocate, &valid); in scan_allocate()
741 if ((is_pmem || !ndd->dpa.child) && n == to_allocate) in scan_allocate()
/kernel/linux/linux-5.10/mm/
Dhugetlb.c446 int to_allocate = 0, i = 0; in allocate_file_region_entries() local
464 to_allocate = resv->adds_in_progress + regions_needed - in allocate_file_region_entries()
474 for (i = 0; i < to_allocate; i++) { in allocate_file_region_entries()
484 resv->region_cache_count += to_allocate; in allocate_file_region_entries()