Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dmshv_debugfs.c35 static struct dentry **parent_vp_stats; variable
458 parent_vp_stats[idx]); in mshv_debugfs_parent_partition_remove()
462 kfree(parent_vp_stats); in mshv_debugfs_parent_partition_remove()
463 parent_vp_stats = NULL; in mshv_debugfs_parent_partition_remove()
514 parent_vp_stats = kzalloc_objs(*parent_vp_stats, nr_cpu_ids); in mshv_debugfs_parent_partition_create()
515 if (!parent_vp_stats) { in mshv_debugfs_parent_partition_create()
522 &parent_vp_stats[idx], in mshv_debugfs_parent_partition_create()
534 parent_vp_debugfs_remove(i, parent_vp_stats[i]); in mshv_debugfs_parent_partition_create()
539 kfree(parent_vp_stats); in mshv_debugfs_parent_partition_create()
540 parent_vp_stats = NULL; in mshv_debugfs_parent_partition_create()