Home
last modified time | relevance | path

Searched refs:TASK_FREEZABLE (Results 1 – 10 of 10) 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/rust/kernel/
H A Dtask.rs28 pub const TASK_FREEZABLE: c_int = bindings::TASK_FREEZABLE as c_int; constant
/linux/fs/xfs/
H A Dxfs_trans_ail.c671 set_current_state(TASK_KILLABLE|TASK_FREEZABLE); in xfsaild()
673 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in xfsaild()
/linux/drivers/tee/qcomtee/
H A Duser_obj.c259 TASK_KILLABLE | TASK_FREEZABLE)) { in qcomtee_user_object_dispatch()
/linux/net/sunrpc/
H A Dsvc_xprt.c790 set_current_state(TASK_IDLE | TASK_FREEZABLE); in svc_handle_xprt()
806 set_current_state(TASK_IDLE | TASK_FREEZABLE); in svc_handle_xprt()
H A Dsched.c987 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/Documentation/power/
H A Dfreezing-of-tasks.rst18 (TASK_FROZEN, TASK_FREEZABLE and __TASK_FREEZABLE_UNSAFE) used for that.
/linux/kernel/
H A Dsignal.c2719 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in do_freezer_trap()
3783 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in do_sigtimedwait()
/linux/net/unix/
H A Daf_unix.c2711 unsigned int state = TASK_INTERRUPTIBLE | freezable * TASK_FREEZABLE;