Home
last modified time | relevance | path

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

12

/linux/kernel/sched/
H A Dcompletion.c259 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_KILLABLE); in wait_for_completion_killable()
293 return wait_for_common(x, timeout, TASK_KILLABLE); in wait_for_completion_killable_timeout()
/linux/kernel/locking/
H A Drtmutex_api.c142 return __rt_mutex_lock_common(lock, TASK_KILLABLE, NULL, 0); in rt_mutex_lock_killable()
601 return __mutex_lock_common(lock, TASK_KILLABLE, subclass, nest_lock, _RET_IP_); in _mutex_lock_killable()
654 return __mutex_lock_common(lock, TASK_KILLABLE, 0, NULL, _RET_IP_); in mutex_lock_killable()
/linux/kernel/time/
H A Dsleep_timeout.c142 __set_current_state(TASK_KILLABLE); in schedule_timeout_killable()
/linux/fs/xfs/
H A Dxfs_extent_busy.c637 prepare_to_wait(&eb->eb_wait, &wait, TASK_KILLABLE); in xfs_extent_busy_flush()
655 prepare_to_wait(&eb->eb_wait, &wait, TASK_KILLABLE); in xfs_extent_busy_wait_group()
H A Dxfs_zone_space_resv.c153 set_current_state(TASK_KILLABLE); in xfs_zoned_reserve_available()
H A Dxfs_verify_media.c387 set_current_state(TASK_KILLABLE); in xfs_verify_media()
H A Dxfs_trans_ail.c672 set_current_state(TASK_KILLABLE|TASK_FREEZABLE); in xfsaild()
/linux/net/sunrpc/
H A Dsysfs.c386 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) { in rpc_sysfs_xprt_dstaddr_store()
449 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) { in rpc_sysfs_xprt_state_change()
493 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) { in rpc_sysfs_xprt_del_xprt()
H A Dsched.c346 rpc_wait_bit_killable, TASK_KILLABLE|TASK_FREEZABLE_UNSAFE); in rpc_wait_for_completion_task()
987 TASK_KILLABLE|TASK_FREEZABLE); in __rpc_execute()
/linux/Documentation/translations/zh_CN/scheduler/
H A Dcompletion.rst202 更多的变体包括_killable,它使用TASK_KILLABLE作为指定的任务状态,如果它被中断,将返
/linux/include/linux/
H A Dmmap_lock.h325 return __vma_start_write(vma, TASK_KILLABLE); in vma_start_write_killable()
/linux/lib/
H A Dtest_lockup.c468 wait_state = TASK_KILLABLE; in test_lockup_init()
/linux/fs/orangefs/
H A Dfile.c290 ret = wait_on_bit(bitlock, 1, TASK_KILLABLE); in orangefs_revalidate_mapping()
/linux/fs/ceph/
H A Dmds_client.h727 TASK_KILLABLE); in ceph_wait_on_async_create()
/linux/drivers/tee/qcomtee/
H A Duser_obj.c258 TASK_KILLABLE | TASK_FREEZABLE)) { in qcomtee_user_object_dispatch()
/linux/fs/
H A Dexec.c950 __set_current_state(TASK_KILLABLE); in de_thread()
977 __set_current_state(TASK_KILLABLE); in de_thread()
/linux/fs/erofs/
H A Dxattr.c53 if (wait_on_bit_lock(&vi->flags, EROFS_I_BL_XATTR_BIT, TASK_KILLABLE)) in erofs_init_inode_xattrs()
H A Dzmap.c643 if (wait_on_bit_lock(&vi->flags, EROFS_I_BL_Z_BIT, TASK_KILLABLE)) in z_erofs_fill_inode()
/linux/fs/nfs/
H A Dpnfs.c2082 TASK_KILLABLE|TASK_FREEZABLE_UNSAFE); in pnfs_prepare_to_retry_layoutget()
2208 TASK_KILLABLE)); in pnfs_update_layout()
2260 TASK_KILLABLE)); in pnfs_update_layout()
3377 TASK_KILLABLE|TASK_FREEZABLE_UNSAFE); in pnfs_layoutcommit_inode()
H A Dfile.c705 TASK_KILLABLE|TASK_FREEZABLE_UNSAFE); in nfs_vm_page_mkwrite()
/linux/fs/xfs/scrub/
H A Dscrub.c990 set_current_state(TASK_KILLABLE); in xfs_ioc_scrubv_metadata()
/linux/fs/notify/fanotify/
H A Dfanotify.c232 (TASK_KILLABLE|TASK_FREEZABLE)); in fanotify_get_response()
/linux/fs/smb/client/
H A Dmisc.c331 TASK_KILLABLE); in cifs_get_writer()
/linux/Documentation/scheduler/
H A Dcompletion.rst228 Further variants include _killable which uses TASK_KILLABLE as the
/linux/mm/
H A Dfilemap.c1479 return folio_wait_bit_common(folio, bit_nr, TASK_KILLABLE, SHARED); in folio_wait_bit_killable()
1717 return folio_wait_bit_common(folio, PG_locked, TASK_KILLABLE, in __folio_lock_killable()
2586 folio_put_wait_locked(folio, TASK_KILLABLE); in filemap_update_page()

12