Searched refs:abs_timeout (Results 1 – 2 of 2) sorted by relevance
1330 (long long) context->mq_sendrecv.abs_timeout.tv_sec, in show_special()1331 context->mq_sendrecv.abs_timeout.tv_nsec); in show_special()2313 const struct timespec64 *abs_timeout) in __audit_mq_sendrecv() argument2316 struct timespec64 *p = &context->mq_sendrecv.abs_timeout; in __audit_mq_sendrecv()2318 if (abs_timeout) in __audit_mq_sendrecv()2319 memcpy(p, abs_timeout, sizeof(*p)); in __audit_mq_sendrecv()
173 struct timespec64 abs_timeout; member