Searched refs:last_time (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dat_aarp.h115 time_t last_time; /* the last time that this addr member in struct:__anon333
158 if (at->last_time == 0) \
H A Dddp_aarp.c516 amt_ptr->last_time = timenow.tv_sec;
680 if (at->last_time < at_ret->last_time && (at->m == NULL))
712 amt_ptr->last_time = (int)random();
734 amt_ptr->last_time = 0;
970 /* last_time will be 0 if entry was never used */
971 if (amtp->last_time) {
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_fairq.h144 u_int64_t last_time; member in struct:fairq_bucket
H A Dpktsched_fairq.c963 delta = (cur_time - b->last_time);
968 b->last_time = cur_time;
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_udp.c672 static uint64_t last_time = (uint64_t) -1; local
698 if (last_time == (uint64_t) -1 ||
699 ((cur_time - last_time) > throttle_val)) {
703 last_time = cur_time;

Completed in 39 milliseconds