Home | History | Annotate | Download | only in linux

Lines Matching refs:freeze

1543  * Check if there is a request to freeze a process
1554 static inline void freeze(struct task_struct *p)
1560 * Sometimes we may need to cancel the previous 'freeze' request
1603 static inline void freeze(struct task_struct *p) { BUG(); }