Lines Matching defs:time

87 /** Internal data structure storing the srTCM run-time context per metered traffic flow. */
90 /** Internal data structure storing the trTCM run-time context per metered traffic flow. */
94 * Internal data structure storing the trTCM RFC4115 run-time context per
189 * srTCM profile specified at srTCM object creation time
190 * @param time
191 * Current CPU time stamp (measured in CPU cycles)
200 uint64_t time,
209 * srTCM profile specified at srTCM object creation time
210 * @param time
211 * Current CPU time stamp (measured in CPU cycles)
222 uint64_t time,
232 * trTCM profile specified at trTCM object creation time
233 * @param time
234 * Current CPU time stamp (measured in CPU cycles)
243 uint64_t time,
252 * trTCM profile specified at trTCM object creation time
253 * @param time
254 * Current CPU time stamp (measured in CPU cycles)
265 uint64_t time,
275 * trTCM profile specified at trTCM object creation time
276 * @param time
277 * Current CPU time stamp (measured in CPU cycles)
287 uint64_t time,
296 * trTCM profile specified at trTCM object creation time
297 * @param time
298 * Current CPU time stamp (measured in CPU cycles)
310 uint64_t time,
315 * Inline implementation of run-time methods
329 /* Internal data structure storing the srTCM run-time context per metered traffic flow. */
331 uint64_t time; /* Time of latest update of C and E token buckets */
352 * Internal data structure storing the trTCM run-time context per metered
382 * Internal data structure storing the trTCM RFC4115 run-time context per
399 uint64_t time,
405 time_diff = time - m->time;
407 m->time += n_periods * p->cir_period;
440 uint64_t time,
447 time_diff = time - m->time;
449 m->time += n_periods * p->cir_period;
482 uint64_t time,
488 time_diff_tc = time - m->time_tc;
489 time_diff_tp = time - m->time_tp;
524 uint64_t time,
531 time_diff_tc = time - m->time_tc;
532 time_diff_tp = time - m->time_tp;
568 uint64_t time,
574 time_diff_tc = time - m->time_tc;
575 time_diff_te = time - m->time_te;
611 uint64_t time,
618 time_diff_tc = time - m->time_tc;
619 time_diff_te = time - m->time_te;