Searched refs:kswapd (Results 1 – 1 of 1) sorted by relevance
3433 static int kswapd(void *p) in kswapd() function3612 set_cpus_allowed_ptr(pgdat->kswapd, mask); in cpu_callback()3627 if (pgdat->kswapd) in kswapd_run()3630 pgdat->kswapd = kthread_run(kswapd, pgdat, "kswapd%d", nid); in kswapd_run()3631 if (IS_ERR(pgdat->kswapd)) { in kswapd_run()3635 ret = PTR_ERR(pgdat->kswapd); in kswapd_run()3636 pgdat->kswapd = NULL; in kswapd_run()3647 struct task_struct *kswapd = NODE_DATA(nid)->kswapd; in kswapd_stop() local3649 if (kswapd) { in kswapd_stop()3650 kthread_stop(kswapd); in kswapd_stop()[all …]