Searched refs:TASK_FREEZABLE (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/kernel/ |
H A 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()
|
H A D | umh.c | 439 state |= TASK_FREEZABLE; in call_usermodehelper_exec()
|
H A D | exit.c | 433 set_current_state(TASK_UNINTERRUPTIBLE|TASK_FREEZABLE); in coredump_task_exit()
|
H A D | signal.c | 2587 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in do_freezer_trap() 3650 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in do_sigtimedwait()
|
H A D | fork.c | 1587 unsigned int state = TASK_UNINTERRUPTIBLE|TASK_KILLABLE|TASK_FREEZABLE; in wait_for_vfork_done()
|
/openbmc/linux/kernel/futex/ |
H A 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()
|
/openbmc/linux/include/linux/ |
H A D | wait.h | 368 ___wait_event(wq_head, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), \ 427 (TASK_INTERRUPTIBLE|TASK_FREEZABLE), 0, timeout, \ 649 ___wait_event(wq, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), 1, 0,\
|
H A D | sched.h | 102 #define TASK_FREEZABLE 0x00002000 macro 112 #define TASK_FREEZABLE_UNSAFE (TASK_FREEZABLE | __TASK_FREEZABLE_UNSAFE)
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_trans_ail.c | 607 set_current_state(TASK_KILLABLE|TASK_FREEZABLE); in xfsaild() 609 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in xfsaild()
|
/openbmc/linux/drivers/media/pci/pt3/ |
H A D | pt3.c | 448 set_current_state(TASK_UNINTERRUPTIBLE|TASK_FREEZABLE); in pt3_fetch_thread()
|
/openbmc/linux/fs/ |
H A D | coredump.c | 415 TASK_UNINTERRUPTIBLE|TASK_FREEZABLE); in coredump_wait()
|
/openbmc/linux/net/sunrpc/ |
H A D | sched.c | 989 TASK_KILLABLE|TASK_FREEZABLE); in __rpc_execute()
|
/openbmc/linux/kernel/time/ |
H A D | hrtimer.c | 2047 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in do_nanosleep()
|
/openbmc/linux/mm/ |
H A D | khugepaged.c | 821 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in khugepaged_alloc_sleep()
|
/openbmc/linux/net/unix/ |
H A D | af_unix.c | 2464 unsigned int state = TASK_INTERRUPTIBLE | freezable * TASK_FREEZABLE; in unix_stream_data_wait()
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4proc.c | 7458 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in nfs4_retry_setlk_simple() 7527 wait_woken(&waiter.wait, TASK_INTERRUPTIBLE|TASK_FREEZABLE, in nfs4_retry_setlk()
|
/openbmc/linux/drivers/android/ |
H A D | binder.c | 4310 prepare_to_wait(&thread->wait, &wait, TASK_INTERRUPTIBLE|TASK_FREEZABLE); in binder_wait_for_work()
|