Home
last modified time | relevance | path

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

/src/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()
/src/sys/contrib/dev/rtw89/
H A Drtw8851b_rfk.c742 bool notready; in _iqk_one_shot() local
811 notready = _iqk_check_cal(rtwdev, path); in _iqk_one_shot()
819 path, ktype, iqk_cmd + 1, notready); in _iqk_one_shot()
821 return notready; in _iqk_one_shot()
829 bool notready; in _rxk_2g_group_sel() local
851 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_RXAGC); in _rxk_2g_group_sel()
860 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_NBRXK); in _rxk_2g_group_sel()
864 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_RXK); in _rxk_2g_group_sel()
871 if (!notready) in _rxk_2g_group_sel()
898 bool notready; in _rxk_5g_group_sel() local
[all …]
H A Drtw8852bt_rfk.c926 bool notready = false; in _iqk_check_cal() local
942 notready = true; in _iqk_check_cal()
949 return notready; in _iqk_check_cal()
1130 bool notready = false; in _iqk_2g_tx() local
1155 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_NBTXK); in _iqk_2g_tx()
1164 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_TXK); in _iqk_2g_tx()
1172 if (!notready) in _iqk_2g_tx()
1191 bool notready = false; in _iqk_5g_tx() local
1215 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_NBTXK); in _iqk_5g_tx()
1224 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_TXK); in _iqk_5g_tx()
[all …]
/src/sys/kern/
H A Duipc_usrreq.c1019 bool notready = false; in uipc_stream_sbcheck() local
1025 notready = true; in uipc_stream_sbcheck()
1031 if (!notready) in uipc_stream_sbcheck()
1041 MPASS(sb->uxst_fnrdy == NULL || notready); in uipc_stream_sbcheck()
2462 bool notready, wakeup; in uipc_sendfile() local
2470 notready = flags & PRUS_NOTREADY; in uipc_sendfile()
2490 if (notready) { in uipc_sendfile()
2521 if (m != NULL && !notready) in uipc_sendfile()