Searched refs:TASK_FREEZABLE (Results 1 - 20 of 20) sorted by relevance

/linux-master/kernel/
H A Dfreezer.c118 if (!(state & (TASK_FREEZABLE | __TASK_STOPPED | __TASK_TRACED)))
122 * Only TASK_NORMAL can be augmented with TASK_FREEZABLE, since they
125 if (state & TASK_FREEZABLE)
143 /* TASK_FREEZABLE|TASK_STOPPED|TASK_TRACED -> TASK_FROZEN */
180 * here. For tasks which were TASK_NORMAL | TASK_FREEZABLE, their initial state
H A Dumh.c439 state |= TASK_FREEZABLE;
H A Dexit.c436 set_current_state(TASK_UNINTERRUPTIBLE|TASK_FREEZABLE);
H A Dsignal.c2600 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE);
3658 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE);
H A Dfork.c1588 unsigned int state = TASK_KILLABLE|TASK_FREEZABLE;
/linux-master/include/linux/
H A Dwait.h363 ___wait_event(wq_head, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), \
422 (TASK_INTERRUPTIBLE|TASK_FREEZABLE), 0, timeout, \
644 ___wait_event(wq, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), 1, 0,\
H A Dsched.h112 #define TASK_FREEZABLE 0x00002000 macro
122 #define TASK_FREEZABLE_UNSAFE (TASK_FREEZABLE | __TASK_FREEZABLE_UNSAFE)
/linux-master/kernel/futex/
H A Dwaitwake.c352 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE);
448 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE);
/linux-master/fs/xfs/
H A Dxfs_trans_ail.c607 set_current_state(TASK_KILLABLE|TASK_FREEZABLE);
609 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE);
/linux-master/net/sunrpc/
H A Dsvc_xprt.c720 set_current_state(TASK_IDLE | TASK_FREEZABLE);
736 set_current_state(TASK_IDLE | TASK_FREEZABLE);
H A Dsched.c987 TASK_KILLABLE|TASK_FREEZABLE);
/linux-master/drivers/media/pci/pt3/
H A Dpt3.c448 set_current_state(TASK_UNINTERRUPTIBLE|TASK_FREEZABLE);
/linux-master/fs/
H A Dcoredump.c415 TASK_UNINTERRUPTIBLE|TASK_FREEZABLE);
/linux-master/fs/notify/fanotify/
H A Dfanotify.c233 (TASK_KILLABLE|TASK_FREEZABLE));
/linux-master/fs/bcachefs/
H A Djournal_reclaim.c738 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE);
/linux-master/kernel/time/
H A Dhrtimer.c2047 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE);
/linux-master/mm/
H A Dkhugepaged.c825 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE);
/linux-master/net/unix/
H A Daf_unix.c2556 unsigned int state = TASK_INTERRUPTIBLE | freezable * TASK_FREEZABLE;
/linux-master/fs/nfs/
H A Dnfs4proc.c7458 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE);
7527 wait_woken(&waiter.wait, TASK_INTERRUPTIBLE|TASK_FREEZABLE,
/linux-master/drivers/android/
H A Dbinder.c4310 prepare_to_wait(&thread->wait, &wait, TASK_INTERRUPTIBLE|TASK_FREEZABLE);

Completed in 308 milliseconds