Home
last modified time | relevance | path

Searched defs:a (Results 1 – 8 of 8) sorted by relevance

/mm/
Ddebug-pagealloc.c79 static bool single_bit_flip(unsigned char a, unsigned char b) in single_bit_flip()
Dmmap.c1169 static int anon_vma_compatible(struct vm_area_struct *a, struct vm_area_struct *b) in anon_vma_compatible()
1200 static struct anon_vma *reusable_anon_vma(struct vm_area_struct *old, struct vm_area_struct *a, str… in reusable_anon_vma()
1543 struct mmap_arg_struct a; in SYSCALL_DEFINE1() local
Dnommu.c1492 struct mmap_arg_struct a; in SYSCALL_DEFINE1() local
Dzsmalloc.c130 #define MAX(a, b) ((a) >= (b) ? (a) : (b)) argument
Dmempolicy.c2160 bool __mpol_equal(struct mempolicy *a, struct mempolicy *b) in __mpol_equal()
Dslab.c2928 #define cache_alloc_debugcheck_after(a,b,objp,d) (objp) argument
Dhugetlb.c4352 #define ALIGN_DOWN(x, a) __ALIGN_KERNEL((x) - ((a) - 1), (a)) argument
Dmemcontrol.c3348 static int compare_thresholds(const void *a, const void *b) in compare_thresholds()