Lines Matching refs:uint64_t
21 static uint64_t __count_kmalloc_free();
22 static uint64_t __count_kmalloc_using();
23 static uint64_t __count_kmalloc_total();
24 uint64_t sys_mm_stat(struct pt_regs *regs);
36 uint64_t attr = 0; in __count_empty_2m_pages()
62 uint64_t result = 0; in __count_empty_2m_pages()
80 uint64_t attr = 0; in __count_in_using_2m_pages()
106 uint64_t result = 0; in __count_in_using_2m_pages()
119 static uint64_t __count_kmalloc_free() in __count_kmalloc_free()
121 uint64_t result = 0; in __count_kmalloc_free()
134 static uint64_t __count_kmalloc_using() in __count_kmalloc_using()
136 uint64_t result = 0; in __count_kmalloc_using()
149 static uint64_t __count_kmalloc_total() in __count_kmalloc_total()
151 uint64_t result = 0; in __count_kmalloc_total()
185 uint64_t sys_mstat(struct pt_regs *regs) in sys_mstat()