Searched refs:TASK_KILLABLE (Results 1 – 26 of 26) sorted by relevance
/linux-4.1.27/kernel/sched/ |
D | completion.c | 227 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/ |
D | semaphore.c | 248 return __down_common(sem, TASK_KILLABLE, MAX_SCHEDULE_TIMEOUT); in __down_killable()
|
D | mutex.c | 640 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/ |
D | wait.h | 198 state == TASK_INTERRUPTIBLE || state == TASK_KILLABLE) \ 702 ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule())
|
D | sched.h | 224 #define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE) macro
|
/linux-4.1.27/fs/nfs/ |
D | file.c | 372 nfs_wait_bit_killable, TASK_KILLABLE); in nfs_write_begin() 627 nfs_wait_bit_killable, TASK_KILLABLE); in nfs_vm_page_mkwrite()
|
D | write.c | 640 nfs_wait_bit_killable, TASK_KILLABLE); in nfs_writepages() 1522 TASK_KILLABLE); in nfs_commit_set_lock() 1787 TASK_KILLABLE); in nfs_commit_inode()
|
D | pnfs_nfs.c | 539 TASK_KILLABLE); in nfs4_wait_ds_connect()
|
D | pagelist.c | 128 prepare_to_wait(wq, &q.wait, TASK_KILLABLE); in __nfs_iocounter_wait()
|
D | inode.c | 1113 nfs_wait_bit_killable, TASK_KILLABLE); in __nfs_revalidate_mapping()
|
D | pnfs.c | 2174 TASK_KILLABLE); in pnfs_layoutcommit_inode()
|
D | nfs4state.c | 1249 nfs_wait_bit_killable, TASK_KILLABLE); in nfs4_wait_clnt_recover()
|
/linux-4.1.27/fs/overlayfs/ |
D | copy_up.c | 113 if (signal_pending_state(TASK_KILLABLE, current)) { in ovl_copy_up_data()
|
/linux-4.1.27/net/sunrpc/ |
D | sched.c | 317 action, TASK_KILLABLE); in __rpc_wait_for_completion_task() 782 TASK_KILLABLE); in __rpc_execute()
|
/linux-4.1.27/fs/cifs/ |
D | misc.c | 559 TASK_KILLABLE); in cifs_get_writer()
|
D | inode.c | 1849 TASK_KILLABLE);
|
/linux-4.1.27/fs/xfs/ |
D | xfs_trans_ail.c | 503 __set_current_state(TASK_KILLABLE); in xfsaild()
|
/linux-4.1.27/mm/ |
D | filemap.c | 697 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()
|
D | page-writeback.c | 1495 __set_current_state(TASK_KILLABLE); in balance_dirty_pages()
|
D | memcontrol.c | 1922 prepare_to_wait(&memcg_oom_waitq, &owait.wait, TASK_KILLABLE); in mem_cgroup_oom_synchronize()
|
/linux-4.1.27/fs/ |
D | exec.c | 915 __set_current_state(TASK_KILLABLE); in de_thread() 942 __set_current_state(TASK_KILLABLE); in de_thread()
|
/linux-4.1.27/Documentation/scheduler/ |
D | completion.txt | 182 Further variants include _killable which uses TASK_KILLABLE as the
|
/linux-4.1.27/kernel/time/ |
D | timer.c | 1535 __set_current_state(TASK_KILLABLE); in schedule_timeout_killable()
|
/linux-4.1.27/arch/mips/kernel/ |
D | traps.c | 1223 wait_on_fp_mode_switch, TASK_KILLABLE); in enable_restore_fp_context()
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | auth_gss.c | 645 prepare_to_wait(&gss_msg->waitqueue, &wait, TASK_KILLABLE); in gss_create_upcall()
|
/linux-4.1.27/drivers/block/ |
D | nvme-core.c | 2438 set_current_state(TASK_KILLABLE); in nvme_wait_dq()
|