| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | completion.c | 243 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_KILLABLE); in wait_for_completion_killable() 266 return wait_for_common(x, timeout, TASK_KILLABLE); in wait_for_completion_killable_timeout()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | wait.h | 275 state == TASK_INTERRUPTIBLE || state == TASK_KILLABLE) \ 622 ___wait_event(wq, condition, TASK_KILLABLE, 1, 0, \ 900 ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) 928 TASK_KILLABLE, 0, timeout, \
|
| H A D | wait_bit.h | 282 ___wait_var_event(var, condition, TASK_KILLABLE, 0, 0, \
|
| H A D | sched.h | 101 #define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE) macro
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A 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()
|
| H A D | xfs_trans_ail.c | 588 set_current_state(TASK_KILLABLE); in xfsaild()
|
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | semaphore.c | 247 return __down_common(sem, TASK_KILLABLE, MAX_SCHEDULE_TIMEOUT); in __down_killable()
|
| H A D | mutex.c | 1152 return __mutex_lock(lock, TASK_KILLABLE, subclass, NULL, _RET_IP_); in mutex_lock_killable_nested() 1391 return __mutex_lock(lock, TASK_KILLABLE, 0, NULL, _RET_IP_); in __mutex_lock_killable_slowpath()
|
| H A D | rwsem.c | 1384 if (IS_ERR(rwsem_down_read_slowpath(sem, TASK_KILLABLE))) in __down_read_killable() 1436 if (IS_ERR(rwsem_down_write_slowpath(sem, TASK_KILLABLE))) in __down_write_killable()
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | sched.c | 325 action, TASK_KILLABLE); in __rpc_wait_for_completion_task() 934 TASK_KILLABLE); in __rpc_execute()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_lockup.c | 468 wait_state = TASK_KILLABLE; in test_lockup_init()
|
| /OK3568_Linux_fs/kernel/fs/orangefs/ |
| H A D | file.c | 312 ret = wait_on_bit(bitlock, 1, TASK_KILLABLE); in orangefs_revalidate_mapping()
|
| H A D | inode.c | 685 if (wait_on_bit(bitlock, 1, TASK_KILLABLE)) { in orangefs_page_mkwrite()
|
| /OK3568_Linux_fs/kernel/fs/erofs/ |
| H A D | zmap.c | 47 if (wait_on_bit_lock(&vi->flags, EROFS_I_BL_Z_BIT, TASK_KILLABLE)) in z_erofs_fill_inode_lazy()
|
| H A D | xattr.c | 60 if (wait_on_bit_lock(&vi->flags, EROFS_I_BL_XATTR_BIT, TASK_KILLABLE)) in init_inode_xattrs()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | pnfs.c | 1917 TASK_KILLABLE); in pnfs_prepare_to_retry_layoutget() 2040 TASK_KILLABLE)); in pnfs_update_layout() 2092 TASK_KILLABLE)); in pnfs_update_layout() 3203 TASK_KILLABLE); in pnfs_layoutcommit_inode()
|
| H A D | file.c | 559 nfs_wait_bit_killable, TASK_KILLABLE); in nfs_vm_page_mkwrite()
|
| H A D | pnfs_nfs.c | 799 return wait_on_bit(&ds->ds_state, NFS4DS_CONNECTING, TASK_KILLABLE); in nfs4_wait_ds_connect()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | userfaultfd.c | 347 return TASK_KILLABLE; in userfaultfd_get_blocking_state() 573 set_current_state(TASK_KILLABLE); in userfaultfd_event_wait_completion()
|
| H A D | exec.c | 1073 __set_current_state(TASK_KILLABLE); in de_thread() 1100 __set_current_state(TASK_KILLABLE); in de_thread()
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | copy_up.c | 177 if (signal_pending_state(TASK_KILLABLE, current)) { in ovl_copy_up_data()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | misc.c | 570 TASK_KILLABLE); in cifs_get_writer()
|
| /OK3568_Linux_fs/kernel/Documentation/scheduler/ |
| H A D | completion.rst | 228 Further variants include _killable which uses TASK_KILLABLE as the
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | ptrace.c | 498 wait_on_bit(&task->jobctl, JOBCTL_TRAPPING_BIT, TASK_KILLABLE); in ptrace_attach()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | space-info.c | 1193 ret = prepare_to_wait_event(&ticket->wait, &wait, TASK_KILLABLE); in wait_reserve_ticket()
|