tag | line | file | source code |
_SHM_ID_BITS | 31 | include/asm-alpha/shmparam.h | #define SHM_ID_MASK ((1<<_SHM_ID_BITS)-1) |
_SHM_ID_BITS | 33 | include/asm-alpha/shmparam.h | #define SHM_IDX_SHIFT (_SHM_ID_BITS) |
_SHM_ID_BITS | 44 | include/asm-alpha/shmparam.h | #define SHMMNI (1<<_SHM_ID_BITS) /* max num of segs system wide */ |
_SHM_ID_BITS | 46 | include/asm-alpha/shmparam.h | (1<<(_SHM_IDX_BITS+_SHM_ID_BITS)) |
_SHM_ID_BITS | 25 | include/asm-i386/shmparam.h | #define SHM_ID_MASK ((1<<_SHM_ID_BITS)-1) |
_SHM_ID_BITS | 27 | include/asm-i386/shmparam.h | #define SHM_IDX_SHIFT (_SHM_ID_BITS) |
_SHM_ID_BITS | 38 | include/asm-i386/shmparam.h | #define SHMMNI (1<<_SHM_ID_BITS) /* max num of segs system wide */ |
_SHM_ID_BITS | 40 | include/asm-i386/shmparam.h | (1<<(_SHM_IDX_BITS+_SHM_ID_BITS)) |
_SHM_ID_BITS | 18 | include/asm-m68k/shm.h | #define SHM_ID_MASK ((1<<_SHM_ID_BITS)-1) |
_SHM_ID_BITS | 20 | include/asm-m68k/shm.h | #define SHM_IDX_SHIFT (SHM_ID_SHIFT+_SHM_ID_BITS) |
_SHM_ID_BITS | 25 | include/asm-m68k/shmparam.h | #define SHM_ID_MASK ((1<<_SHM_ID_BITS)-1) |
_SHM_ID_BITS | 27 | include/asm-m68k/shmparam.h | #define SHM_IDX_SHIFT (_SHM_ID_BITS) |
_SHM_ID_BITS | 38 | include/asm-m68k/shmparam.h | #define SHMMNI (1<<_SHM_ID_BITS) /* max num of segs system wide */ |
_SHM_ID_BITS | 40 | include/asm-m68k/shmparam.h | (1<<(_SHM_IDX_BITS+_SHM_ID_BITS)) |
_SHM_ID_BITS | 25 | include/asm-mips/shmparam.h | #define SHM_ID_MASK ((1<<_SHM_ID_BITS)-1) |
_SHM_ID_BITS | 27 | include/asm-mips/shmparam.h | #define SHM_IDX_SHIFT (_SHM_ID_BITS) |
_SHM_ID_BITS | 38 | include/asm-mips/shmparam.h | #define SHMMNI (1<<_SHM_ID_BITS) /* max num of segs system wide */ |
_SHM_ID_BITS | 40 | include/asm-mips/shmparam.h | (1<<(_SHM_IDX_BITS+_SHM_ID_BITS)) |
_SHM_ID_BITS | 25 | include/asm-ppc/shmparam.h | #define SHM_ID_MASK ((1<<_SHM_ID_BITS)-1) |
_SHM_ID_BITS | 27 | include/asm-ppc/shmparam.h | #define SHM_IDX_SHIFT (_SHM_ID_BITS) |
_SHM_ID_BITS | 38 | include/asm-ppc/shmparam.h | #define SHMMNI (1<<_SHM_ID_BITS) /* max num of segs system wide */ |
_SHM_ID_BITS | 40 | include/asm-ppc/shmparam.h | (1<<(_SHM_IDX_BITS+_SHM_ID_BITS)) |
_SHM_ID_BITS | 26 | include/asm-sparc/shmparam.h | #define SHM_ID_MASK ((1<<_SHM_ID_BITS)-1) |
_SHM_ID_BITS | 28 | include/asm-sparc/shmparam.h | #define SHM_IDX_SHIFT (_SHM_ID_BITS) |
_SHM_ID_BITS | 39 | include/asm-sparc/shmparam.h | #define SHMMNI (1<<_SHM_ID_BITS) /* max num of segs system wide */ |
_SHM_ID_BITS | 41 | include/asm-sparc/shmparam.h | (1<<(_SHM_IDX_BITS+_SHM_ID_BITS)) |