Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/um/os-Linux/skas/
H A Dprocess.c54 #define STUB_DONE_MASK (1 << SIGTRAP) macro
76 if (((1 << WSTOPSIG(status)) & STUB_DONE_MASK) != 0) in wait_stub_done()
/kernel/linux/linux-6.6/arch/um/os-Linux/skas/
H A Dprocess.c105 #define STUB_DONE_MASK (1 << SIGTRAP) macro
127 if (((1 << WSTOPSIG(status)) & STUB_DONE_MASK) != 0) in wait_stub_done()

Completed in 3 milliseconds