Searched refs:to (Results 1 – 2 of 2) sorted by relevance
38 int get_compat_ipc64_perm(struct ipc64_perm *to, in get_compat_ipc64_perm() argument44 to->uid = v.uid; in get_compat_ipc64_perm()45 to->gid = v.gid; in get_compat_ipc64_perm()46 to->mode = v.mode; in get_compat_ipc64_perm()50 int get_compat_ipc_perm(struct ipc64_perm *to, in get_compat_ipc_perm() argument56 to->uid = v.uid; in get_compat_ipc_perm()57 to->gid = v.gid; in get_compat_ipc_perm()58 to->mode = v.mode; in get_compat_ipc_perm()62 void to_compat_ipc64_perm(struct compat_ipc64_perm *to, struct ipc64_perm *from) in to_compat_ipc64_perm() argument64 to->key = from->key; in to_compat_ipc64_perm()[all …]
1207 time64_t to = sma->sems[i].sem_otime; in get_semotime() local1209 if (to > res) in get_semotime()1210 res = to; in get_semotime()