Lines Matching defs:frozen
23 * Check if a process has been frozen
25 static inline bool frozen(struct task_struct *p)
95 * complete. However, we don't want kernel threads to be frozen in unexpected
99 * (the child) does a little before exec/exit and it can't be frozen before
107 * target frozen state is reached. IOW, the current task will be
108 * considered frozen enough by freezers.
110 * The caller shouldn't do anything which isn't allowed for a frozen task
147 * freezer_should_skip - whether to skip a task when determining frozen
152 * test whether a task should be skipped when determining the target frozen
154 * frozen enough.
162 * impossible for a task to slip frozen state testing after
171 * task to be frozen. Note that neither return any clear indication of
278 static inline bool frozen(struct task_struct *p)