| /linux/kernel/sched/ |
| H A D | completion.c | 259 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/module/ |
| H A D | dups.c | 209 TASK_KILLABLE); in kmod_dup_request_exists_wait()
|
| /linux/include/linux/ |
| H A D | wait.h | 636 ___wait_event(wq, condition, TASK_KILLABLE, 1, 0, \ 914 ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) 921 * The process is put to sleep (TASK_KILLABLE) until the 941 ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, io_schedule()) 997 TASK_KILLABLE, 0, timeout, \ 1006 * The process is put to sleep (TASK_KILLABLE) until the
|
| /linux/kernel/locking/ |
| H A D | rwsem.c | 1284 return __down_read_common(sem, TASK_KILLABLE); in __down_read_killable() 1331 return __down_write_common(sem, TASK_KILLABLE); in __down_write_killable() 1476 return rwbase_read_lock(&sem->rwbase, TASK_KILLABLE); in __down_read_killable() 1496 return rwbase_write_lock(&sem->rwbase, TASK_KILLABLE); in __down_write_killable()
|
| H A D | semaphore.c | 313 return __down_common(sem, TASK_KILLABLE, MAX_SCHEDULE_TIMEOUT); in __down_killable()
|
| /linux/kernel/time/ |
| H A D | sleep_timeout.c | 142 __set_current_state(TASK_KILLABLE); in schedule_timeout_killable()
|
| /linux/fs/xfs/ |
| H A D | xfs_extent_busy.c | 637 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 D | xfs_verify_media.c | 379 set_current_state(TASK_KILLABLE); in xfs_verify_media()
|
| H A D | xfs_trans_ail.c | 648 set_current_state(TASK_KILLABLE|TASK_FREEZABLE); in xfsaild()
|
| /linux/net/sunrpc/ |
| H A D | sysfs.c | 385 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) { in rpc_sysfs_xprt_dstaddr_store() 448 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) { in rpc_sysfs_xprt_state_change() 492 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) { in rpc_sysfs_xprt_del_xprt()
|
| H A D | sched.c | 346 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 D | completion.rst | 202 更多的变体包括_killable,它使用TASK_KILLABLE作为指定的任务状态,如果它被中断,将返
|
| /linux/kernel/ |
| H A D | umh.c | 441 retval = wait_for_completion_state(&done, state | TASK_KILLABLE); in call_usermodehelper_exec()
|
| /linux/lib/ |
| H A D | test_lockup.c | 468 wait_state = TASK_KILLABLE; in test_lockup_init()
|
| /linux/fs/ceph/ |
| H A D | mds_client.h | 662 TASK_KILLABLE); in ceph_wait_on_async_create()
|
| /linux/fs/orangefs/ |
| H A D | file.c | 290 ret = wait_on_bit(bitlock, 1, TASK_KILLABLE); in orangefs_revalidate_mapping()
|
| /linux/drivers/tee/qcomtee/ |
| H A D | user_obj.c | 259 TASK_KILLABLE | TASK_FREEZABLE)) { in qcomtee_user_object_dispatch()
|
| /linux/fs/ |
| H A D | exec.c | 928 __set_current_state(TASK_KILLABLE); in de_thread() 955 __set_current_state(TASK_KILLABLE); in de_thread()
|
| H A D | userfaultfd.c | 361 return TASK_KILLABLE; in userfaultfd_get_blocking_state() 579 set_current_state(TASK_KILLABLE); in userfaultfd_event_wait_completion()
|
| /linux/fs/erofs/ |
| H A D | xattr.c | 53 if (wait_on_bit_lock(&vi->flags, EROFS_I_BL_XATTR_BIT, TASK_KILLABLE)) in erofs_init_inode_xattrs()
|
| H A D | zmap.c | 634 if (wait_on_bit_lock(&vi->flags, EROFS_I_BL_Z_BIT, TASK_KILLABLE)) in z_erofs_fill_inode()
|
| /linux/fs/nfs/ |
| H A D | pnfs.c | 2069 TASK_KILLABLE|TASK_FREEZABLE_UNSAFE); in pnfs_prepare_to_retry_layoutget() 2204 TASK_KILLABLE)); in pnfs_update_layout() 2256 TASK_KILLABLE)); in pnfs_update_layout() 3375 TASK_KILLABLE|TASK_FREEZABLE_UNSAFE); in pnfs_layoutcommit_inode()
|
| H A D | file.c | 665 TASK_KILLABLE|TASK_FREEZABLE_UNSAFE); in nfs_vm_page_mkwrite()
|
| /linux/fs/xfs/scrub/ |
| H A D | scrub.c | 991 set_current_state(TASK_KILLABLE); in xfs_ioc_scrubv_metadata()
|
| /linux/fs/smb/client/ |
| H A D | misc.c | 327 TASK_KILLABLE); in cifs_get_writer()
|