Searched refs:abs_timeout (Results 1 – 2 of 2) sorted by relevance
183 struct timespec64 abs_timeout; member
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() argument2567 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()
Completed in 37 milliseconds