Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/kernel/locking/
Dsemaphore.c248 return __down_common(sem, TASK_KILLABLE, MAX_SCHEDULE_TIMEOUT); in __down_killable()
Dmutex.c638 return __mutex_lock_common(lock, TASK_KILLABLE, in mutex_lock_killable_nested()
827 return __mutex_lock_common(lock, TASK_KILLABLE, 0, in __mutex_lock_killable_slowpath()
/linux-4.4.14/include/linux/
Dwait.h198 state == TASK_INTERRUPTIBLE || state == TASK_KILLABLE) \
715 ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule())
Dsched.h230 #define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE) macro
/linux-4.4.14/fs/nfs/
Dfile.c365 nfs_wait_bit_killable, TASK_KILLABLE); in nfs_write_begin()
609 nfs_wait_bit_killable, TASK_KILLABLE); in nfs_vm_page_mkwrite()
Dpagelist.c128 prepare_to_wait(wq, &q.wait, TASK_KILLABLE); in __nfs_iocounter_wait()
132 ret = nfs_wait_bit_killable(&q.key, TASK_KILLABLE); in __nfs_iocounter_wait()
Dwrite.c640 nfs_wait_bit_killable, TASK_KILLABLE); in nfs_writepages()
1544 TASK_KILLABLE); in nfs_commit_set_lock()
1809 TASK_KILLABLE); in nfs_commit_inode()
Dpnfs_nfs.c553 TASK_KILLABLE); in nfs4_wait_ds_connect()
Dinode.c1127 nfs_wait_bit_killable, TASK_KILLABLE); in __nfs_revalidate_mapping()
Dnfs4state.c1248 nfs_wait_bit_killable, TASK_KILLABLE); in nfs4_wait_clnt_recover()
Dpnfs.c2251 TASK_KILLABLE); in pnfs_layoutcommit_inode()
/linux-4.4.14/fs/overlayfs/
Dcopy_up.c113 if (signal_pending_state(TASK_KILLABLE, current)) { in ovl_copy_up_data()
/linux-4.4.14/net/sunrpc/
Dsched.c317 action, TASK_KILLABLE); in __rpc_wait_for_completion_task()
782 TASK_KILLABLE); in __rpc_execute()
Dxprtsock.c2096 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) in xs_enable_swap()
2118 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) in xs_disable_swap()
/linux-4.4.14/fs/xfs/
Dxfs_trans_ail.c503 __set_current_state(TASK_KILLABLE); in xfsaild()
/linux-4.4.14/fs/cifs/
Dmisc.c559 TASK_KILLABLE); in cifs_get_writer()
Dinode.c1849 TASK_KILLABLE);
/linux-4.4.14/mm/
Dfilemap.c764 bit_wait_io, TASK_KILLABLE); in wait_on_page_bit_killable()
776 bit_wait_io_timeout, TASK_KILLABLE); in wait_on_page_bit_killable_timeout()
888 bit_wait_io, TASK_KILLABLE); in __lock_page_killable()
Dpage-writeback.c1737 __set_current_state(TASK_KILLABLE); in balance_dirty_pages()
Dmemcontrol.c1749 prepare_to_wait(&memcg_oom_waitq, &owait.wait, TASK_KILLABLE); in mem_cgroup_oom_synchronize()
/linux-4.4.14/fs/
Dexec.c921 __set_current_state(TASK_KILLABLE); in de_thread()
948 __set_current_state(TASK_KILLABLE); in de_thread()
Duserfaultfd.c353 TASK_KILLABLE); in handle_userfault()
/linux-4.4.14/Documentation/scheduler/
Dcompletion.txt182 Further variants include _killable which uses TASK_KILLABLE as the
/linux-4.4.14/kernel/time/
Dtimer.c1557 __set_current_state(TASK_KILLABLE); in schedule_timeout_killable()
/linux-4.4.14/arch/mips/kernel/
Dtraps.c1236 wait_on_fp_mode_switch, TASK_KILLABLE); in enable_restore_fp_context()
/linux-4.4.14/net/sunrpc/auth_gss/
Dauth_gss.c645 prepare_to_wait(&gss_msg->waitqueue, &wait, TASK_KILLABLE); in gss_create_upcall()
/linux-4.4.14/drivers/nvme/host/
Dpci.c2778 set_current_state(TASK_KILLABLE); in nvme_wait_dq()