Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/uapi/asm/
Dsiginfo.h118 #define SI_TIMER __SI_CODE(__SI_TIMER, -3) /* sent by timer expiration */
119 #define SI_MESGQ __SI_CODE(__SI_MESGQ, -4) /* sent by real time mesq state change */
/linux-4.1.27/include/uapi/asm-generic/
Dsiginfo.h157 #define __SI_CODE(T,N) (N) macro
167 #define SI_TIMER __SI_CODE(__SI_TIMER,-2) /* sent by timer expiration */
168 #define SI_MESGQ __SI_CODE(__SI_MESGQ,-3) /* sent by real time mesq state change */
/linux-4.1.27/include/asm-generic/
Dsiginfo.h15 #define __SI_CODE(T,N) ((T) | ((N) & 0xffff)) macro