Searched refs:TASK_KILLABLE (Results 1 - 25 of 46) sorted by relevance

12

/linux-master/kernel/sched/
H A Dcompletion.c254 long t = wait_for_common(x, MAX_SCHEDULE_TIMEOUT, TASK_KILLABLE);
288 return wait_for_common(x, timeout, TASK_KILLABLE);
/linux-master/kernel/locking/
H A Drtmutex_api.c102 return __rt_mutex_lock_common(lock, TASK_KILLABLE, NULL, 0);
544 return __mutex_lock_common(lock, TASK_KILLABLE, subclass, NULL, _RET_IP_);
576 return __mutex_lock_common(lock, TASK_KILLABLE, 0, NULL, _RET_IP_);
H A Dsemaphore.c264 return __down_common(sem, TASK_KILLABLE, MAX_SCHEDULE_TIMEOUT);
H A Drwsem.c1273 return __down_read_common(sem, TASK_KILLABLE);
1320 return __down_write_common(sem, TASK_KILLABLE);
1465 return rwbase_read_lock(&sem->rwbase, TASK_KILLABLE);
1485 return rwbase_write_lock(&sem->rwbase, TASK_KILLABLE);
H A Dmutex.c819 return __mutex_lock(lock, TASK_KILLABLE, subclass, NULL, _RET_IP_);
1046 return __mutex_lock(lock, TASK_KILLABLE, 0, NULL, _RET_IP_);
/linux-master/kernel/module/
H A Ddups.c210 TASK_KILLABLE);
/linux-master/include/linux/
H A Dwait.h630 ___wait_event(wq, condition, TASK_KILLABLE, 1, 0, \
908 ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule())
915 * The process is put to sleep (TASK_KILLABLE) until the
964 TASK_KILLABLE, 0, timeout, \
973 * The process is put to sleep (TASK_KILLABLE) until the
H A Dwait_bit.h282 ___wait_var_event(var, condition, TASK_KILLABLE, 0, 0, \
/linux-master/fs/xfs/
H A Dxfs_extent_busy.c633 prepare_to_wait(&pag->pagb_wait, &wait, TASK_KILLABLE);
653 prepare_to_wait(&pag->pagb_wait, &wait, TASK_KILLABLE);
H A Dxfs_trans_ail.c607 set_current_state(TASK_KILLABLE|TASK_FREEZABLE);
/linux-master/net/sunrpc/
H A Dsysfs.c248 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) {
311 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) {
H A Dsched.c346 rpc_wait_bit_killable, TASK_KILLABLE|TASK_FREEZABLE_UNSAFE);
987 TASK_KILLABLE|TASK_FREEZABLE);
/linux-master/kernel/
H A Dumh.c442 retval = wait_for_completion_state(&done, state | TASK_KILLABLE);
H A Dptrace.c155 * TASK_KILLABLE sleeps.
475 wait_on_bit(&task->jobctl, JOBCTL_TRAPPING_BIT, TASK_KILLABLE);
/linux-master/lib/
H A Dtest_lockup.c468 wait_state = TASK_KILLABLE;
/linux-master/fs/orangefs/
H A Dfile.c290 ret = wait_on_bit(bitlock, 1, TASK_KILLABLE);
H A Dinode.c644 if (wait_on_bit(bitlock, 1, TASK_KILLABLE)) {
/linux-master/fs/ceph/
H A Dmds_client.h620 TASK_KILLABLE);
/linux-master/fs/erofs/
H A Dxattr.c47 if (wait_on_bit_lock(&vi->flags, EROFS_I_BL_XATTR_BIT, TASK_KILLABLE))
H A Dzmap.c595 if (wait_on_bit_lock(&vi->flags, EROFS_I_BL_Z_BIT, TASK_KILLABLE))
/linux-master/fs/
H A Duserfaultfd.c357 return TASK_KILLABLE;
583 set_current_state(TASK_KILLABLE);
H A Dexec.c1087 __set_current_state(TASK_KILLABLE);
1114 __set_current_state(TASK_KILLABLE);
/linux-master/fs/nfs/
H A Dfile.c604 TASK_KILLABLE|TASK_FREEZABLE_UNSAFE);
H A Dnfs3proc.c39 __set_current_state(TASK_KILLABLE|TASK_FREEZABLE_UNSAFE);
/linux-master/fs/notify/fanotify/
H A Dfanotify.c233 (TASK_KILLABLE|TASK_FREEZABLE));

Completed in 227 milliseconds

12