[go: nahoru, domu]

Searched refs:evt_entry (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/gdm72xx/
H A Dgdm_wimax.c37 struct evt_entry { struct
82 static inline struct evt_entry *alloc_event_entry(void)
84 return kmalloc(sizeof(struct evt_entry), GFP_ATOMIC);
87 static inline void free_event_entry(struct evt_entry *e)
92 static struct evt_entry *get_event_entry(void)
94 struct evt_entry *e;
99 e = list_entry(wm_event.freeq.next, struct evt_entry, list);
106 static void put_event_entry(struct evt_entry *e)
131 struct evt_entry *e;
136 e = list_entry(wm_event.evtq.next, struct evt_entry, lis
[all...]
/drivers/scsi/csiostor/
H A Dcsio_hw.c3309 struct csio_evt_msg *evt_entry = NULL; local
3326 evt_entry = list_first_entry(&hw->evt_free_q,
3328 list_del_init(&evt_entry->list);
3331 evt_entry->type = type;
3332 memcpy((void *)evt_entry->data, evt_msg, len);
3333 list_add_tail(&evt_entry->list, &hw->evt_active_q);
3345 struct csio_evt_msg *evt_entry = NULL; local
3370 evt_entry = list_first_entry(&hw->evt_free_q,
3372 list_del_init(&evt_entry->list);
3375 evt_entry
3398 csio_free_evt(struct csio_hw *hw, struct csio_evt_msg *evt_entry) argument
3439 struct list_head *evt_entry, *next_entry; local
3504 struct list_head *evt_entry, *next_entry; local
3878 struct csio_evt_msg *evt_entry; local
[all...]

Completed in 53 milliseconds