Searched refs:IPC_HILO (Results 1 – 4 of 4) sorted by relevance
45 IPC_HILO(buf, shm_atime); in shmctl()46 IPC_HILO(buf, shm_dtime); in shmctl()47 IPC_HILO(buf, shm_ctime); in shmctl()
45 IPC_HILO(buf, msg_stime); in msgctl()46 IPC_HILO(buf, msg_rtime); in msgctl()47 IPC_HILO(buf, msg_ctime); in msgctl()
64 IPC_HILO(arg.buf, sem_otime); in semctl()65 IPC_HILO(arg.buf, sem_ctime); in semctl()
24 #define IPC_HILO(b,t) ((b)->t = (b)->__##t##_lo | 0LL+(b)->__##t##_hi<<32) macro