Searched refs:TASK_FREEZABLE (Results 1 – 21 of 21) sorted by relevance
| /linux/kernel/ |
| A D | freezer.c | 123 if (!(state & (TASK_FREEZABLE | __TASK_STOPPED | __TASK_TRACED))) in __set_task_frozen() 130 if (state & TASK_FREEZABLE) in __set_task_frozen()
|
| A D | umh.c | 439 state |= TASK_FREEZABLE; in call_usermodehelper_exec()
|
| A D | exit.c | 431 set_current_state(TASK_IDLE|TASK_FREEZABLE); in coredump_task_exit()
|
| A D | signal.c | 2600 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in do_freezer_trap() 3665 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in do_sigtimedwait()
|
| A D | fork.c | 1575 unsigned int state = TASK_KILLABLE|TASK_FREEZABLE; in wait_for_vfork_done()
|
| /linux/kernel/futex/ |
| A D | waitwake.c | 352 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in futex_wait_queue() 448 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in futex_wait_multiple_setup()
|
| /linux/include/linux/ |
| A D | wait.h | 363 ___wait_event(wq_head, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), \ 422 (TASK_INTERRUPTIBLE|TASK_FREEZABLE), 0, timeout, \ 644 ___wait_event(wq, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), 1, 0,\
|
| A D | sched.h | 116 #define TASK_FREEZABLE 0x00002000 macro 126 #define TASK_FREEZABLE_UNSAFE (TASK_FREEZABLE | __TASK_FREEZABLE_UNSAFE)
|
| /linux/fs/xfs/ |
| A D | xfs_trans_ail.c | 653 set_current_state(TASK_KILLABLE|TASK_FREEZABLE); in xfsaild() 655 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in xfsaild()
|
| /linux/net/sunrpc/ |
| A D | svc_xprt.c | 737 set_current_state(TASK_IDLE | TASK_FREEZABLE); in svc_thread_wait_for_work() 753 set_current_state(TASK_IDLE | TASK_FREEZABLE); in svc_thread_wait_for_work()
|
| A D | sched.c | 989 TASK_KILLABLE|TASK_FREEZABLE); in __rpc_execute()
|
| /linux/drivers/media/pci/pt3/ |
| A D | pt3.c | 448 set_current_state(TASK_UNINTERRUPTIBLE|TASK_FREEZABLE); in pt3_fetch_thread()
|
| /linux/fs/bcachefs/ |
| A D | journal_reclaim.c | 751 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in bch2_journal_reclaim_thread()
|
| /linux/fs/notify/fanotify/ |
| A D | fanotify.c | 233 (TASK_KILLABLE|TASK_FREEZABLE)); in fanotify_get_response()
|
| /linux/fs/ |
| A D | coredump.c | 419 TASK_UNINTERRUPTIBLE|TASK_FREEZABLE); in coredump_wait()
|
| /linux/Documentation/power/ |
| A D | freezing-of-tasks.rst | 18 (TASK_FROZEN, TASK_FREEZABLE and __TASK_FREEZABLE_UNSAFE) used for that.
|
| /linux/kernel/time/ |
| A D | hrtimer.c | 2028 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in do_nanosleep()
|
| /linux/mm/ |
| A D | khugepaged.c | 841 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in khugepaged_alloc_sleep()
|
| /linux/net/unix/ |
| A D | af_unix.c | 2562 unsigned int state = TASK_INTERRUPTIBLE | freezable * TASK_FREEZABLE; in unix_stream_data_wait()
|
| /linux/fs/nfs/ |
| A D | nfs4proc.c | 7616 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in nfs4_retry_setlk_simple() 7685 wait_woken(&waiter.wait, TASK_INTERRUPTIBLE|TASK_FREEZABLE, in nfs4_retry_setlk()
|
| /linux/drivers/android/ |
| A D | binder.c | 4577 prepare_to_wait(&thread->wait, &wait, TASK_INTERRUPTIBLE|TASK_FREEZABLE); in binder_wait_for_work()
|
Completed in 94 milliseconds