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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dfreezer.c77 * @sig_only: if set, the request will only be sent if the task has the
79 * Return value: 'false', if @sig_only is set and the task has
84 * or not it has PF_FREEZER_NOSIG set. If @sig_only is set and the task
88 bool freeze_task(struct task_struct *p, bool sig_only) argument
100 if (!sig_only || should_send_signal(p))
109 } else if (sig_only) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Dprocess.c34 static int try_to_freeze_tasks(bool sig_only) argument
48 if (!sig_only)
58 if (!freeze_task(p, sig_only))
73 if (!sig_only) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfreezer.h63 extern bool freeze_task(struct task_struct *p, bool sig_only);

Completed in 45 milliseconds