Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dkthread.c31 static struct task_struct *ecryptfs_kthread; variable
79 ecryptfs_kthread = kthread_run(&ecryptfs_threadfn, NULL, in ecryptfs_init_kthread()
81 if (IS_ERR(ecryptfs_kthread)) { in ecryptfs_init_kthread()
82 rc = PTR_ERR(ecryptfs_kthread); in ecryptfs_init_kthread()
102 kthread_stop(ecryptfs_kthread); in ecryptfs_destroy_kthread()
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Dkthread.c31 static struct task_struct *ecryptfs_kthread; variable
79 ecryptfs_kthread = kthread_run(&ecryptfs_threadfn, NULL, in ecryptfs_init_kthread()
81 if (IS_ERR(ecryptfs_kthread)) { in ecryptfs_init_kthread()
82 rc = PTR_ERR(ecryptfs_kthread); in ecryptfs_init_kthread()
102 kthread_stop(ecryptfs_kthread); in ecryptfs_destroy_kthread()

Completed in 1 milliseconds