Searched refs:abs_timeout (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | audit.h | 411 …sendrecv(mqd_t mqdes, size_t msg_len, unsigned int msg_prio, const struct timespec64 *abs_timeout); 478 …_sendrecv(mqd_t mqdes, size_t msg_len, unsigned int msg_prio, const struct timespec64 *abs_timeout) in audit_mq_sendrecv() argument 481 __audit_mq_sendrecv(mqdes, msg_len, msg_prio, abs_timeout); in audit_mq_sendrecv() 658 const struct timespec64 *abs_timeout) in audit_mq_sendrecv() argument
|
| H A D | syscalls.h | 727 …sg_ptr, size_t msg_len, unsigned int msg_prio, const struct __kernel_timespec __user *abs_timeout); 728 …size_t msg_len, unsigned int __user *msg_prio, const struct __kernel_timespec __user *abs_timeout);
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_syncobj.c | 1200 ktime_t abs_timeout, now; in drm_timeout_abs_to_jiffies() local 1207 abs_timeout = ns_to_ktime(timeout_nsec); in drm_timeout_abs_to_jiffies() 1210 if (!ktime_after(abs_timeout, now)) in drm_timeout_abs_to_jiffies() 1213 timeout_ns = ktime_to_ns(ktime_sub(abs_timeout, now)); in drm_timeout_abs_to_jiffies()
|
| /linux-6.15/kernel/ |
| H A D | audit.h | 183 struct timespec64 abs_timeout; member
|
| H A D | auditsc.c | 1436 (long long) context->mq_sendrecv.abs_timeout.tv_sec, in show_special() 1437 context->mq_sendrecv.abs_timeout.tv_nsec); in show_special() 2564 const struct timespec64 *abs_timeout) in __audit_mq_sendrecv() argument 2567 struct timespec64 *p = &context->mq_sendrecv.abs_timeout; in __audit_mq_sendrecv() 2569 if (abs_timeout) in __audit_mq_sendrecv() 2570 memcpy(p, abs_timeout, sizeof(*p)); in __audit_mq_sendrecv()
|