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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dkmemleak.c53 * modifications to the memory scanning parameters including the scan_thread
204 static struct task_struct *scan_thread; variable in typeref:struct:task_struct
1353 if (scan_thread)
1355 scan_thread = kthread_run(kmemleak_scan_thread, NULL, "kmemleak");
1356 if (IS_ERR(scan_thread)) {
1358 scan_thread = NULL;
1368 if (scan_thread) {
1369 kthread_stop(scan_thread);
1370 scan_thread = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dkmemleak.c53 * modifications to the memory scanning parameters including the scan_thread
204 static struct task_struct *scan_thread; variable in typeref:struct:task_struct
1353 if (scan_thread)
1355 scan_thread = kthread_run(kmemleak_scan_thread, NULL, "kmemleak");
1356 if (IS_ERR(scan_thread)) {
1358 scan_thread = NULL;
1368 if (scan_thread) {
1369 kthread_stop(scan_thread);
1370 scan_thread = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/
H A Dcciss.c212 static int scan_thread(void *data);
3579 * scan_thread() - kernel thread used to rescan controllers
3590 static int scan_thread(void *data) function
3648 * *during* the scan_thread's rescan. And the rescan code is not
4950 cciss_scan_thread = kthread_run(scan_thread, NULL, "cciss_scan");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/
H A Dcciss.c212 static int scan_thread(void *data);
3579 * scan_thread() - kernel thread used to rescan controllers
3590 static int scan_thread(void *data) function
3648 * *during* the scan_thread's rescan. And the rescan code is not
4950 cciss_scan_thread = kthread_run(scan_thread, NULL, "cciss_scan");

Completed in 77 milliseconds