Searched refs:tl_head (Results 1 – 1 of 1) sorted by relevance
763 static void tasklet_action_common(struct tasklet_head *tl_head, in tasklet_action_common() argument769 list = tl_head->head; in tasklet_action_common()770 tl_head->head = NULL; in tasklet_action_common()771 tl_head->tail = &tl_head->head; in tasklet_action_common()800 *tl_head->tail = t; in tasklet_action_common()801 tl_head->tail = &t->next; in tasklet_action_common()