Home
last modified time | relevance | path

Searched refs:abs_timeout (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/
H A Ddrm_syncobj.c1203 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 Daudit.h188 struct timespec64 abs_timeout; member
H A Dauditsc.c1422 (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 Dsyscalls.h737 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);