Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dsoftirq.c763 static void tasklet_action_common(struct tasklet_head *tl_head, in tasklet_action_common() argument
769 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()