Searched refs:ctime (Results 1 – 2 of 2) sorted by relevance
113 struct timespec64 ctime; /* time of syscall entry */ member
991 ctx->ctime = (struct timespec64){ .tv_sec = 0, .tv_nsec = 0 }; in audit_reset_context()1920 ktime_get_coarse_real_ts64(&ctx->ctime); in __audit_uring_entry()2042 ktime_get_coarse_real_ts64(&context->ctime); in __audit_syscall_entry()2525 t->tv_sec = ctx->ctime.tv_sec; in auditsc_get_stamp()2526 t->tv_nsec = ctx->ctime.tv_nsec; in auditsc_get_stamp()