Searched refs:abs_timeout (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | audit.h | 434 …sendrecv(mqd_t mqdes, size_t msg_len, unsigned int msg_prio, const struct timespec64 *abs_timeout); 501 …_sendrecv(mqd_t mqdes, size_t msg_len, unsigned int msg_prio, const struct timespec64 *abs_timeout) in audit_mq_sendrecv() argument 504 __audit_mq_sendrecv(mqdes, msg_len, msg_prio, abs_timeout); in audit_mq_sendrecv() 681 const struct timespec64 *abs_timeout) in audit_mq_sendrecv() argument
|
| H A D | syscalls.h | 738 …sg_ptr, size_t msg_len, unsigned int msg_prio, const struct __kernel_timespec __user *abs_timeout); 739 …size_t msg_len, unsigned int __user *msg_prio, const struct __kernel_timespec __user *abs_timeout);
|
| /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() 2534 const struct timespec64 *abs_timeout) in __audit_mq_sendrecv() argument 2537 struct timespec64 *p = &context->mq_sendrecv.abs_timeout; in __audit_mq_sendrecv() 2539 if (abs_timeout) in __audit_mq_sendrecv() 2540 memcpy(p, abs_timeout, sizeof(*p)); in __audit_mq_sendrecv()
|