Home
last modified time | relevance | path

Searched refs:nowp (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/net/altq/
H A Daltq_rmclass.c1276 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/
H A Dip_mroute.c271 struct timeval *nowp);
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;
2500 bw_meter_prepare_upcall(struct bw_meter *x, struct timeval *nowp) argument
2510 delta = *nowp;
2610 schedule_bw_meter(struct bw_meter *x, struct timeval *nowp) argument
[all …]
/dragonfly/usr.bin/w/
H A Dw.c440 pr_header(time_t *nowp, int nusers) in pr_header() argument
453 localtime(nowp), NULL); in pr_header()