Home
last modified time | relevance | path

Searched refs:ev_table (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Devent_callback.h25 struct ev_table { struct
34 TAILQ_ENTRY(ev_table) link; /**< TAILQ link */ argument
43 struct ev_table *evt; /**< pointer to `struct ev_table` in
54 TAILQ_HEAD(, ev_table) evth;
/mOS-networking-stack/core/src/
H A Devent_callback.c72 sizeof(struct ev_table) * num_evt, 0))) { in InitEvent()
127 struct ev_table *walk, *tmp; in CleanupEvB()
143 struct ev_table *cur_evt = evp->evt; in RegCbWCpy()
224 struct ev_table *cur_evt = evp->evt; in RegCbWoCpy()
283 struct ev_table *evt = evp->evt; in UnregCb()
331 static inline struct ev_table *
335 struct ev_table *cur_evt = evp->evt; in FindReusableEvT()
336 struct ev_table *walk; in FindReusableEvT()
381 struct ev_table *evt = evp->evt; in ModCb()
394 struct ev_table *nevt; in ModCb()
[all …]