Home
last modified time | relevance | path

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

/linux/kernel/
H A Daudit.c555 * This should only be used by the kauditd_thread when it fails to flush the
729 * kauditd_send_queue - Helper for kauditd_thread to flush skb queues
754 /* NOTE: kauditd_thread takes care of all our locking, we just use in kauditd_send_queue()
838 * kauditd_thread - Worker thread to send audit records to userspace
841 static int kauditd_thread(void *dummy) in kauditd_thread() function
1715 kauditd_task = kthread_run(kauditd_thread, NULL, "kauditd"); in audit_init()