Searched refs:prune_thread (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/
H A Daudit_tree.c47 static struct task_struct *prune_thread; variable in typeref:struct:task_struct
787 if (prune_thread)
789 prune_thread = kthread_run(prune_tree_thread, NULL,
791 if (IS_ERR(prune_thread)) {
793 prune_thread = NULL;
822 if (unlikely(!prune_thread)) {
965 wake_up_process(prune_thread);

Completed in 73 milliseconds