HomeSort by: relevance | last modified time | path
    Searched defs:best_list_size (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
aic79xx.c 5101 bus_size_t best_list_size; local in function:ahd_sglist_allocsize
5115 best_list_size = sg_list_size;
5128 best_mod = best_list_size % PAGE_SIZE;
5130 best_list_size = sg_list_size;
5133 return (best_list_size);

Completed in 16 milliseconds