Searched refs:SHM_RND (Results 1 – 2 of 2) sorted by relevance
/linux/include/uapi/linux/ | ||
H A D | shm.h | 79 #define SHM_RND 020000 /* round attach address to SHMLBA boundary */ macro |
/linux/ipc/ | ||
H A D | shm.c | 1536 if (shmflg & SHM_RND) { in do_shmat() |