HomeSort by: relevance | last modified time | path
    Searched refs:dense (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/uvm/
uvm_page_array.c 141 const bool dense = (flags & UVM_PAGE_ARRAY_FILL_DENSE) != 0; local in function:uvm_page_array_fill
162 maxpages, dense, tagmask);
168 maxpages, dense);
173 * if dense or looking for tagged entries (or
  /src/common/lib/libc/gen/
radixtree.c 52 * It's designed to work efficiently with dense index distribution.
54 * depends on the index distribution. Basically, more dense index distribution
808 const bool reverse, const bool dense)
841 if (reverse && !dense) {
863 } else if (dense) {
884 } else if (dense) {
926 * If dense == true, this function stops scanning when it founds a hole of
928 * If dense == false, this function skips holes and continue scanning until
938 * Thus, in the case of dense == false, if index values are important for
942 * In the case of dense == true, a node returned via results[N] is always fo
    [all...]
  /src/sys/arch/atari/dev/
fd.c 776 fdselect(int drive, int head, int dense)
781 printf("fdselect: drive=%d, head=%d, dense=%d\n", drive, head, dense);
787 switch (dense) {

Completed in 14 milliseconds