Home
last modified time | relevance | path

Searched refs:TASK_FREEZABLE (Results 1 – 21 of 21) sorted by relevance

/linux-6.12.1/kernel/
Dfreezer.c123 if (!(state & (TASK_FREEZABLE | __TASK_STOPPED | __TASK_TRACED))) in __set_task_frozen()
130 if (state & TASK_FREEZABLE) in __set_task_frozen()
Dumh.c439 state |= TASK_FREEZABLE; in call_usermodehelper_exec()
Dexit.c431 set_current_state(TASK_IDLE|TASK_FREEZABLE); in coredump_task_exit()
Dsignal.c2600 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in do_freezer_trap()
3665 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in do_sigtimedwait()
Dfork.c1575 unsigned int state = TASK_KILLABLE|TASK_FREEZABLE; in wait_for_vfork_done()
/linux-6.12.1/kernel/futex/
Dwaitwake.c352 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-6.12.1/include/linux/
Dwait.h363 ___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,\
Dsched.h116 #define TASK_FREEZABLE 0x00002000 macro
126 #define TASK_FREEZABLE_UNSAFE (TASK_FREEZABLE | __TASK_FREEZABLE_UNSAFE)
/linux-6.12.1/fs/xfs/
Dxfs_trans_ail.c653 set_current_state(TASK_KILLABLE|TASK_FREEZABLE); in xfsaild()
655 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in xfsaild()
/linux-6.12.1/net/sunrpc/
Dsvc_xprt.c737 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()
Dsched.c989 TASK_KILLABLE|TASK_FREEZABLE); in __rpc_execute()
/linux-6.12.1/fs/bcachefs/
Djournal_reclaim.c751 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in bch2_journal_reclaim_thread()
/linux-6.12.1/drivers/media/pci/pt3/
Dpt3.c448 set_current_state(TASK_UNINTERRUPTIBLE|TASK_FREEZABLE); in pt3_fetch_thread()
/linux-6.12.1/fs/notify/fanotify/
Dfanotify.c233 (TASK_KILLABLE|TASK_FREEZABLE)); in fanotify_get_response()
/linux-6.12.1/fs/
Dcoredump.c419 TASK_UNINTERRUPTIBLE|TASK_FREEZABLE); in coredump_wait()
/linux-6.12.1/Documentation/power/
Dfreezing-of-tasks.rst18 (TASK_FROZEN, TASK_FREEZABLE and __TASK_FREEZABLE_UNSAFE) used for that.
/linux-6.12.1/kernel/time/
Dhrtimer.c2028 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in do_nanosleep()
/linux-6.12.1/mm/
Dkhugepaged.c841 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in khugepaged_alloc_sleep()
/linux-6.12.1/net/unix/
Daf_unix.c2562 unsigned int state = TASK_INTERRUPTIBLE | freezable * TASK_FREEZABLE; in unix_stream_data_wait()
/linux-6.12.1/fs/nfs/
Dnfs4proc.c7616 __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-6.12.1/drivers/android/
Dbinder.c4577 prepare_to_wait(&thread->wait, &wait, TASK_INTERRUPTIBLE|TASK_FREEZABLE); in binder_wait_for_work()