Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_phys.c284 for (oind = VM_NFREEORDER - 1; oind >= 0; oind--) { in sysctl_vm_phys_free()
618 for (oind = 0; oind < VM_NFREEORDER; oind++) in vm_phys_init()
674 oind--; in vm_phys_split_pages()
799 for (oind = 0; oind < VM_NFREEORDER; oind++) { in vm_phys_alloc_npages()
816 for (oind = VM_NFREEORDER - 1; oind >= 0; oind--) { in vm_phys_alloc_npages()
896 for (oind = order; oind < VM_NFREEORDER; oind++) { in vm_phys_alloc_freelist_pages()
912 for (oind = VM_NFREEORDER - 1; oind >= order; oind--) { in vm_phys_alloc_freelist_pages()
1441 for (oind = order; oind < VM_NFREEORDER; oind++) { in vm_phys_find_queues_contig()
1491 int oind, segind; in vm_phys_alloc_contig() local
1537 oind = m->order; in vm_phys_alloc_contig()
[all …]
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_refresh.c268 int oind = oline->oldindex; in wnoutrefresh() local
270 nline->oldindex = ((oind == _NEWINDEX) in wnoutrefresh()
272 : (begy + oind + win->_yoffset)); in wnoutrefresh()