Searched refs:TASK_FREEZABLE (Results 1 – 17 of 17) sorted by relevance
/Linux-v6.1/kernel/ |
D | freezer.c | 114 if (!(state & (TASK_FREEZABLE | __TASK_STOPPED | __TASK_TRACED))) in __set_task_frozen() 121 if (state & TASK_FREEZABLE) in __set_task_frozen()
|
D | umh.c | 445 state |= TASK_FREEZABLE; in call_usermodehelper_exec()
|
D | exit.c | 382 set_current_state(TASK_UNINTERRUPTIBLE|TASK_FREEZABLE); in coredump_task_exit()
|
D | signal.c | 2552 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in do_freezer_trap() 3604 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in do_sigtimedwait()
|
D | fork.c | 1426 unsigned int state = TASK_UNINTERRUPTIBLE|TASK_KILLABLE|TASK_FREEZABLE; in wait_for_vfork_done()
|
/Linux-v6.1/kernel/futex/ |
D | waitwake.c | 337 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in futex_wait_queue() 433 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in futex_wait_multiple_setup()
|
/Linux-v6.1/include/linux/ |
D | wait.h | 364 ___wait_event(wq_head, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), \ 423 (TASK_INTERRUPTIBLE|TASK_FREEZABLE), 0, timeout, \ 645 ___wait_event(wq, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), 1, 0,\
|
D | sched.h | 102 #define TASK_FREEZABLE 0x00002000 macro 112 #define TASK_FREEZABLE_UNSAFE (TASK_FREEZABLE | __TASK_FREEZABLE_UNSAFE)
|
/Linux-v6.1/fs/xfs/ |
D | xfs_trans_ail.c | 605 set_current_state(TASK_KILLABLE|TASK_FREEZABLE); in xfsaild() 607 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in xfsaild()
|
/Linux-v6.1/drivers/media/pci/pt3/ |
D | pt3.c | 448 set_current_state(TASK_UNINTERRUPTIBLE|TASK_FREEZABLE); in pt3_fetch_thread()
|
/Linux-v6.1/fs/ |
D | coredump.c | 406 TASK_UNINTERRUPTIBLE|TASK_FREEZABLE); in coredump_wait()
|
/Linux-v6.1/net/sunrpc/ |
D | sched.c | 989 TASK_KILLABLE|TASK_FREEZABLE); in __rpc_execute()
|
/Linux-v6.1/kernel/time/ |
D | hrtimer.c | 2040 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in do_nanosleep()
|
/Linux-v6.1/mm/ |
D | khugepaged.c | 730 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in khugepaged_alloc_sleep()
|
/Linux-v6.1/net/unix/ |
D | af_unix.c | 2563 unsigned int state = TASK_INTERRUPTIBLE | freezable * TASK_FREEZABLE; in unix_stream_data_wait()
|
/Linux-v6.1/fs/nfs/ |
D | nfs4proc.c | 7412 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in nfs4_retry_setlk_simple() 7481 wait_woken(&waiter.wait, TASK_INTERRUPTIBLE|TASK_FREEZABLE, in nfs4_retry_setlk()
|
/Linux-v6.1/drivers/android/ |
D | binder.c | 4264 prepare_to_wait(&thread->wait, &wait, TASK_INTERRUPTIBLE|TASK_FREEZABLE); in binder_wait_for_work()
|