include/uapi/linux/mman.h

Source file repositories/reference/linux-study-clean/include/uapi/linux/mman.h

File Facts

System
Linux kernel
Corpus path
include/uapi/linux/mman.h
Extension
.h
Size
1871 bytes
Lines
60
Domain
Core OS
Bucket
Core Kernel Interface
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

struct cachestat_range {
	__u64 off;
	__u64 len;
};

struct cachestat {
	__u64 nr_cache;
	__u64 nr_dirty;
	__u64 nr_writeback;
	__u64 nr_evicted;
	__u64 nr_recently_evicted;
};

#endif /* _UAPI_LINUX_MMAN_H */

Annotation

Implementation Notes