Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ecryptfs/
Dkthread.c46 static struct task_struct *ecryptfs_kthread; variable
94 ecryptfs_kthread = kthread_run(&ecryptfs_threadfn, NULL, in ecryptfs_init_kthread()
96 if (IS_ERR(ecryptfs_kthread)) { in ecryptfs_init_kthread()
97 rc = PTR_ERR(ecryptfs_kthread); in ecryptfs_init_kthread()
117 kthread_stop(ecryptfs_kthread); in ecryptfs_destroy_kthread()