Searched refs:TASK_FREEZABLE (Results 1 – 18 of 18) sorted by relevance
| /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/fs/xfs/ |
| H A D | xfs_trans_ail.c | 671 set_current_state(TASK_KILLABLE|TASK_FREEZABLE); in xfsaild() 673 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in xfsaild()
|
| H A D | xfs_zone_gc.c | 1099 set_current_state(TASK_INTERRUPTIBLE | TASK_FREEZABLE); in xfs_zoned_gcd()
|
| /linux/kernel/ |
| H A D | umh.c | 438 state |= TASK_FREEZABLE; in call_usermodehelper_exec()
|
| H A D | exit.c | 442 set_current_state(TASK_IDLE|TASK_FREEZABLE); in coredump_task_exit()
|
| H A D | fork.c | 1433 unsigned int state = TASK_KILLABLE|TASK_FREEZABLE; in wait_for_vfork_done()
|
| /linux/drivers/tee/qcomtee/ |
| H A D | user_obj.c | 259 TASK_KILLABLE | TASK_FREEZABLE)) { in qcomtee_user_object_dispatch()
|
| /linux/net/sunrpc/ |
| H A D | svc_xprt.c | 756 set_current_state(TASK_IDLE | TASK_FREEZABLE); in svc_add_new_temp_xprt() 772 set_current_state(TASK_IDLE | TASK_FREEZABLE); in svc_handle_xprt()
|
| H A D | sched.c | 987 TASK_KILLABLE|TASK_FREEZABLE); in __rpc_execute()
|
| /linux/include/linux/ |
| H A D | sched.h | 124 #define TASK_FREEZABLE 0x00002000 macro 134 #define TASK_FREEZABLE_UNSAFE (TASK_FREEZABLE | __TASK_FREEZABLE_UNSAFE)
|
| /linux/drivers/media/pci/pt3/ |
| H A D | pt3.c | 448 set_current_state(TASK_UNINTERRUPTIBLE|TASK_FREEZABLE); in pt3_fetch_thread()
|
| /linux/fs/notify/fanotify/ |
| H A D | fanotify.c | 234 (TASK_KILLABLE|TASK_FREEZABLE)); in fanotify_get_response()
|
| /linux/Documentation/power/ |
| H A D | freezing-of-tasks.rst | 18 (TASK_FROZEN, TASK_FREEZABLE and __TASK_FREEZABLE_UNSAFE) used for that.
|
| /linux/kernel/time/ |
| H A D | hrtimer.c | 2289 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in do_nanosleep()
|
| /linux/net/unix/ |
| H A D | af_unix.c | 2717 unsigned int state = TASK_INTERRUPTIBLE | freezable * TASK_FREEZABLE; in unix_stream_data_wait()
|
| /linux/fs/nfs/ |
| H A D | nfs4proc.c | 7623 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in nfs4_retry_setlk_simple() 7691 wait_woken(&waiter.wait, TASK_INTERRUPTIBLE|TASK_FREEZABLE, in nfs4_retry_setlk()
|
| /linux/drivers/android/ |
| H A D | binder.c | 4652 prepare_to_wait(&thread->wait, &wait, TASK_INTERRUPTIBLE|TASK_FREEZABLE); in binder_wait_for_work()
|