Home
last modified time | relevance | path

Searched refs:TASK_FREEZABLE (Results 1 – 24 of 24) sorted by relevance

/linux-6.15/kernel/
H A Dfreezer.c123 if (!(state & (TASK_FREEZABLE | __TASK_STOPPED | __TASK_TRACED))) in __set_task_frozen()
130 if (state & TASK_FREEZABLE) in __set_task_frozen()
H A Dumh.c438 state |= TASK_FREEZABLE; in call_usermodehelper_exec()
H A Dexit.c449 set_current_state(TASK_IDLE|TASK_FREEZABLE); in coredump_task_exit()
H A Dsignal.c2716 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in do_freezer_trap()
3781 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in do_sigtimedwait()
H A Dfork.c1634 unsigned int state = TASK_KILLABLE|TASK_FREEZABLE; in wait_for_vfork_done()
/linux-6.15/rust/kernel/sync/
H A Dcondvar.rs13 MAX_SCHEDULE_TIMEOUT, TASK_FREEZABLE, TASK_INTERRUPTIBLE, TASK_NORMAL, TASK_UNINTERRUPTIBLE,
173 TASK_INTERRUPTIBLE | TASK_FREEZABLE, in wait_interruptible_freezable()
/linux-6.15/rust/kernel/
H A Dtask.rs27 pub const TASK_FREEZABLE: c_int = bindings::TASK_FREEZABLE as c_int; constant
/linux-6.15/kernel/futex/
H A Dwaitwake.c351 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in futex_wait_queue()
447 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in futex_wait_multiple_setup()
/linux-6.15/include/linux/
H A Dwait.h367 ___wait_event(wq_head, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), \
426 (TASK_INTERRUPTIBLE|TASK_FREEZABLE), 0, timeout, \
648 ___wait_event(wq, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), 1, 0,\
H A Dsched.h118 #define TASK_FREEZABLE 0x00002000 macro
128 #define TASK_FREEZABLE_UNSAFE (TASK_FREEZABLE | __TASK_FREEZABLE_UNSAFE)
/linux-6.15/fs/xfs/
H A Dxfs_trans_ail.c648 set_current_state(TASK_KILLABLE|TASK_FREEZABLE); in xfsaild()
650 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in xfsaild()
H A Dxfs_zone_gc.c1066 set_current_state(TASK_INTERRUPTIBLE | TASK_FREEZABLE); in xfs_zoned_gcd()
/linux-6.15/net/sunrpc/
H A Dsvc_xprt.c729 set_current_state(TASK_IDLE | TASK_FREEZABLE); in svc_thread_wait_for_work()
745 set_current_state(TASK_IDLE | TASK_FREEZABLE); in svc_thread_wait_for_work()
H A Dsched.c989 TASK_KILLABLE|TASK_FREEZABLE); in __rpc_execute()
/linux-6.15/drivers/media/pci/pt3/
H A Dpt3.c448 set_current_state(TASK_UNINTERRUPTIBLE|TASK_FREEZABLE); in pt3_fetch_thread()
/linux-6.15/fs/notify/fanotify/
H A Dfanotify.c234 (TASK_KILLABLE|TASK_FREEZABLE)); in fanotify_get_response()
/linux-6.15/fs/
H A Dcoredump.c420 TASK_UNINTERRUPTIBLE|TASK_FREEZABLE); in coredump_wait()
/linux-6.15/fs/bcachefs/
H A Djournal_reclaim.c784 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in bch2_journal_reclaim_thread()
/linux-6.15/Documentation/power/
H A Dfreezing-of-tasks.rst18 (TASK_FROZEN, TASK_FREEZABLE and __TASK_FREEZABLE_UNSAFE) used for that.
/linux-6.15/kernel/time/
H A Dhrtimer.c2096 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in do_nanosleep()
/linux-6.15/mm/
H A Dkhugepaged.c845 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in khugepaged_alloc_sleep()
/linux-6.15/net/unix/
H A Daf_unix.c2547 unsigned int state = TASK_INTERRUPTIBLE | freezable * TASK_FREEZABLE; in unix_stream_data_wait()
/linux-6.15/fs/nfs/
H A Dnfs4proc.c7671 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in nfs4_retry_setlk_simple()
7740 wait_woken(&waiter.wait, TASK_INTERRUPTIBLE|TASK_FREEZABLE, in nfs4_retry_setlk()
/linux-6.15/drivers/android/
H A Dbinder.c4580 prepare_to_wait(&thread->wait, &wait, TASK_INTERRUPTIBLE|TASK_FREEZABLE); in binder_wait_for_work()