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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dacpi_pad.c234 static struct task_struct *ps_tsks[NR_CPUS]; variable in typeref:struct:task_struct
240 ps_tsks[ps_tsk_num] = kthread_run(power_saving_thread,
243 rc = IS_ERR(ps_tsks[ps_tsk_num]) ? PTR_ERR(ps_tsks[ps_tsk_num]) : 0;
247 ps_tsks[ps_tsk_num] = NULL;
256 kthread_stop(ps_tsks[ps_tsk_num]);
257 ps_tsks[ps_tsk_num] = NULL;

Completed in 104 milliseconds