Searched refs:EvtList (Results 1 – 1 of 1) sorted by relevance
32 struct EvtList struct34 struct EvtList *next; argument35 struct EvtList *prev; argument39 struct EvtList item;46 struct EvtList head;51 static inline void __evtListDel(struct EvtList *prev, struct EvtList *next) in __evtListDel()57 static inline void evtListDel(struct EvtList *entry) in evtListDel()87 struct EvtList *pos, *tmp; in evtQueueFree()105 struct EvtList *item = NULL, *a, *b; in evtQueueEnqueue()112 struct EvtList *pos; in evtQueueEnqueue()[all …]