Home
last modified time | relevance | path

Searched refs:tl_head (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/
H A Dsoftirq.c770 struct tasklet_head *tl_head, in tasklet_action_common() argument
776 list = tl_head->head; in tasklet_action_common()
777 tl_head->head = NULL; in tasklet_action_common()
778 tl_head->tail = &tl_head->head; in tasklet_action_common()
807 *tl_head->tail = t; in tasklet_action_common()
808 tl_head->tail = &t->next; in tasklet_action_common()