Searched refs:tasklet_entry (Results 1 – 1 of 1) sorted by relevance
44 struct tasklet_entry { struct46 STAILQ_ENTRY(tasklet_entry) tasklet_entries; argument52 STAILQ_HEAD(tasklet_list_head, tasklet_entry) tlist = STAILQ_HEAD_INITIALIZER(tlist);53 STAILQ_HEAD(tasklet_hi_list_head, tasklet_entry) tlist_hi = STAILQ_HEAD_INITIALIZER(tlist_hi);77 STAILQ_REMOVE(&which_list, te, tasklet_entry, tasklet_entries); \105 struct tasklet_entry *te, *tmp_te; in tasklet_runner()136 struct tasklet_entry *te; \146 te = kzalloc(sizeof(struct tasklet_entry), M_WAITOK); \