Searched refs:notready (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/ntp/ntpd/ |
| H A D | refclock_shm.c | 117 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 D | rtw8851b_rfk.c | 742 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 D | rtw8852bt_rfk.c | 926 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 D | uipc_usrreq.c | 1019 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()
|