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

/freebsd-current/sys/dev/sym/
H A Dsym_hipd.c1675 * We donnot set more than 'iarb_max' consecutive hints for
1677 * By the way, any non zero value of 'iarb_max' is unfair. :)
1680 u_short iarb_max; /* Max. # consecutive IARB hints*/ member in struct:sym_hcb
2888 * not using more than 'iarb_max' consecutive
2891 if (np->last_cp && np->iarb_count < np->iarb_max) {
8658 np->iarb_max = SYM_SETUP_IARB_MAX;
8660 np->iarb_max = 4;

Completed in 114 milliseconds