Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcompletion.c243 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 Dwait.h275 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 Dwait_bit.h282 ___wait_var_event(var, condition, TASK_KILLABLE, 0, 0, \
H A Dsched.h101 #define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE) macro
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_extent_busy.c609 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 Dxfs_trans_ail.c588 set_current_state(TASK_KILLABLE); in xfsaild()
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dsemaphore.c247 return __down_common(sem, TASK_KILLABLE, MAX_SCHEDULE_TIMEOUT); in __down_killable()
H A Dmutex.c1152 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 Drwsem.c1384 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 Dsched.c325 action, TASK_KILLABLE); in __rpc_wait_for_completion_task()
934 TASK_KILLABLE); in __rpc_execute()
/OK3568_Linux_fs/kernel/lib/
H A Dtest_lockup.c468 wait_state = TASK_KILLABLE; in test_lockup_init()
/OK3568_Linux_fs/kernel/fs/orangefs/
H A Dfile.c312 ret = wait_on_bit(bitlock, 1, TASK_KILLABLE); in orangefs_revalidate_mapping()
H A Dinode.c685 if (wait_on_bit(bitlock, 1, TASK_KILLABLE)) { in orangefs_page_mkwrite()
/OK3568_Linux_fs/kernel/fs/erofs/
H A Dzmap.c47 if (wait_on_bit_lock(&vi->flags, EROFS_I_BL_Z_BIT, TASK_KILLABLE)) in z_erofs_fill_inode_lazy()
H A Dxattr.c60 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 Dpnfs.c1917 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 Dfile.c559 nfs_wait_bit_killable, TASK_KILLABLE); in nfs_vm_page_mkwrite()
H A Dpnfs_nfs.c799 return wait_on_bit(&ds->ds_state, NFS4DS_CONNECTING, TASK_KILLABLE); in nfs4_wait_ds_connect()
/OK3568_Linux_fs/kernel/fs/
H A Duserfaultfd.c347 return TASK_KILLABLE; in userfaultfd_get_blocking_state()
573 set_current_state(TASK_KILLABLE); in userfaultfd_event_wait_completion()
H A Dexec.c1073 __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 Dcopy_up.c177 if (signal_pending_state(TASK_KILLABLE, current)) { in ovl_copy_up_data()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dmisc.c570 TASK_KILLABLE); in cifs_get_writer()
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dcompletion.rst228 Further variants include _killable which uses TASK_KILLABLE as the
/OK3568_Linux_fs/kernel/kernel/
H A Dptrace.c498 wait_on_bit(&task->jobctl, JOBCTL_TRAPPING_BIT, TASK_KILLABLE); in ptrace_attach()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dspace-info.c1193 ret = prepare_to_wait_event(&ticket->wait, &wait, TASK_KILLABLE); in wait_reserve_ticket()

12