Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/xen/gntdev/
H A Dgntdev.c215 static void cleanup_function(void *arg, __unused int pending);
216 static struct task cleanup_task = TASK_INITIALIZER(0, cleanup_function,
937 cleanup_function(void *arg, __unused int pending) in cleanup_function() function