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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/cifs/
H A Dcifsfs.c69 /* extern struct task_struct * dnotifyThread; remove sparse warning */
70 static struct task_struct * dnotifyThread = NULL; variable in typeref:struct:task_struct
1006 dnotifyThread = kthread_run(cifs_dnotify_thread, NULL, "cifsdnotifyd");
1007 if (IS_ERR(dnotifyThread)) {
1008 rc = PTR_ERR(dnotifyThread);
1044 kthread_stop(dnotifyThread);

Completed in 72 milliseconds