/linux-4.1.27/kernel/ |
H A D | hung_task.c | 180 /* use "==" to skip the TASK_KILLABLE tasks waiting on NFS */ for_each_process_thread()
|
H A D | ptrace.c | 113 * TASK_KILLABLE sleeps. __ptrace_unlink()
|
/linux-4.1.27/kernel/sched/ |
H A D | completion.c | 227 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_KILLABLE); wait_for_completion_killable() 250 return wait_for_common(x, timeout, TASK_KILLABLE); wait_for_completion_killable_timeout()
|
/linux-4.1.27/kernel/locking/ |
H A D | semaphore.c | 248 return __down_common(sem, TASK_KILLABLE, MAX_SCHEDULE_TIMEOUT); __down_killable()
|
H A D | mutex.c | 640 return __mutex_lock_common(lock, TASK_KILLABLE, mutex_lock_killable_nested() 829 return __mutex_lock_common(lock, TASK_KILLABLE, 0, __mutex_lock_killable_slowpath()
|
/linux-4.1.27/fs/overlayfs/ |
H A D | copy_up.c | 113 if (signal_pending_state(TASK_KILLABLE, current)) { ovl_copy_up_data()
|
/linux-4.1.27/include/linux/ |
H A D | wait.h | 198 state == TASK_INTERRUPTIBLE || state == TASK_KILLABLE) \ 702 ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) 709 * The process is put to sleep (TASK_KILLABLE) until the
|
H A D | sched.h | 224 #define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE) macro
|
/linux-4.1.27/fs/nfs/ |
H A D | file.c | 372 nfs_wait_bit_killable, TASK_KILLABLE); nfs_write_begin() 627 nfs_wait_bit_killable, TASK_KILLABLE); nfs_vm_page_mkwrite()
|
H A D | write.c | 640 nfs_wait_bit_killable, TASK_KILLABLE); nfs_writepages() 1522 TASK_KILLABLE); nfs_commit_set_lock() 1787 TASK_KILLABLE); nfs_commit_inode()
|
H A D | pnfs_nfs.c | 539 TASK_KILLABLE); nfs4_wait_ds_connect()
|
H A D | pagelist.c | 128 prepare_to_wait(wq, &q.wait, TASK_KILLABLE); __nfs_iocounter_wait()
|
H A D | inode.c | 1113 nfs_wait_bit_killable, TASK_KILLABLE); __nfs_revalidate_mapping()
|
H A D | nfs4state.c | 1249 nfs_wait_bit_killable, TASK_KILLABLE); nfs4_wait_clnt_recover()
|
H A D | pnfs.c | 2174 TASK_KILLABLE); pnfs_layoutcommit_inode()
|
/linux-4.1.27/net/sunrpc/ |
H A D | sched.c | 317 action, TASK_KILLABLE); __rpc_wait_for_completion_task() 782 TASK_KILLABLE); __rpc_execute()
|
/linux-4.1.27/fs/cifs/ |
H A D | misc.c | 559 TASK_KILLABLE); cifs_get_writer()
|
H A D | inode.c | 1849 TASK_KILLABLE); cifs_revalidate_mapping()
|
/linux-4.1.27/fs/ |
H A D | exec.c | 915 __set_current_state(TASK_KILLABLE); de_thread() 942 __set_current_state(TASK_KILLABLE); de_thread()
|
/linux-4.1.27/mm/ |
H A D | filemap.c | 697 bit_wait_io, TASK_KILLABLE); wait_on_page_bit_killable() 709 bit_wait_io_timeout, TASK_KILLABLE); wait_on_page_bit_killable_timeout() 821 bit_wait_io, TASK_KILLABLE); __lock_page_killable()
|
H A D | page-writeback.c | 1495 __set_current_state(TASK_KILLABLE); balance_dirty_pages()
|
H A D | memcontrol.c | 1922 prepare_to_wait(&memcg_oom_waitq, &owait.wait, TASK_KILLABLE); mem_cgroup_oom_synchronize()
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_trans_ail.c | 503 __set_current_state(TASK_KILLABLE); xfsaild()
|
/linux-4.1.27/arch/mips/kernel/ |
H A D | traps.c | 1223 wait_on_fp_mode_switch, TASK_KILLABLE); enable_restore_fp_context()
|
/linux-4.1.27/kernel/time/ |
H A D | timer.c | 1535 __set_current_state(TASK_KILLABLE); schedule_timeout_killable()
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
H A D | auth_gss.c | 645 prepare_to_wait(&gss_msg->waitqueue, &wait, TASK_KILLABLE); gss_create_upcall()
|
/linux-4.1.27/drivers/block/ |
H A D | nvme-core.c | 2438 set_current_state(TASK_KILLABLE); nvme_wait_dq()
|