Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_conf.c60 static void destroy_dev_tq(void *ctx, int pending);
1428 static struct task dev_dtr_task = TASK_INITIALIZER(0, destroy_dev_tq, NULL);
1431 destroy_dev_tq(void *ctx, int pending) in destroy_dev_tq() function