Home
last modified time | relevance | path

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

/linux/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/include/linux/ !
H A Dlivepatch_sched.h17 READ_ONCE(curr->__state) & TASK_FREEZABLE) in klp_sched_try_switch()
H A Dwait.h369 ___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,\
/linux/rust/kernel/ !
H A Dtask.rs28 pub const TASK_FREEZABLE: c_int = bindings::TASK_FREEZABLE as c_int; constant
/linux/kernel/futex/ !
H A Dwaitwake.c441 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in futex_wait_multiple_setup()
659 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in futex_wait_setup()
/linux/kernel/locking/ !
H A Dpercpu-rwsem.c161 (freeze ? TASK_FREEZABLE : 0)); in percpu_rwsem_wait()
/linux/kernel/ !
H A Dumh.c438 state |= TASK_FREEZABLE; in call_usermodehelper_exec()
H A Dexit.c443 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.c1384 unsigned int state = TASK_KILLABLE|TASK_FREEZABLE; in wait_for_vfork_done()
/linux/net/sunrpc/ !
H A Dsvc_xprt.c722 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 Dsched.c989 TASK_KILLABLE|TASK_FREEZABLE); in __rpc_execute()
/linux/drivers/media/pci/pt3/ !
H A Dpt3.c448 set_current_state(TASK_UNINTERRUPTIBLE|TASK_FREEZABLE); in pt3_fetch_thread()
/linux/fs/notify/fanotify/ !
H A Dfanotify.c234 (TASK_KILLABLE|TASK_FREEZABLE)); in fanotify_get_response()
/linux/fs/bcachefs/ !
H A Djournal_reclaim.c785 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in bch2_journal_reclaim_thread()
/linux/fs/xfs/ !
H A Dxfs_zone_gc.c1060 set_current_state(TASK_INTERRUPTIBLE | TASK_FREEZABLE); in xfs_zoned_gcd()
/linux/Documentation/power/ !
H A Dfreezing-of-tasks.rst18 (TASK_FROZEN, TASK_FREEZABLE and __TASK_FREEZABLE_UNSAFE) used for that.
/linux/kernel/time/ !
H A Dhrtimer.c2096 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in do_nanosleep()
/linux/mm/ !
H A Dkhugepaged.c843 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in khugepaged_alloc_sleep()
/linux/net/unix/ !
H A Daf_unix.c2725 unsigned int state = TASK_INTERRUPTIBLE | freezable * TASK_FREEZABLE; in unix_stream_data_wait()
/linux/fs/nfs/ !
H A Dnfs4proc.c7688 __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 Dbinder.c4578 prepare_to_wait(&thread->wait, &wait, TASK_INTERRUPTIBLE|TASK_FREEZABLE); in binder_wait_for_work()