Searched refs:TASK_FREEZABLE (Results 1 – 21 of 21) sorted by relevance
/linux/kernel/ |
H A D | freezer.c | 123 if (!(state & (TASK_FREEZABLE | __TASK_STOPPED | __TASK_TRACED))) in __set_task_frozen() 130 if (state & TASK_FREEZABLE) in __set_task_frozen()
|
H A D | exit.c | 443 set_current_state(TASK_IDLE|TASK_FREEZABLE); in coredump_task_exit()
|
H A D | signal.c | 2716 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in do_freezer_trap() 3781 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in do_sigtimedwait()
|
H A D | fork.c | 1384 unsigned int state = TASK_KILLABLE|TASK_FREEZABLE; in wait_for_vfork_done()
|
/linux/rust/kernel/sync/ |
H A D | condvar.rs | 13 MAX_SCHEDULE_TIMEOUT, TASK_FREEZABLE, TASK_INTERRUPTIBLE, TASK_NORMAL, TASK_UNINTERRUPTIBLE, 173 TASK_INTERRUPTIBLE | TASK_FREEZABLE, in wait_interruptible_freezable()
|
/linux/rust/kernel/ |
H A D | task.rs | 28 pub const TASK_FREEZABLE: c_int = bindings::TASK_FREEZABLE as c_int; constant
|
/linux/kernel/futex/ |
H A D | waitwake.c | 441 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in futex_wait_multiple_setup() 659 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in __futex_wait()
|
/linux/include/linux/ |
H A D | wait.h | 369 ___wait_event(wq_head, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), \ 428 (TASK_INTERRUPTIBLE|TASK_FREEZABLE), 0, timeout, \ 650 ___wait_event(wq, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), 1, 0,\
|
H A D | sched.h | 119 #define TASK_FREEZABLE 0x00002000 macro 129 #define TASK_FREEZABLE_UNSAFE (TASK_FREEZABLE | __TASK_FREEZABLE_UNSAFE)
|
/linux/fs/xfs/ |
H A D | xfs_trans_ail.c | 648 set_current_state(TASK_KILLABLE|TASK_FREEZABLE); in xfsaild() 650 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in xfsaild()
|
H A D | xfs_zone_gc.c | 1060 set_current_state(TASK_INTERRUPTIBLE | TASK_FREEZABLE); in xfs_zoned_gcd()
|
/linux/net/sunrpc/ |
H A D | svc_xprt.c | 722 set_current_state(TASK_IDLE | TASK_FREEZABLE); in svc_thread_wait_for_work() 738 set_current_state(TASK_IDLE | TASK_FREEZABLE); in svc_thread_wait_for_work()
|
H A D | sched.c | 989 TASK_KILLABLE|TASK_FREEZABLE); in __rpc_execute()
|
/linux/fs/bcachefs/ |
H A D | journal_reclaim.c | 785 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in bch2_journal_reclaim_thread()
|
/linux/Documentation/power/ |
H A D | freezing-of-tasks.rst | 18 (TASK_FROZEN, TASK_FREEZABLE and __TASK_FREEZABLE_UNSAFE) used for that.
|
/linux/fs/ |
H A D | coredump.c | 535 TASK_UNINTERRUPTIBLE|TASK_FREEZABLE); in coredump_wait()
|
/linux/kernel/time/ |
H A D | hrtimer.c | 2096 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in do_nanosleep()
|
/linux/mm/ |
H A D | khugepaged.c | 843 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in khugepaged_alloc_sleep()
|
/linux/net/unix/ |
H A D | af_unix.c | 2725 unsigned int state = TASK_INTERRUPTIBLE | freezable * TASK_FREEZABLE; in unix_stream_data_wait()
|
/linux/fs/nfs/ |
H A D | nfs4proc.c | 7688 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in nfs4_retry_setlk_simple() 7757 wait_woken(&waiter.wait, TASK_INTERRUPTIBLE|TASK_FREEZABLE, in nfs4_retry_setlk()
|
/linux/drivers/android/ |
H A D | binder.c | 4578 prepare_to_wait(&thread->wait, &wait, TASK_INTERRUPTIBLE|TASK_FREEZABLE); in binder_wait_for_work()
|