OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ellist_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/altq/
altq_hfsc.h
224
typedef TAILQ_HEAD(_eligible, hfsc_class)
ellist_t
;
typedef
308
ellist_t
*hif_eligible; /* eligible list */
altq_hfsc.c
110
static
ellist_t
*ellist_alloc(void);
111
static void ellist_destroy(
ellist_t
*);
115
struct hfsc_class *ellist_get_mindl(
ellist_t
*, u_int64_t);
1173
static
ellist_t
*
1176
ellist_t
*head;
1178
head = malloc(sizeof(
ellist_t
), M_DEVBUF, M_WAITOK);
1184
ellist_destroy(
ellist_t
*head)
1258
ellist_get_mindl(
ellist_t
*head, u_int64_t cur_time)
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025