• Home
  • Raw
  • Download

Lines Matching refs:mdesc_get_property

328 		id = mdesc_get_property(hp, target,  in parent_cfg_handle()
350 idp = mdesc_get_property(md, node, "id", NULL); in get_vdev_port_node_info()
351 name = mdesc_get_property(md, node, "name", NULL); in get_vdev_port_node_info()
397 idp = mdesc_get_property(md, node, "id", NULL); in get_ds_port_node_info()
657 const void *mdesc_get_property(struct mdesc_handle *hp, u64 node, in mdesc_get_property() function
701 EXPORT_SYMBOL(mdesc_get_property);
770 s = mdesc_get_property(hp, pn, "banner-name", NULL); in report_platform_properties()
772 s = mdesc_get_property(hp, pn, "name", NULL); in report_platform_properties()
775 v = mdesc_get_property(hp, pn, "hostid", NULL); in report_platform_properties()
778 v = mdesc_get_property(hp, pn, "serial#", NULL); in report_platform_properties()
781 v = mdesc_get_property(hp, pn, "stick-frequency", NULL); in report_platform_properties()
783 v = mdesc_get_property(hp, pn, "mac-address", NULL); in report_platform_properties()
786 v = mdesc_get_property(hp, pn, "watchdog-resolution", NULL); in report_platform_properties()
789 v = mdesc_get_property(hp, pn, "watchdog-max-timeout", NULL); in report_platform_properties()
792 v = mdesc_get_property(hp, pn, "max-cpus", NULL); in report_platform_properties()
819 const u64 *level = mdesc_get_property(hp, mp, "level", NULL); in fill_in_one_cache()
820 const u64 *size = mdesc_get_property(hp, mp, "size", NULL); in fill_in_one_cache()
821 const u64 *line_size = mdesc_get_property(hp, mp, "line-size", NULL); in fill_in_one_cache()
825 type = mdesc_get_property(hp, mp, "type", &type_len); in fill_in_one_cache()
885 const u64 *id = mdesc_get_property(hp, node, "id", NULL); in __mark_core_id()
894 const u64 *id = mdesc_get_property(hp, node, "id", NULL); in __mark_max_cache_id()
935 level = mdesc_get_property(hp, mp, "level", NULL); in set_core_ids()
939 type = mdesc_get_property(hp, mp, "type", &len); in set_core_ids()
961 cur_lvl = mdesc_get_property(hp, mp, "level", NULL); in set_max_cache_ids_by_cache()
987 id = mdesc_get_property(hp, t, "id", NULL); in set_sock_ids_by_socket()
1025 id = mdesc_get_property(hp, t, "id", NULL); in mark_proc_ids()
1041 type = mdesc_get_property(hp, mp, "type", &len); in __set_proc_ids()
1085 val = mdesc_get_property(hp, mp, "q-cpu-mondo-#bits", NULL); in get_mondo_data()
1088 val = mdesc_get_property(hp, mp, "q-dev-mondo-#bits", NULL); in get_mondo_data()
1091 val = mdesc_get_property(hp, mp, "q-resumable-#bits", NULL); in get_mondo_data()
1094 val = mdesc_get_property(hp, mp, "q-nonresumable-#bits", NULL); in get_mondo_data()
1113 const u64 *id = mdesc_get_property(hp, mp, "id", NULL); in mdesc_iterate_over_cpus()
1157 const u64 *pgsz_prop = mdesc_get_property(hp, mp, "mmu-page-size-list", NULL); in check_one_pgsz()
1182 const u64 *cfreq = mdesc_get_property(hp, mp, "clock-frequency", NULL); in fill_in_one_cpu()