Home | History | Annotate | Download | only in linux

Lines Matching defs:frozen

1045 #define PF_FREEZE	0x00004000	/* this task is being frozen for suspend now */
1046 frozen */
1047 #define PF_FROZEN 0x00010000 /* frozen for system suspend */
1535 * Check if a process has been frozen
1537 static inline int frozen(struct task_struct *p)
1551 frozen
1568 * Wake up a frozen process
1572 if (frozen(p)) {
1581 * freezing is complete, mark process as frozen
1601 static inline int frozen(struct task_struct *p) { return 0; }