Searched refs:TASK_FREEZABLE (Results 1 – 10 of 10) sorted by relevance
13 MAX_SCHEDULE_TIMEOUT, TASK_FREEZABLE, TASK_INTERRUPTIBLE, TASK_NORMAL, TASK_UNINTERRUPTIBLE,173 TASK_INTERRUPTIBLE | TASK_FREEZABLE, in wait_interruptible_freezable()
28 pub const TASK_FREEZABLE: c_int = bindings::TASK_FREEZABLE as c_int; constant
671 set_current_state(TASK_KILLABLE|TASK_FREEZABLE); in xfsaild()673 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in xfsaild()
259 TASK_KILLABLE | TASK_FREEZABLE)) { in qcomtee_user_object_dispatch()
790 set_current_state(TASK_IDLE | TASK_FREEZABLE); in svc_handle_xprt() 806 set_current_state(TASK_IDLE | TASK_FREEZABLE); in svc_handle_xprt()
987 TASK_KILLABLE|TASK_FREEZABLE); in __rpc_execute()
448 set_current_state(TASK_UNINTERRUPTIBLE|TASK_FREEZABLE); in pt3_fetch_thread()
18 (TASK_FROZEN, TASK_FREEZABLE and __TASK_FREEZABLE_UNSAFE) used for that.
2719 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in do_freezer_trap()3783 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in do_sigtimedwait()
2711 unsigned int state = TASK_INTERRUPTIBLE | freezable * TASK_FREEZABLE;