Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_rmclass.c1257 struct timeval *nowp; in rmc_update_class_util() local
1281 nowp = &ifd->now_[ifd->qo_]; in rmc_update_class_util()
1290 if (TV_LT(nowp, &ifd->ifnow_)) { in rmc_update_class_util()
1299 TV_DELTA(&ifd->ifnow_, nowp, iftime); in rmc_update_class_util()
1303 TV_ADD_DELTA(nowp, ifd->maxiftime_, &ifd->ifnow_); in rmc_update_class_util()
1306 TV_ADD_DELTA(nowp, pkt_time, &ifd->ifnow_); in rmc_update_class_util()
1309 if (TV_LT(nowp, &ifd->ifnow_)) { in rmc_update_class_util()
1312 TV_ADD_DELTA(nowp, pkt_time, &ifd->ifnow_); in rmc_update_class_util()
1352 TV_ADD_DELTA(nowp, tidle, &cl->undertime_); in rmc_update_class_util()
1389 if ((qlen(cl->q_) <= 0) || TV_LT(nowp, &borrowed->undertime_)) { in rmc_update_class_util()
[all …]
/f-stack/freebsd/netinet/
H A Dip_mroute.c1919 bw_meter_receive_packet(struct bw_meter *x, int plen, struct timeval *nowp) in bw_meter_receive_packet() argument
1925 delta = *nowp; in bw_meter_receive_packet()
1934 x->bm_start_time = *nowp; in bw_meter_receive_packet()
1953 bw_meter_prepare_upcall(x, nowp); in bw_meter_receive_packet()
1972 bw_meter_prepare_upcall(x, nowp); in bw_meter_receive_packet()
1976 schedule_bw_meter(x, nowp); in bw_meter_receive_packet()
1999 x->bm_start_time = *nowp; in bw_meter_receive_packet()
2011 bw_meter_prepare_upcall(struct bw_meter *x, struct timeval *nowp) in bw_meter_prepare_upcall() argument
2021 delta = *nowp; in bw_meter_prepare_upcall()
2121 schedule_bw_meter(struct bw_meter *x, struct timeval *nowp) in schedule_bw_meter() argument
[all …]