Home
last modified time | relevance | path

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

/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()
/freebsd/sys/contrib/dev/rtw89/
H A Drtw8851b_rfk.c732 "[IQK]S%x, ret = %d, notready = %x fail=%d,%d\n", in _iqk_check_cal()
742 bool notready; in _iqk_check_cal()
811 notready = _iqk_check_cal(rtwdev, path); in _iqk_one_shot()
818 "[IQK]S%x, ktype= %x, id = %x, notready = %x\n", 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 _iqk_one_shot()
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 in _rxk_2g_group_sel()
750 bool notready; _iqk_one_shot() local
837 bool notready; _rxk_2g_group_sel() local
906 bool notready; _rxk_5g_group_sel() local
982 bool notready; _iqk_5g_nbrxk() local
1048 bool notready; _iqk_2g_nbrxk() local
1154 bool notready; _txk_5g_group_sel() local
1204 bool notready; _txk_2g_group_sel() local
1254 bool notready; _iqk_5g_nbtxk() local
1298 bool notready; _iqk_2g_nbtxk() 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 in _iqk_5g_tx()
1318 bool notready = false; _iqk_2g_rx() local
1403 bool notready = false; _iqk_5g_rx() local
[all...]
/freebsd/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()