Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/android/ion/
Dion.c63 struct dentry *heaps_debug_root; member
1532 dev->heaps_debug_root, heap, in ion_device_add_heap()
1538 path = dentry_path(dev->heaps_debug_root, buf, 256); in ion_device_add_heap()
1549 debug_name, 0644, dev->heaps_debug_root, heap, in ion_device_add_heap()
1554 path = dentry_path(dev->heaps_debug_root, buf, 256); in ion_device_add_heap()
1590 idev->heaps_debug_root = debugfs_create_dir("heaps", idev->debug_root); in ion_device_create()
1591 if (!idev->heaps_debug_root) { in ion_device_create()