Home
last modified time | relevance | path

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

/mm/
Dmemblock.c1572 static const struct file_operations memblock_debug_fops = { variable
1584 debugfs_create_file("memory", S_IRUGO, root, &memblock.memory, &memblock_debug_fops); in memblock_init_debugfs()
1585 debugfs_create_file("reserved", S_IRUGO, root, &memblock.reserved, &memblock_debug_fops); in memblock_init_debugfs()
1587 debugfs_create_file("physmem", S_IRUGO, root, &memblock.physmem, &memblock_debug_fops); in memblock_init_debugfs()