Home
last modified time | relevance | path

Searched refs:PF_FREEZER_NOSIG (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/include/linux/
Dfreezer.h44 return !(p->flags & PF_FREEZER_NOSIG); in should_send_signal()
133 current->flags &= ~(PF_NOFREEZE | PF_FREEZER_NOSIG); in set_freezable_with_signal()
Dsched.h1759 #define PF_FREEZER_NOSIG 0x80000000 /* Freezer won't send signals to it */ macro
/linux-2.6.39/kernel/
Dkthread.c260 current->flags |= PF_NOFREEZE | PF_FREEZER_NOSIG; in kthreadd()