Searched refs:abs_timeout (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | uipc_mqueue.c | 1719 if (abs_timeout == NULL) { in mqueue_send() 1734 if (abs_timeout->tv_nsec >= 1000000000 || abs_timeout->tv_nsec < 0) { in mqueue_send() 1884 if (abs_timeout->tv_nsec >= 1000000000 || abs_timeout->tv_nsec < 0) { in mqueue_receive() 2280 abs_timeout = &ets; in sys_kmq_timedreceive() 2282 abs_timeout = NULL; in sys_kmq_timedreceive() 2307 abs_timeout = &ets; in sys_kmq_timedsend() 2309 abs_timeout = NULL; in sys_kmq_timedsend() 2805 abs_timeout = &ets; in freebsd32_kmq_timedsend() 2807 abs_timeout = NULL; in freebsd32_kmq_timedsend() 2836 abs_timeout = &ets; in freebsd32_kmq_timedreceive() [all …]
|
| H A D | kern_umtx.c | 214 struct abs_timeout { struct 823 abs_timeout_gethz(struct abs_timeout *timo) in abs_timeout_gethz() 957 struct abs_timeout timo; in do_wait() 1030 struct abs_timeout timo; in do_lock_normal() 1837 struct abs_timeout timo; in do_lock_pi() 2173 struct abs_timeout timo; in do_lock_pp() 2578 struct abs_timeout timo; in do_cv_wait() 2726 struct abs_timeout timo; in do_rw_rdlock() 2911 struct abs_timeout timo; in do_rw_wrlock() 3206 struct abs_timeout timo; in do_sem_wait() [all …]
|
| H A D | systrace_args.c | 2401 uarg[4] = (intptr_t) p->abs_timeout; /* const struct timespec * */ in systrace_args() 2412 uarg[4] = (intptr_t) p->abs_timeout; /* const struct timespec * */ in systrace_args()
|
| /freebsd-12.1/contrib/compiler-rt/include/sanitizer/ |
| H A D | netbsd_syscall_hooks.h | 1379 (long long)(msg_prio), (long long)(abs_timeout)) 1384 (long long)(msg_prio), (long long)(abs_timeout)) 1389 (long long)(msg_prio), (long long)(abs_timeout)) 1394 (long long)(msg_prio), (long long)(abs_timeout)) 2352 (long long)(msg_prio), (long long)(abs_timeout)) 2357 (long long)(msg_prio), (long long)(abs_timeout)) 3736 long long msg_prio, long long abs_timeout); 3739 long long abs_timeout); 3742 long long msg_prio, long long abs_timeout); 4461 long long msg_prio, long long abs_timeout); [all …]
|
| H A D | linux_syscall_hooks.h | 1369 msg_prio, abs_timeout) \ argument 1372 (long)(abs_timeout)) 1374 msg_prio, abs_timeout) \ argument 1377 (long)(abs_timeout)) 1379 msg_prio, abs_timeout) \ argument 1382 (long)(abs_timeout)) 1387 (long)(abs_timeout)) 2781 long abs_timeout); 2785 long abs_timeout); 2788 long abs_timeout); [all …]
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2177 long msg_prio, const void *abs_timeout) { 2179 if (abs_timeout) PRE_READ(abs_timeout, struct_timespec_sz); 2184 const void *abs_timeout) {} 2187 void *msg_prio, const void *abs_timeout) { 2188 if (abs_timeout) PRE_READ(abs_timeout, struct_timespec_sz); 2192 int *msg_prio, const void *abs_timeout) {
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_systrace_args.c | 1926 uarg[4] = (intptr_t) p->abs_timeout; /* const struct l_timespec * */ in systrace_args() 1937 uarg[4] = (intptr_t) p->abs_timeout; /* const struct l_timespec * */ in systrace_args() 1945 uarg[1] = (intptr_t) p->abs_timeout; /* const struct l_timespec * */ in systrace_args()
|
| H A D | linux_proto.h | 881 …char abs_timeout_l_[PADL_(const struct l_timespec *)]; const struct l_timespec * abs_timeout; char… member 888 …char abs_timeout_l_[PADL_(const struct l_timespec *)]; const struct l_timespec * abs_timeout; char… member 892 …char abs_timeout_l_[PADL_(const struct l_timespec *)]; const struct l_timespec * abs_timeout; char… member
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_proto.h | 385 …char abs_timeout_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * abs_timeout; char… member 392 …char abs_timeout_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * abs_timeout; char… member
|
| H A D | freebsd32_systrace_args.c | 2239 uarg[4] = (intptr_t) p->abs_timeout; /* const struct timespec32 * */ in systrace_args() 2250 uarg[4] = (intptr_t) p->abs_timeout; /* const struct timespec32 * */ in systrace_args()
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 1281 …char abs_timeout_l_[PADL_(const struct timespec *)]; const struct timespec * abs_timeout; char abs… member 1288 …char abs_timeout_l_[PADL_(const struct timespec *)]; const struct timespec * abs_timeout; char abs… member
|