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

/linux-4.4.14/arch/tile/kernel/
H A Dsysfs.c125 static struct bin_attribute hvconfig_bin; variable in typeref:struct:bin_attribute
241 sysfs_bin_attr_init(&hvconfig_bin); create_sysfs_entries()
242 hvconfig_bin.attr.name = "hvconfig"; create_sysfs_entries()
243 hvconfig_bin.attr.mode = S_IRUGO; create_sysfs_entries()
244 hvconfig_bin.read = hvconfig_bin_read; create_sysfs_entries()
245 hvconfig_bin.size = PAGE_SIZE; create_sysfs_entries()
246 err = sysfs_create_bin_file(hypervisor_kobj, &hvconfig_bin); create_sysfs_entries()

Completed in 92 milliseconds