HomeSort by: relevance | last modified time | path
    Searched refs:TSLIST (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/altq/
altq_jobs.h 76 typedef TAILQ_HEAD(_timestamps, _tsentry) TSLIST;
284 TSLIST *arv_tm; /* list of timestamps */
altq_jobs.c 126 static TSLIST *tslist_alloc(void);
956 static TSLIST *
959 TSLIST *list_init;
961 list_init = malloc(sizeof(TSLIST), M_DEVBUF, M_WAITOK);

Completed in 72 milliseconds