Searched refs:evt_entry (Results 1 – 2 of 2) sorted by relevance
37 struct evt_entry { struct82 static inline struct evt_entry *alloc_event_entry(void) in alloc_event_entry()84 return kmalloc(sizeof(struct evt_entry), GFP_ATOMIC); in alloc_event_entry()87 static inline void free_event_entry(struct evt_entry *e) in free_event_entry()92 static struct evt_entry *get_event_entry(void) in get_event_entry()94 struct evt_entry *e; in get_event_entry()99 e = list_entry(wm_event.freeq.next, struct evt_entry, list); in get_event_entry()106 static void put_event_entry(struct evt_entry *e) in put_event_entry()131 struct evt_entry *e; in __gdm_wimax_event_send()132 struct evt_entry *tmp; in __gdm_wimax_event_send()[all …]
3318 struct csio_evt_msg *evt_entry = NULL; in csio_enqueue_evt() local3335 evt_entry = list_first_entry(&hw->evt_free_q, in csio_enqueue_evt()3337 list_del_init(&evt_entry->list); in csio_enqueue_evt()3340 evt_entry->type = type; in csio_enqueue_evt()3341 memcpy((void *)evt_entry->data, evt_msg, len); in csio_enqueue_evt()3342 list_add_tail(&evt_entry->list, &hw->evt_active_q); in csio_enqueue_evt()3354 struct csio_evt_msg *evt_entry = NULL; in csio_enqueue_evt_lock() local3379 evt_entry = list_first_entry(&hw->evt_free_q, in csio_enqueue_evt_lock()3381 list_del_init(&evt_entry->list); in csio_enqueue_evt_lock()3384 evt_entry->type = type; in csio_enqueue_evt_lock()[all …]