Home
last modified time | relevance | path

Searched refs:checkpointed (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/Documentation/powerpc/
Dtransactional_memory.rst104 represents the checkpointed/original register state; the signal appears to have
155 returns before a tend. In this case, the stack is part of the checkpointed
162 the stack pointer from the checkpointed state, rather than the speculated
169 normal/non-checkpointed stack pointer.
199 it looks like the transaction has just started (the checkpointed state is
/linux-6.1.9/Documentation/admin-guide/cgroup-v1/
Dfreezer-subsystem.rst19 recoverable error occur. This also allows the checkpointed tasks to be
/linux-6.1.9/fs/ocfs2/
Ddlmglue.c3998 int checkpointed = ocfs2_ci_fully_checkpointed(ci); in ocfs2_ci_checkpointed() local
4001 BUG_ON(lockres->l_level != DLM_LOCK_EX && !checkpointed); in ocfs2_ci_checkpointed()
4003 if (checkpointed) in ocfs2_ci_checkpointed()