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

/freebsd-10-stable/sys/vm/
H A Dvm_phys.c95 static int vm_freelist_to_flind[VM_NFREELIST]; variable
373 * Initially, the entries of vm_freelist_to_flind[] are set to either
381 vm_freelist_to_flind[VM_FREELIST_ISADMA] = 1;
386 vm_freelist_to_flind[VM_FREELIST_LOWMEM] = 1;
400 vm_freelist_to_flind[VM_FREELIST_DMA32] = 1;
405 vm_freelist_to_flind[VM_FREELIST_DEFAULT] = 1;
410 vm_freelist_to_flind[freelist] +=
411 vm_freelist_to_flind[freelist - 1];
413 vm_nfreelists = vm_freelist_to_flind[VM_NFREELIST - 1];
417 vm_freelist_to_flind[freelis
[all...]

Completed in 92 milliseconds