Lines Matching refs:tsd
6 * contains the allocator tie-ins (and knows about tsd, the event module, etc.).
9 /* Update the peak with current tsd state. */
10 void peak_event_update(tsd_t *tsd);
12 void peak_event_zero(tsd_t *tsd);
13 uint64_t peak_event_max(tsd_t *tsd);
17 uint64_t peak_alloc_new_event_wait(tsd_t *tsd);
18 uint64_t peak_alloc_postponed_event_wait(tsd_t *tsd);
19 void peak_alloc_event_handler(tsd_t *tsd, uint64_t elapsed);
20 uint64_t peak_dalloc_new_event_wait(tsd_t *tsd);
21 uint64_t peak_dalloc_postponed_event_wait(tsd_t *tsd);
22 void peak_dalloc_event_handler(tsd_t *tsd, uint64_t elapsed);