Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dcompat.h25 typedef u32 compat_sigset_word; typedef
/linux/include/asm-generic/
H A Dcompat.h74 typedef u32 compat_sigset_word; typedef
/linux/kernel/
H A Dcompat.c35 static inline void compat_sig_setmask(sigset_t *blocked, compat_sigset_word set) in compat_sig_setmask()