Searched refs:hs_wd (Results 1 – 1 of 1) sorted by relevance
47 struct whod hs_wd; member51 #define ISDOWN(h) (now - (h)->hs_wd.wd_recvtime > 11 * 60)158 strcmp(HS(a1)->hs_wd.wd_hostname, HS(a2)->hs_wd.wd_hostname)); in hscmp()174 (HS(a2)->hs_wd.wd_loadav[0] - HS(a1)->hs_wd.wd_loadav[0])); in lcmp()211 wd = &hsp->hs_wd; in ruptime()255 wd = &hsp->hs_wd; in ruptime()259 interval(now - hsp->hs_wd.wd_recvtime, "down")); in ruptime()297 (ISDOWN(HS(a2)) ? HS(a2)->hs_wd.wd_recvtime - now in tcmp()298 : HS(a2)->hs_wd.wd_sendtime - HS(a2)->hs_wd.wd_boottime) in tcmp()300 (ISDOWN(HS(a1)) ? HS(a1)->hs_wd.wd_recvtime - now in tcmp()[all …]