/Linux-v5.4/kernel/sched/ |
D | completion.c | 241 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_KILLABLE); in wait_for_completion_killable() 264 return wait_for_common(x, timeout, TASK_KILLABLE); in wait_for_completion_killable_timeout()
|
/Linux-v5.4/include/linux/ |
D | wait.h | 243 state == TASK_INTERRUPTIBLE || state == TASK_KILLABLE) \ 589 ___wait_event(wq, condition, TASK_KILLABLE, 1, 0, \ 867 ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) 895 TASK_KILLABLE, 0, timeout, \
|
D | wait_bit.h | 282 ___wait_var_event(var, condition, TASK_KILLABLE, 0, 0, \
|
D | sched.h | 95 #define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE) macro
|
/Linux-v5.4/fs/xfs/ |
D | xfs_extent_busy.c | 609 prepare_to_wait(&pag->pagb_wait, &wait, TASK_KILLABLE); in xfs_extent_busy_flush() 629 prepare_to_wait(&pag->pagb_wait, &wait, TASK_KILLABLE); in xfs_extent_busy_wait_all()
|
D | xfs_trans_ail.c | 538 set_current_state(TASK_KILLABLE); in xfsaild()
|
/Linux-v5.4/kernel/locking/ |
D | semaphore.c | 247 return __down_common(sem, TASK_KILLABLE, MAX_SCHEDULE_TIMEOUT); in __down_killable()
|
D | mutex.c | 1133 return __mutex_lock(lock, TASK_KILLABLE, subclass, NULL, _RET_IP_); in mutex_lock_killable_nested() 1370 return __mutex_lock(lock, TASK_KILLABLE, 0, NULL, _RET_IP_); in __mutex_lock_killable_slowpath()
|
D | rwsem.c | 1354 if (IS_ERR(rwsem_down_read_slowpath(sem, TASK_KILLABLE))) in __down_read_killable() 1403 if (IS_ERR(rwsem_down_write_slowpath(sem, TASK_KILLABLE))) in __down_write_killable()
|
/Linux-v5.4/net/sunrpc/ |
D | sched.c | 349 action, TASK_KILLABLE); in __rpc_wait_for_completion_task() 943 TASK_KILLABLE); in __rpc_execute()
|
/Linux-v5.4/fs/erofs/ |
D | zmap.c | 42 if (wait_on_bit_lock(&vi->flags, EROFS_I_BL_Z_BIT, TASK_KILLABLE)) in fill_inode_lazy()
|
D | xattr.c | 54 if (wait_on_bit_lock(&vi->flags, EROFS_I_BL_XATTR_BIT, TASK_KILLABLE)) in init_inode_xattrs()
|
/Linux-v5.4/fs/orangefs/ |
D | file.c | 277 ret = wait_on_bit(bitlock, 1, TASK_KILLABLE); in orangefs_revalidate_mapping()
|
/Linux-v5.4/fs/nfs/ |
D | file.c | 551 nfs_wait_bit_killable, TASK_KILLABLE); in nfs_vm_page_mkwrite()
|
D | pnfs.c | 1836 TASK_KILLABLE); in pnfs_prepare_to_retry_layoutget() 1984 TASK_KILLABLE)); in pnfs_update_layout() 2985 TASK_KILLABLE); in pnfs_layoutcommit_inode()
|
D | pnfs_nfs.c | 564 TASK_KILLABLE); in nfs4_wait_ds_connect()
|
/Linux-v5.4/drivers/gpu/drm/i915/ |
D | i915_active.c | 433 if (wait_on_bit(&ref->flags, I915_ACTIVE_GRAB_BIT, TASK_KILLABLE)) in i915_active_wait()
|
/Linux-v5.4/fs/ |
D | exec.c | 1089 __set_current_state(TASK_KILLABLE); in de_thread() 1116 __set_current_state(TASK_KILLABLE); in de_thread()
|
D | userfaultfd.c | 469 TASK_KILLABLE; in handle_userfault() 603 set_current_state(TASK_KILLABLE); in userfaultfd_event_wait_completion()
|
/Linux-v5.4/fs/cifs/ |
D | misc.c | 577 TASK_KILLABLE); in cifs_get_writer()
|
/Linux-v5.4/fs/btrfs/ |
D | space-info.c | 894 ret = prepare_to_wait_event(&ticket->wait, &wait, TASK_KILLABLE); in wait_reserve_ticket()
|
/Linux-v5.4/fs/overlayfs/ |
D | copy_up.c | 155 if (signal_pending_state(TASK_KILLABLE, current)) { in ovl_copy_up_data()
|
/Linux-v5.4/Documentation/scheduler/ |
D | completion.rst | 228 Further variants include _killable which uses TASK_KILLABLE as the
|
/Linux-v5.4/kernel/ |
D | ptrace.c | 455 wait_on_bit(&task->jobctl, JOBCTL_TRAPPING_BIT, TASK_KILLABLE); in ptrace_attach()
|
/Linux-v5.4/mm/ |
D | filemap.c | 1231 return wait_on_page_bit_common(q, page, bit_nr, TASK_KILLABLE, SHARED); in wait_on_page_bit_killable() 1392 return wait_on_page_bit_common(q, page, PG_locked, TASK_KILLABLE, in __lock_page_killable()
|