taglinefilesource code
_SHM_ID_BITS31include/asm-alpha/shmparam.h#define SHM_ID_MASK  ((1<<_SHM_ID_BITS)-1)
_SHM_ID_BITS33include/asm-alpha/shmparam.h#define SHM_IDX_SHIFT  (_SHM_ID_BITS)
_SHM_ID_BITS44include/asm-alpha/shmparam.h#define SHMMNI (1<<_SHM_ID_BITS)  /* max num of segs system wide */
_SHM_ID_BITS46include/asm-alpha/shmparam.h(1<<(_SHM_IDX_BITS+_SHM_ID_BITS))
_SHM_ID_BITS25include/asm-i386/shmparam.h#define SHM_ID_MASK  ((1<<_SHM_ID_BITS)-1)
_SHM_ID_BITS27include/asm-i386/shmparam.h#define SHM_IDX_SHIFT  (_SHM_ID_BITS)
_SHM_ID_BITS38include/asm-i386/shmparam.h#define SHMMNI (1<<_SHM_ID_BITS)  /* max num of segs system wide */
_SHM_ID_BITS40include/asm-i386/shmparam.h(1<<(_SHM_IDX_BITS+_SHM_ID_BITS))
_SHM_ID_BITS25include/asm-mips/shmparam.h#define SHM_ID_MASK  ((1<<_SHM_ID_BITS)-1)
_SHM_ID_BITS27include/asm-mips/shmparam.h#define SHM_IDX_SHIFT  (_SHM_ID_BITS)
_SHM_ID_BITS38include/asm-mips/shmparam.h#define SHMMNI (1<<_SHM_ID_BITS)  /* max num of segs system wide */
_SHM_ID_BITS40include/asm-mips/shmparam.h(1<<(_SHM_IDX_BITS+_SHM_ID_BITS))
_SHM_ID_BITS25include/asm-ppc/shmparam.h#define SHM_ID_MASK  ((1<<_SHM_ID_BITS)-1)
_SHM_ID_BITS27include/asm-ppc/shmparam.h#define SHM_IDX_SHIFT  (_SHM_ID_BITS)
_SHM_ID_BITS38include/asm-ppc/shmparam.h#define SHMMNI (1<<_SHM_ID_BITS)  /* max num of segs system wide */
_SHM_ID_BITS40include/asm-ppc/shmparam.h(1<<(_SHM_IDX_BITS+_SHM_ID_BITS))
_SHM_ID_BITS26include/asm-sparc/shmparam.h#define SHM_ID_MASK  ((1<<_SHM_ID_BITS)-1)
_SHM_ID_BITS28include/asm-sparc/shmparam.h#define SHM_IDX_SHIFT  (_SHM_ID_BITS)
_SHM_ID_BITS39include/asm-sparc/shmparam.h#define SHMMNI (1<<_SHM_ID_BITS)  /* max num of segs system wide */
_SHM_ID_BITS41include/asm-sparc/shmparam.h(1<<(_SHM_IDX_BITS+_SHM_ID_BITS))