Searched refs:nowp (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/sys/net/altq/ |
| HD | altq_rmclass.c | 1276 struct timeval *nowp; in rmc_update_class_util() local 1300 nowp = &ifd->now_[ifd->qo_]; in rmc_update_class_util() 1309 if (TV_LT(nowp, &ifd->ifnow_)) { in rmc_update_class_util() 1318 TV_DELTA(&ifd->ifnow_, nowp, iftime); in rmc_update_class_util() 1322 TV_ADD_DELTA(nowp, ifd->maxiftime_, &ifd->ifnow_); in rmc_update_class_util() 1325 TV_ADD_DELTA(nowp, pkt_time, &ifd->ifnow_); in rmc_update_class_util() 1328 if (TV_LT(nowp, &ifd->ifnow_)) { in rmc_update_class_util() 1331 TV_ADD_DELTA(nowp, pkt_time, &ifd->ifnow_); in rmc_update_class_util() 1371 TV_ADD_DELTA(nowp, tidle, &cl->undertime_); in rmc_update_class_util() 1408 if ((qlen(cl->q_) <= 0) || TV_LT(nowp, &borrowed->undertime_)) { in rmc_update_class_util() [all …]
|
| /dragonfly/sys/net/ip_mroute/ |
| HD | ip_mroute.c | 271 struct timeval *nowp); 272 static void bw_meter_prepare_upcall(struct bw_meter *x, struct timeval *nowp); 274 static void schedule_bw_meter(struct bw_meter *x, struct timeval *nowp); 2408 bw_meter_receive_packet(struct bw_meter *x, int plen, struct timeval *nowp) argument 2413 delta = *nowp; 2422 x->bm_start_time = *nowp; 2441 bw_meter_prepare_upcall(x, nowp); 2460 bw_meter_prepare_upcall(x, nowp); 2464 schedule_bw_meter(x, nowp); 2487 x->bm_start_time = *nowp; [all …]
|
| /dragonfly/usr.bin/w/ |
| HD | w.c | 440 pr_header(time_t *nowp, int nusers) in pr_header() argument 453 localtime(nowp), NULL); in pr_header()
|