Searched refs:ps_tsk_num (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.c235 static unsigned int ps_tsk_num; variable
240 ps_tsks[ps_tsk_num] = kthread_run(power_saving_thread,
241 (void *)(unsigned long)ps_tsk_num,
242 "power_saving/%d", ps_tsk_num);
243 rc = IS_ERR(ps_tsks[ps_tsk_num]) ? PTR_ERR(ps_tsks[ps_tsk_num]) : 0;
245 ps_tsk_num++;
247 ps_tsks[ps_tsk_num] = NULL;
254 if (ps_tsk_num > 0) {
255 ps_tsk_num
[all...]

Completed in 63 milliseconds