Home
last modified time | relevance | path

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

12

/linux/kernel/sched/
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()
/linux/include/linux/
A Dwait.h284 state == TASK_INTERRUPTIBLE || state == TASK_KILLABLE) \
630 ___wait_event(wq, condition, TASK_KILLABLE, 1, 0, \
908 ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule())
936 TASK_KILLABLE, 0, timeout, \
A Dwait_bit.h282 ___wait_var_event(var, condition, TASK_KILLABLE, 0, 0, \
/linux/kernel/locking/
A Drtmutex_api.c522 return __mutex_lock_common(lock, TASK_KILLABLE, subclass, NULL, _RET_IP_); in mutex_lock_killable_nested()
554 return __mutex_lock_common(lock, TASK_KILLABLE, 0, NULL, _RET_IP_); in mutex_lock_killable()
A Drwsem.c1242 return __down_read_common(sem, TASK_KILLABLE); in __down_read_killable()
1282 return __down_write_common(sem, TASK_KILLABLE); in __down_write_killable()
1409 return rwbase_read_lock(&sem->rwbase, TASK_KILLABLE); in __down_read_killable()
1429 return rwbase_write_lock(&sem->rwbase, TASK_KILLABLE); in __down_write_killable()
A Dsemaphore.c251 return __down_common(sem, TASK_KILLABLE, MAX_SCHEDULE_TIMEOUT); in __down_killable()
A Dmutex.c807 return __mutex_lock(lock, TASK_KILLABLE, subclass, NULL, _RET_IP_); in mutex_lock_killable_nested()
1034 return __mutex_lock(lock, TASK_KILLABLE, 0, NULL, _RET_IP_); in __mutex_lock_killable_slowpath()
/linux/fs/xfs/
A Dxfs_extent_busy.c583 prepare_to_wait(&pag->pagb_wait, &wait, TASK_KILLABLE); in xfs_extent_busy_flush()
602 prepare_to_wait(&pag->pagb_wait, &wait, TASK_KILLABLE); in xfs_extent_busy_wait_all()
A Dxfs_trans_ail.c593 set_current_state(TASK_KILLABLE); in xfsaild()
/linux/net/sunrpc/
A Dsysfs.c242 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) { in rpc_sysfs_xprt_dstaddr_store()
301 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) { in rpc_sysfs_xprt_state_change()
A Dsched.c340 action, TASK_KILLABLE); in __rpc_wait_for_completion_task()
952 TASK_KILLABLE); in __rpc_execute()
/linux/fs/orangefs/
A Dfile.c290 ret = wait_on_bit(bitlock, 1, TASK_KILLABLE); in orangefs_revalidate_mapping()
/linux/lib/
A Dtest_lockup.c463 wait_state = TASK_KILLABLE; in test_lockup_init()
/linux/fs/
A Dexec.c1063 __set_current_state(TASK_KILLABLE); in de_thread()
1090 __set_current_state(TASK_KILLABLE); in de_thread()
A Duserfaultfd.c347 return TASK_KILLABLE; in userfaultfd_get_blocking_state()
573 set_current_state(TASK_KILLABLE); in userfaultfd_event_wait_completion()
/linux/fs/erofs/
A Dxattr.c59 if (wait_on_bit_lock(&vi->flags, EROFS_I_BL_XATTR_BIT, TASK_KILLABLE)) in init_inode_xattrs()
A Dzmap.c46 if (wait_on_bit_lock(&vi->flags, EROFS_I_BL_Z_BIT, TASK_KILLABLE)) in z_erofs_fill_inode_lazy()
/linux/fs/nfs/
A Dfile.c561 nfs_wait_bit_killable, TASK_KILLABLE); in nfs_vm_page_mkwrite()
A Dpnfs.c1899 TASK_KILLABLE); in pnfs_prepare_to_retry_layoutget()
2072 TASK_KILLABLE)); in pnfs_update_layout()
3179 TASK_KILLABLE); in pnfs_layoutcommit_inode()
A Dpnfs_nfs.c809 return wait_on_bit(&ds->ds_state, NFS4DS_CONNECTING, TASK_KILLABLE); in nfs4_wait_ds_connect()
/linux/mm/
A Dfilemap.c1437 return folio_wait_bit_common(folio, bit_nr, TASK_KILLABLE, SHARED); in folio_wait_bit_killable()
1656 return folio_wait_bit_common(folio, PG_locked, TASK_KILLABLE, in __folio_lock_killable()
2450 put_and_wait_on_page_locked(&folio->page, TASK_KILLABLE); in filemap_update_page()
/linux/fs/overlayfs/
A Dcopy_up.c230 if (signal_pending_state(TASK_KILLABLE, current)) { in ovl_copy_up_data()
/linux/Documentation/scheduler/
A Dcompletion.rst228 Further variants include _killable which uses TASK_KILLABLE as the
/linux/fs/cifs/
A Dmisc.c558 TASK_KILLABLE); in cifs_get_writer()
/linux/kernel/
A Dptrace.c471 wait_on_bit(&task->jobctl, JOBCTL_TRAPPING_BIT, TASK_KILLABLE); in ptrace_attach()

Completed in 78 milliseconds

12