Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DeventQ.c32 struct EvtList struct
34 struct EvtList *next; argument
35 struct EvtList *prev; argument
39 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 …]