Home
last modified time | relevance | path

Searched refs:SHM_REMAP (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dshm.h50 #define SHM_REMAP 040000 /* take-over region on attach */ macro
/linux-4.1.27/ipc/
Dshm.c1118 if ((shmflg & SHM_REMAP)) in do_shmat()
1204 if (addr && !(shmflg & SHM_REMAP)) { in do_shmat()