Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/
Dsoftirq.c536 struct tasklet_head *tl_head, in tasklet_action_common() argument
542 list = tl_head->head; in tasklet_action_common()
543 tl_head->head = NULL; in tasklet_action_common()
544 tl_head->tail = &tl_head->head; in tasklet_action_common()
569 *tl_head->tail = t; in tasklet_action_common()
570 tl_head->tail = &t->next; in tasklet_action_common()