Lines Matching refs:HvLpEvent
52 static struct HvLpEvent * get_next_hvlpevent(void) in get_next_hvlpevent()
54 struct HvLpEvent * event; in get_next_hvlpevent()
55 event = (struct HvLpEvent *)hvlpevent_queue.hq_current_event; in get_next_hvlpevent()
82 struct HvLpEvent *next_event; in hvlpevent_is_pending()
87 next_event = (struct HvLpEvent *)hvlpevent_queue.hq_current_event; in hvlpevent_is_pending()
93 static void hvlpevent_clear_valid(struct HvLpEvent * event) in hvlpevent_clear_valid()
99 struct HvLpEvent *tmp; in hvlpevent_clear_valid()
105 tmp = (struct HvLpEvent*)((char*)event + 3 * IT_LP_EVENT_ALIGN); in hvlpevent_clear_valid()
108 tmp = (struct HvLpEvent*)((char*)event + 2 * IT_LP_EVENT_ALIGN); in hvlpevent_clear_valid()
111 tmp = (struct HvLpEvent*)((char*)event + 1 * IT_LP_EVENT_ALIGN); in hvlpevent_clear_valid()
122 struct HvLpEvent * event; in process_hvlpevents()