Lines Matching full:frozen
23 * Check if a process has been frozen
25 static inline bool frozen(struct task_struct *p) in frozen() function
87 * complete. However, we don't want kernel threads to be frozen in unexpected
91 * (the child) does a little before exec/exit and it can't be frozen before
100 * target frozen state is reached. IOW, the current task will be
101 * considered frozen enough by freezers.
103 * The caller shouldn't do anything which isn't allowed for a frozen task
140 * freezer_should_skip - whether to skip a task when determining frozen
145 * test whether a task should be skipped when determining the target frozen
147 * frozen enough.
155 * impossible for a task to slip frozen state testing after in freezer_should_skip()
164 * task to be frozen. Note that neither return any clear indication of
272 static inline bool frozen(struct task_struct *p) { return false; } in frozen() function