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

/freebsd-current/sys/dev/sym/
H A Dsym_hipd.c1602 u_char minsync_dt; /* Min sync period factor (DT) */ member in struct:sym_hcb
2548 np->minsync_dt = 9;
2724 tp->tinfo.user.period = np->minsync_dt;
5753 if (per < np->minsync_dt)
5754 {chg = 1; per = np->minsync_dt;}
8184 if (tip->period < np->minsync_dt)
8185 tip->period = np->minsync_dt;

Completed in 136 milliseconds