Home
last modified time | relevance | path

Searched refs:TASK_KILLABLE (Results 1 – 26 of 26) sorted by relevance

/linux-4.1.27/kernel/sched/
Dcompletion.c227 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_KILLABLE); in wait_for_completion_killable()
250 return wait_for_common(x, timeout, TASK_KILLABLE); in wait_for_completion_killable_timeout()
/linux-4.1.27/kernel/locking/
Dsemaphore.c248 return __down_common(sem, TASK_KILLABLE, MAX_SCHEDULE_TIMEOUT); in __down_killable()
Dmutex.c640 return __mutex_lock_common(lock, TASK_KILLABLE, in mutex_lock_killable_nested()
829 return __mutex_lock_common(lock, TASK_KILLABLE, 0, in __mutex_lock_killable_slowpath()
/linux-4.1.27/include/linux/
Dwait.h198 state == TASK_INTERRUPTIBLE || state == TASK_KILLABLE) \
702 ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule())
Dsched.h224 #define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE) macro
/linux-4.1.27/fs/nfs/
Dfile.c372 nfs_wait_bit_killable, TASK_KILLABLE); in nfs_write_begin()
627 nfs_wait_bit_killable, TASK_KILLABLE); in nfs_vm_page_mkwrite()
Dwrite.c640 nfs_wait_bit_killable, TASK_KILLABLE); in nfs_writepages()
1522 TASK_KILLABLE); in nfs_commit_set_lock()
1787 TASK_KILLABLE); in nfs_commit_inode()
Dpnfs_nfs.c539 TASK_KILLABLE); in nfs4_wait_ds_connect()
Dpagelist.c128 prepare_to_wait(wq, &q.wait, TASK_KILLABLE); in __nfs_iocounter_wait()
Dinode.c1113 nfs_wait_bit_killable, TASK_KILLABLE); in __nfs_revalidate_mapping()
Dpnfs.c2174 TASK_KILLABLE); in pnfs_layoutcommit_inode()
Dnfs4state.c1249 nfs_wait_bit_killable, TASK_KILLABLE); in nfs4_wait_clnt_recover()
/linux-4.1.27/fs/overlayfs/
Dcopy_up.c113 if (signal_pending_state(TASK_KILLABLE, current)) { in ovl_copy_up_data()
/linux-4.1.27/net/sunrpc/
Dsched.c317 action, TASK_KILLABLE); in __rpc_wait_for_completion_task()
782 TASK_KILLABLE); in __rpc_execute()
/linux-4.1.27/fs/cifs/
Dmisc.c559 TASK_KILLABLE); in cifs_get_writer()
Dinode.c1849 TASK_KILLABLE);
/linux-4.1.27/fs/xfs/
Dxfs_trans_ail.c503 __set_current_state(TASK_KILLABLE); in xfsaild()
/linux-4.1.27/mm/
Dfilemap.c697 bit_wait_io, TASK_KILLABLE); in wait_on_page_bit_killable()
709 bit_wait_io_timeout, TASK_KILLABLE); in wait_on_page_bit_killable_timeout()
821 bit_wait_io, TASK_KILLABLE); in __lock_page_killable()
Dpage-writeback.c1495 __set_current_state(TASK_KILLABLE); in balance_dirty_pages()
Dmemcontrol.c1922 prepare_to_wait(&memcg_oom_waitq, &owait.wait, TASK_KILLABLE); in mem_cgroup_oom_synchronize()
/linux-4.1.27/fs/
Dexec.c915 __set_current_state(TASK_KILLABLE); in de_thread()
942 __set_current_state(TASK_KILLABLE); in de_thread()
/linux-4.1.27/Documentation/scheduler/
Dcompletion.txt182 Further variants include _killable which uses TASK_KILLABLE as the
/linux-4.1.27/kernel/time/
Dtimer.c1535 __set_current_state(TASK_KILLABLE); in schedule_timeout_killable()
/linux-4.1.27/arch/mips/kernel/
Dtraps.c1223 wait_on_fp_mode_switch, TASK_KILLABLE); in enable_restore_fp_context()
/linux-4.1.27/net/sunrpc/auth_gss/
Dauth_gss.c645 prepare_to_wait(&gss_msg->waitqueue, &wait, TASK_KILLABLE); in gss_create_upcall()
/linux-4.1.27/drivers/block/
Dnvme-core.c2438 set_current_state(TASK_KILLABLE); in nvme_wait_dq()