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

/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_linux.h26 struct task_struct *bgThread; /* Background thread for this device */ member in struct:yaffs_LinuxContext
H A Dyaffs_vfs_glue.c2406 context->bgThread = kthread_run(yaffs_bg_thread_fn,
2409 if(IS_ERR(context->bgThread)){
2410 retval = PTR_ERR(context->bgThread);
2411 context->bgThread = NULL;
2423 if( ctxt->bgThread){
2424 kthread_stop(ctxt->bgThread);
2425 ctxt->bgThread = NULL;
3052 if(!context->bgThread)

Completed in 29 milliseconds