Home
last modified time | relevance | path

Searched refs:memblock_debug_fops (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/mm/
Dmemblock.c1583 static const struct file_operations memblock_debug_fops = { variable
1595 debugfs_create_file("memory", S_IRUGO, root, &memblock.memory, &memblock_debug_fops); in memblock_init_debugfs()
1596 debugfs_create_file("reserved", S_IRUGO, root, &memblock.reserved, &memblock_debug_fops); in memblock_init_debugfs()
1598 debugfs_create_file("physmem", S_IRUGO, root, &memblock.physmem, &memblock_debug_fops); in memblock_init_debugfs()