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

/freebsd-12-stable/sys/vm/
H A Dvm_phys.c117 static int __read_mostly vm_freelist_to_flind[VM_NFREELIST]; variable
480 * Initially, the entries of vm_freelist_to_flind[] are set to either
488 vm_freelist_to_flind[VM_FREELIST_LOWMEM] = 1;
502 vm_freelist_to_flind[VM_FREELIST_DMA32] = 1;
507 vm_freelist_to_flind[VM_FREELIST_DEFAULT] = 1;
512 vm_freelist_to_flind[freelist] +=
513 vm_freelist_to_flind[freelist - 1];
515 vm_nfreelists = vm_freelist_to_flind[VM_NFREELIST - 1];
519 vm_freelist_to_flind[freelist]--;
538 flind = vm_freelist_to_flind[VM_FREELIST_LOWME
[all...]

Completed in 46 milliseconds