Home
last modified time | relevance | path

Searched refs:notready (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/rtw89/
H A Drtw8851b_rfk.c685 bool notready; in _iqk_one_shot() local
754 notready = _iqk_check_cal(rtwdev, path); in _iqk_one_shot()
762 path, ktype, iqk_cmd + 1, notready); in _iqk_one_shot()
764 return notready; in _iqk_one_shot()
772 bool notready; in _rxk_2g_group_sel() local
794 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_RXAGC); in _rxk_2g_group_sel()
803 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_NBRXK); in _rxk_2g_group_sel()
807 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_RXK); in _rxk_2g_group_sel()
814 if (!notready) in _rxk_2g_group_sel()
841 bool notready; in _rxk_5g_group_sel() local
[all …]
/freebsd/contrib/ntp/ntpd/
H A Drefclock_shm.c117 int notready; /* number of peeks without data ready */ member
333 major_error = max(up->notready, up->bad); in shm_poll()
564 up->notready++; in shm_timer()
656 up->ticks, up->good, up->notready, in shm_clockstats()
659 up->ticks = up->good = up->notready = up->bad = up->clash = 0; in shm_clockstats()