Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/gntdev/
H A Dgntdev.c214 static void cleanup_function(void *arg, __unused int pending);
215 static struct task cleanup_task = TASK_INITIALIZER(0, cleanup_function,
925 cleanup_function(void *arg, __unused int pending) in cleanup_function() function