Home
last modified time | relevance | path

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

/NextBSD/sys/dev/re/
HDif_re.c275 static void re_int_task (void *, int);
1647 TASK_INIT(&sc->rl_inttask, 0, re_int_task, sc); in re_attach()
2562 re_int_task(void *arg, int npending) in re_int_task() function