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

  /src/sys/dev/ic/
aic79xx.c 5123 bus_size_t new_mod; local in function:ahd_sglist_allocsize
5127 new_mod = sg_list_size % PAGE_SIZE;
5129 if (new_mod > best_mod || new_mod == 0) {
aic79xx.c 5123 bus_size_t new_mod; local in function:ahd_sglist_allocsize
5127 new_mod = sg_list_size % PAGE_SIZE;
5129 if (new_mod > best_mod || new_mod == 0) {

Completed in 65 milliseconds