Searched refs:get_compat_ipc_perm (Results 1 – 5 of 5) sorted by relevance
50 int get_compat_ipc_perm(struct ipc64_perm *to, in get_compat_ipc_perm() function
270 int get_compat_ipc_perm(struct ipc64_perm *, struct compat_ipc_perm __user *);
689 if (get_compat_ipc_perm(&out->msg_perm, &p->msg_perm)) in copy_compat_msqid_from_user()
1436 return get_compat_ipc_perm(&out->shm_perm, &p->shm_perm); in copy_compat_shmid_from_user()
1746 return get_compat_ipc_perm(&out->sem_perm, &p->sem_perm); in copy_compat_semid_from_user()
Completed in 15 milliseconds