include/vdso/auxclock.h

Source file repositories/reference/linux-study-clean/include/vdso/auxclock.h

File Facts

System
Linux kernel
Corpus path
include/vdso/auxclock.h
Extension
.h
Size
253 bytes
Lines
14
Domain
Repository Root And Misc
Bucket
include
Inferred role
Repository Root And Misc: implementation source
Status
source implementation candidate

Why This File Exists

Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _VDSO_AUXCLOCK_H
#define _VDSO_AUXCLOCK_H

#include <uapi/linux/time.h>
#include <uapi/linux/types.h>

static __always_inline u64 aux_clock_resolution_ns(void)
{
	return 1;
}

#endif /* _VDSO_AUXCLOCK_H */

Annotation

Implementation Notes