Home
last modified time | relevance | path

Searched defs:STUB_MAX_FDS (Results 1 – 2 of 2) sorted by relevance

/linux/arch/um/include/shared/skas/
H A Dmm_id.h9 #define STUB_MAX_FDS 4 macro
/linux/arch/um/kernel/skas/
H A Dstub.c34 static __always_inline int syscall_handler(int fd_map[STUB_MAX_FDS]) in syscall_handler()