Home
last modified time | relevance | path

Searched refs:res (Results 1 – 3 of 3) sorted by relevance

/ipc/
Dmqueue.c1189 int res = prepare_timeout(u_abs_timeout, &ts); in SYSCALL_DEFINE5() local
1190 if (res) in SYSCALL_DEFINE5()
1191 return res; in SYSCALL_DEFINE5()
1203 int res = prepare_timeout(u_abs_timeout, &ts); in SYSCALL_DEFINE5() local
1204 if (res) in SYSCALL_DEFINE5()
1205 return res; in SYSCALL_DEFINE5()
1531 int res = compat_prepare_timeout(u_abs_timeout, &ts); in SYSCALL_DEFINE5() local
1532 if (res) in SYSCALL_DEFINE5()
1533 return res; in SYSCALL_DEFINE5()
1546 int res = compat_prepare_timeout(u_abs_timeout, &ts); in SYSCALL_DEFINE5() local
[all …]
Dsem.c1203 time64_t res; in get_semotime() local
1205 res = sma->sems[0].sem_otime; in get_semotime()
1209 if (to > res) in get_semotime()
1210 res = to; in get_semotime()
1212 return res; in get_semotime()
Dmsg.c234 static void expunge_all(struct msg_queue *msq, int res, in expunge_all() argument
241 WRITE_ONCE(msr->r_msg, ERR_PTR(res)); in expunge_all()