Home
last modified time | relevance | path

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

/linux-5.19.10/arch/um/os-Linux/skas/
Dprocess.c105 #define STUB_DONE_MASK (1 << SIGTRAP) macro
127 if (((1 << WSTOPSIG(status)) & STUB_DONE_MASK) != 0) in wait_stub_done()