Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/
A Dfreezer.c114 if (!(state & (TASK_FREEZABLE | __TASK_STOPPED | __TASK_TRACED))) in __set_task_frozen()
121 if (state & TASK_FREEZABLE) in __set_task_frozen()
A Dumh.c439 state |= TASK_FREEZABLE; in call_usermodehelper_exec()
A Dexit.c429 set_current_state(TASK_UNINTERRUPTIBLE|TASK_FREEZABLE); in coredump_task_exit()
A Dsignal.c2552 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in do_freezer_trap()
3607 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in do_sigtimedwait()
A Dfork.c1450 unsigned int state = TASK_UNINTERRUPTIBLE|TASK_KILLABLE|TASK_FREEZABLE; in wait_for_vfork_done()
/linux-6.3-rc2/kernel/futex/
A Dwaitwake.c337 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-6.3-rc2/include/linux/
A Dwait.h364 ___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,\
A Dsched.h102 #define TASK_FREEZABLE 0x00002000 macro
112 #define TASK_FREEZABLE_UNSAFE (TASK_FREEZABLE | __TASK_FREEZABLE_UNSAFE)
/linux-6.3-rc2/fs/xfs/
A Dxfs_trans_ail.c607 set_current_state(TASK_KILLABLE|TASK_FREEZABLE); in xfsaild()
609 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in xfsaild()
/linux-6.3-rc2/drivers/media/pci/pt3/
A Dpt3.c448 set_current_state(TASK_UNINTERRUPTIBLE|TASK_FREEZABLE); in pt3_fetch_thread()
/linux-6.3-rc2/fs/
A Dcoredump.c413 TASK_UNINTERRUPTIBLE|TASK_FREEZABLE); in coredump_wait()
/linux-6.3-rc2/net/sunrpc/
A Dsched.c989 TASK_KILLABLE|TASK_FREEZABLE); in __rpc_execute()
/linux-6.3-rc2/kernel/time/
A Dhrtimer.c2040 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in do_nanosleep()
/linux-6.3-rc2/mm/
A Dkhugepaged.c741 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in khugepaged_alloc_sleep()
/linux-6.3-rc2/net/unix/
A Daf_unix.c2577 unsigned int state = TASK_INTERRUPTIBLE | freezable * TASK_FREEZABLE; in unix_stream_data_wait()
/linux-6.3-rc2/fs/nfs/
A Dnfs4proc.c7419 __set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE); in nfs4_retry_setlk_simple()
7488 wait_woken(&waiter.wait, TASK_INTERRUPTIBLE|TASK_FREEZABLE, in nfs4_retry_setlk()
/linux-6.3-rc2/drivers/android/
A Dbinder.c4280 prepare_to_wait(&thread->wait, &wait, TASK_INTERRUPTIBLE|TASK_FREEZABLE); in binder_wait_for_work()

Completed in 90 milliseconds