/openbmc/linux/kernel/locking/ |
H A D | rtmutex_api.c | 102 return __rt_mutex_lock_common(lock, TASK_KILLABLE, NULL, 0); in rt_mutex_lock_killable() 544 return __mutex_lock_common(lock, TASK_KILLABLE, subclass, NULL, _RET_IP_); in mutex_lock_killable_nested() 576 return __mutex_lock_common(lock, TASK_KILLABLE, 0, NULL, _RET_IP_); in mutex_lock_killable()
|
H A D | rwsem.c | 1273 return __down_read_common(sem, TASK_KILLABLE); in __down_read_killable() 1320 return __down_write_common(sem, TASK_KILLABLE); in __down_write_killable() 1459 return rwbase_read_lock(&sem->rwbase, TASK_KILLABLE); in __down_read_killable() 1479 return rwbase_write_lock(&sem->rwbase, TASK_KILLABLE); in __down_write_killable()
|
H A D | semaphore.c | 264 return __down_common(sem, TASK_KILLABLE, MAX_SCHEDULE_TIMEOUT); in __down_killable()
|
H A D | mutex.c | 814 return __mutex_lock(lock, TASK_KILLABLE, subclass, NULL, _RET_IP_); in mutex_lock_killable_nested() 1041 return __mutex_lock(lock, TASK_KILLABLE, 0, NULL, _RET_IP_); in __mutex_lock_killable_slowpath()
|
/openbmc/linux/kernel/sched/ |
H A D | completion.c | 254 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_KILLABLE); in wait_for_completion_killable() 288 return wait_for_common(x, timeout, TASK_KILLABLE); in wait_for_completion_killable_timeout()
|
/openbmc/linux/kernel/module/ |
H A D | dups.c | 210 TASK_UNINTERRUPTIBLE | TASK_KILLABLE); in kmod_dup_request_exists_wait()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_extent_busy.c | 632 prepare_to_wait(&pag->pagb_wait, &wait, TASK_KILLABLE); in xfs_extent_busy_flush() 652 prepare_to_wait(&pag->pagb_wait, &wait, TASK_KILLABLE); in xfs_extent_busy_wait_all()
|
H A D | xfs_trans_ail.c | 607 set_current_state(TASK_KILLABLE|TASK_FREEZABLE); in xfsaild()
|
/openbmc/linux/include/linux/ |
H A D | wait.h | 635 ___wait_event(wq, condition, TASK_KILLABLE, 1, 0, \ 913 ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) 969 TASK_KILLABLE, 0, timeout, \
|
H A D | wait_bit.h | 282 ___wait_var_event(var, condition, TASK_KILLABLE, 0, 0, \
|
/openbmc/linux/Documentation/translations/zh_CN/scheduler/ |
H A D | completion.rst | 202 更多的变体包括_killable,它使用TASK_KILLABLE作为指定的任务状态,如果它被中断,将返
|
/openbmc/linux/net/sunrpc/ |
H A D | sysfs.c | 248 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) { in rpc_sysfs_xprt_dstaddr_store() 311 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) { in rpc_sysfs_xprt_state_change()
|
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()
|
/openbmc/linux/kernel/ |
H A D | umh.c | 442 retval = wait_for_completion_state(&done, state | TASK_KILLABLE); in call_usermodehelper_exec()
|
/openbmc/linux/fs/orangefs/ |
H A D | file.c | 290 ret = wait_on_bit(bitlock, 1, TASK_KILLABLE); in orangefs_revalidate_mapping()
|
/openbmc/linux/fs/ceph/ |
H A D | mds_client.h | 612 TASK_KILLABLE); in ceph_wait_on_async_create()
|
/openbmc/linux/lib/ |
H A D | test_lockup.c | 468 wait_state = TASK_KILLABLE; in test_lockup_init()
|
/openbmc/linux/fs/erofs/ |
H A D | xattr.c | 47 if (wait_on_bit_lock(&vi->flags, EROFS_I_BL_XATTR_BIT, TASK_KILLABLE)) in erofs_init_inode_xattrs()
|
H A D | zmap.c | 596 if (wait_on_bit_lock(&vi->flags, EROFS_I_BL_Z_BIT, TASK_KILLABLE)) in z_erofs_fill_inode_lazy()
|
/openbmc/linux/fs/nfs/ |
H A D | pnfs.c | 1913 TASK_KILLABLE|TASK_FREEZABLE_UNSAFE); in pnfs_prepare_to_retry_layoutget() 2044 TASK_KILLABLE)); in pnfs_update_layout() 2096 TASK_KILLABLE)); in pnfs_update_layout() 3221 TASK_KILLABLE|TASK_FREEZABLE_UNSAFE); in pnfs_layoutcommit_inode()
|
H A D | file.c | 606 TASK_KILLABLE|TASK_FREEZABLE_UNSAFE); in nfs_vm_page_mkwrite()
|
/openbmc/linux/fs/ |
H A D | exec.c | 1071 __set_current_state(TASK_KILLABLE); in de_thread() 1098 __set_current_state(TASK_KILLABLE); in de_thread()
|
H A D | userfaultfd.c | 392 return TASK_KILLABLE; in userfaultfd_get_blocking_state() 618 set_current_state(TASK_KILLABLE); in userfaultfd_event_wait_completion()
|
/openbmc/linux/mm/ |
H A D | filemap.c | 1474 return folio_wait_bit_common(folio, bit_nr, TASK_KILLABLE, SHARED); in folio_wait_bit_killable() 1481 * @state: The sleep state (TASK_KILLABLE, TASK_UNINTERRUPTIBLE, etc). 1664 return folio_wait_bit_common(folio, PG_locked, TASK_KILLABLE, in __folio_lock_killable() 2482 folio_put_wait_locked(folio, TASK_KILLABLE); in filemap_update_page()
|
/openbmc/linux/Documentation/scheduler/ |
H A D | completion.rst | 228 Further variants include _killable which uses TASK_KILLABLE as the
|