Searched refs:twt_annc (Results 1 – 2 of 2) sorted by relevance
173 struct _twt_announce_info *twt_annc) in _twt_announce_info_enqueue() argument178 if (!twt_annc) in _twt_announce_info_enqueue()181 list_add_tail(&twt_annc->list, &twt_annc_q->queue); in _twt_announce_info_enqueue()191 struct _twt_announce_info *twt_annc = NULL; in _twt_announce_info_dequeue() local197 twt_annc = NULL; in _twt_announce_info_dequeue()199 twt_annc = list_first_entry(&twt_annc_q->queue, in _twt_announce_info_dequeue()201 list_del(&twt_annc->list); in _twt_announce_info_dequeue()205 return twt_annc; in _twt_announce_info_dequeue()