Searched refs:TASK_KILLABLE (Results 1 - 27 of 27) sorted by relevance

/linux-4.1.27/kernel/
H A Dhung_task.c180 /* use "==" to skip the TASK_KILLABLE tasks waiting on NFS */ for_each_process_thread()
H A Dptrace.c113 * TASK_KILLABLE sleeps. __ptrace_unlink()
/linux-4.1.27/kernel/sched/
H A Dcompletion.c227 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 Dsemaphore.c248 return __down_common(sem, TASK_KILLABLE, MAX_SCHEDULE_TIMEOUT); __down_killable()
H A Dmutex.c640 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 Dcopy_up.c113 if (signal_pending_state(TASK_KILLABLE, current)) { ovl_copy_up_data()
/linux-4.1.27/include/linux/
H A Dwait.h198 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 Dsched.h224 #define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE) macro
/linux-4.1.27/fs/nfs/
H A Dfile.c372 nfs_wait_bit_killable, TASK_KILLABLE); nfs_write_begin()
627 nfs_wait_bit_killable, TASK_KILLABLE); nfs_vm_page_mkwrite()
H A Dwrite.c640 nfs_wait_bit_killable, TASK_KILLABLE); nfs_writepages()
1522 TASK_KILLABLE); nfs_commit_set_lock()
1787 TASK_KILLABLE); nfs_commit_inode()
H A Dpnfs_nfs.c539 TASK_KILLABLE); nfs4_wait_ds_connect()
H A Dpagelist.c128 prepare_to_wait(wq, &q.wait, TASK_KILLABLE); __nfs_iocounter_wait()
H A Dinode.c1113 nfs_wait_bit_killable, TASK_KILLABLE); __nfs_revalidate_mapping()
H A Dnfs4state.c1249 nfs_wait_bit_killable, TASK_KILLABLE); nfs4_wait_clnt_recover()
H A Dpnfs.c2174 TASK_KILLABLE); pnfs_layoutcommit_inode()
/linux-4.1.27/net/sunrpc/
H A Dsched.c317 action, TASK_KILLABLE); __rpc_wait_for_completion_task()
782 TASK_KILLABLE); __rpc_execute()
/linux-4.1.27/fs/cifs/
H A Dmisc.c559 TASK_KILLABLE); cifs_get_writer()
H A Dinode.c1849 TASK_KILLABLE); cifs_revalidate_mapping()
/linux-4.1.27/fs/
H A Dexec.c915 __set_current_state(TASK_KILLABLE); de_thread()
942 __set_current_state(TASK_KILLABLE); de_thread()
/linux-4.1.27/mm/
H A Dfilemap.c697 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 Dpage-writeback.c1495 __set_current_state(TASK_KILLABLE); balance_dirty_pages()
H A Dmemcontrol.c1922 prepare_to_wait(&memcg_oom_waitq, &owait.wait, TASK_KILLABLE); mem_cgroup_oom_synchronize()
/linux-4.1.27/fs/xfs/
H A Dxfs_trans_ail.c503 __set_current_state(TASK_KILLABLE); xfsaild()
/linux-4.1.27/arch/mips/kernel/
H A Dtraps.c1223 wait_on_fp_mode_switch, TASK_KILLABLE); enable_restore_fp_context()
/linux-4.1.27/kernel/time/
H A Dtimer.c1535 __set_current_state(TASK_KILLABLE); schedule_timeout_killable()
/linux-4.1.27/net/sunrpc/auth_gss/
H A Dauth_gss.c645 prepare_to_wait(&gss_msg->waitqueue, &wait, TASK_KILLABLE); gss_create_upcall()
/linux-4.1.27/drivers/block/
H A Dnvme-core.c2438 set_current_state(TASK_KILLABLE); nvme_wait_dq()

Completed in 961 milliseconds