Searched refs:abs_timeout (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/ |
| H A D | drm_syncobj.c | 1203 ktime_t abs_timeout, now; in drm_timeout_abs_to_jiffies() local 1210 abs_timeout = ns_to_ktime(timeout_nsec); in drm_timeout_abs_to_jiffies() 1213 if (!ktime_after(abs_timeout, now)) in drm_timeout_abs_to_jiffies() 1216 timeout_ns = ktime_to_ns(ktime_sub(abs_timeout, now)); in drm_timeout_abs_to_jiffies()
|
| /linux/kernel/ |
| H A D | audit.h | 188 struct timespec64 abs_timeout; member
|
| H A D | auditsc.c | 1422 (long long) context->mq_sendrecv.abs_timeout.tv_sec, in show_special() 1423 context->mq_sendrecv.abs_timeout.tv_nsec); in show_special() 2511 const struct timespec64 *abs_timeout) in __audit_mq_sendrecv() argument 2514 struct timespec64 *p = &context->mq_sendrecv.abs_timeout; in __audit_mq_sendrecv() 2516 if (abs_timeout) in __audit_mq_sendrecv() 2517 memcpy(p, abs_timeout, sizeof(*p)); in __audit_mq_sendrecv()
|
| /linux/include/linux/ |
| H A D | syscalls.h | 737 asmlinkage long sys_mq_timedsend(mqd_t mqdes, const char __user *msg_ptr, size_t msg_len, unsigned int msg_prio, const struct __kernel_timespec __user *abs_timeout); 738 asmlinkage long sys_mq_timedreceive(mqd_t mqdes, char __user *msg_ptr, size_t msg_len, unsigned int __user *msg_prio, const struct __kernel_timespec __user *abs_timeout);
|