Searched refs:abs_timeout (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Daudit.h474 extern void __audit_mq_sendrecv(mqd_t mqdes, size_t msg_len, unsigned int msg_prio, const struct timespec *abs_timeout);
502 static inline void audit_mq_sendrecv(mqd_t mqdes, size_t msg_len, unsigned int msg_prio, const struct timespec *abs_timeout) argument
505 __audit_mq_sendrecv(mqdes, msg_len, msg_prio, abs_timeout);
H A Dsyscalls.h677 asmlinkage long sys_mq_timedsend(mqd_t mqdes, const char __user *msg_ptr, size_t msg_len, unsigned int msg_prio, const struct timespec __user *abs_timeout);
678 asmlinkage long sys_mq_timedreceive(mqd_t mqdes, char __user *msg_ptr, size_t msg_len, unsigned int __user *msg_prio, const struct timespec __user *abs_timeout);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dauditsc.c233 struct timespec abs_timeout; member in struct:audit_context::__anon18757::__anon18762
1285 context->mq_sendrecv.abs_timeout.tv_sec,
1286 context->mq_sendrecv.abs_timeout.tv_nsec);
2166 * @abs_timeout: Message timeout in absolute time
2170 const struct timespec *abs_timeout)
2173 struct timespec *p = &context->mq_sendrecv.abs_timeout;
2175 if (abs_timeout)
2176 memcpy(p, abs_timeout, sizeof(struct timespec));
2169 __audit_mq_sendrecv(mqd_t mqdes, size_t msg_len, unsigned int msg_prio, const struct timespec *abs_timeout) argument

Completed in 79 milliseconds