include/linux/swapops.h

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

File Facts

System
Linux kernel
Corpus path
include/linux/swapops.h
Extension
.h
Size
9801 bytes
Lines
365
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

static inline void pmd_migration_entry_wait(struct mm_struct *m, pmd_t *p) { }

static inline pmd_t swp_entry_to_pmd(swp_entry_t entry)
{
	return __pmd(0);
}

#endif  /* CONFIG_ARCH_ENABLE_THP_MIGRATION */

#endif /* CONFIG_MMU */
#endif /* _LINUX_SWAPOPS_H */

Annotation

Implementation Notes