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

/linux-4.4.14/mm/
H A Dmemblock.c1690 static const struct file_operations memblock_debug_fops = { variable in typeref:struct:file_operations
1702 debugfs_create_file("memory", S_IRUGO, root, &memblock.memory, &memblock_debug_fops); memblock_init_debugfs()
1703 debugfs_create_file("reserved", S_IRUGO, root, &memblock.reserved, &memblock_debug_fops); memblock_init_debugfs()
1705 debugfs_create_file("physmem", S_IRUGO, root, &memblock.physmem, &memblock_debug_fops); memblock_init_debugfs()

Completed in 42 milliseconds