Searched refs:TASK_KILLABLE (Results 26 - 47 of 47) sorted by relevance

12

/linux-master/fs/nfs/
H A Dfile.c604 TASK_KILLABLE|TASK_FREEZABLE_UNSAFE);
H A Dpnfs.c1914 TASK_KILLABLE|TASK_FREEZABLE_UNSAFE);
2047 TASK_KILLABLE));
2099 TASK_KILLABLE));
3215 TASK_KILLABLE|TASK_FREEZABLE_UNSAFE);
H A Dnfs3proc.c39 __set_current_state(TASK_KILLABLE|TASK_FREEZABLE_UNSAFE);
H A Dinode.c1340 TASK_KILLABLE|TASK_FREEZABLE_UNSAFE);
H A Dnfs4state.c1331 TASK_KILLABLE|TASK_FREEZABLE_UNSAFE);
H A Dnfs4proc.c425 __set_current_state(TASK_KILLABLE|TASK_FREEZABLE_UNSAFE);
1729 prepare_to_wait(&state->waitq, &wait, TASK_KILLABLE);
3511 prepare_to_wait(&state->waitq, &wait, TASK_KILLABLE);
/linux-master/fs/erofs/
H A Dzmap.c584 if (wait_on_bit_lock(&vi->flags, EROFS_I_BL_Z_BIT, TASK_KILLABLE))
/linux-master/fs/btrfs/
H A Dspace-info.c1484 ret = prepare_to_wait_event(&ticket->wait, &wait, TASK_KILLABLE);
/linux-master/fs/overlayfs/
H A Dcopy_up.c291 if (signal_pending_state(TASK_KILLABLE, current)) {
/linux-master/kernel/time/
H A Dtimer.c2607 __set_current_state(TASK_KILLABLE);
/linux-master/include/linux/
H A Dsched.h125 #define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE) macro
/linux-master/mm/
H A Dfilemap.c1452 return folio_wait_bit_common(folio, bit_nr, TASK_KILLABLE, SHARED);
1459 * @state: The sleep state (TASK_KILLABLE, TASK_UNINTERRUPTIBLE, etc).
1652 return folio_wait_bit_common(folio, PG_locked, TASK_KILLABLE,
2418 folio_put_wait_locked(folio, TASK_KILLABLE);
H A Dpage-writeback.c1945 __set_current_state(TASK_KILLABLE);
H A Dmemcontrol.c2247 prepare_to_wait(&memcg_oom_waitq, &owait.wait, TASK_KILLABLE);
2879 * schedule_timeout_killable sets TASK_KILLABLE). This means we don't
/linux-master/fs/smb/client/
H A Dtransport.c743 (TASK_KILLABLE|TASK_FREEZABLE_UNSAFE));
H A Dinode.c2481 TASK_KILLABLE|TASK_FREEZABLE_UNSAFE);
/linux-master/block/
H A Dblk-cgroup.c1926 __set_current_state(TASK_KILLABLE);
/linux-master/net/sunrpc/auth_gss/
H A Dauth_gss.c677 prepare_to_wait(&gss_msg->waitqueue, &wait, TASK_KILLABLE);
/linux-master/kernel/
H A Dfork.c1588 unsigned int state = TASK_KILLABLE|TASK_FREEZABLE;
/linux-master/net/sunrpc/
H A Dclnt.c3220 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) {
H A Dxprtsock.c2696 if (wait_on_bit_lock(&lower_xprt->state, XPRT_LOCKED, TASK_KILLABLE))
/linux-master/fs/ceph/
H A Dmds_client.c885 TASK_KILLABLE);
3545 TASK_KILLABLE);

Completed in 672 milliseconds

12