Lines Matching full:measurement
3 * Linux on zSeries Channel Measurement Facility support
63 * enum cmb_format - types of supported measurement block formats
65 * @CMF_BASIC: traditional channel measurement blocks supported
80 * format - actual format for all measurement blocks
93 * one instance of struct cmb_operations because the format of the measurement
96 * @alloc: allocate memory for a channel measurement block,
99 * @set: enable or disable measurement
100 * @read: read a measurement entry at an index
101 * @readall: read a measurement block in a common format
102 * @reset: clear the data in the associated measurement block and
166 /* activate channel measurement */ in cmf_activate()
194 * The task was to disable measurement block updates but in set_schib()
373 * @mem: pointer to CMBs (only in basic measurement mode)
394 * Basic channel measurement blocks are allocated in one contiguous
406 * struct cmb - basic channel measurement block
414 * @reserved: unused in basic measurement mode
416 * The measurement block as used by the hardware. The fields are described
728 * struct cmbe - extended channel measurement block
740 * The measurement block as used by the hardware. May be in any 64 bit physical
788 /* activate global measurement if this is the first channel */ in alloc_cmbe()
824 /* deactivate global measurement if this is the last channel */ in free_cmbe()
1114 * enable_cmf() - switch on the channel measurement for a specific device
1118 * for which channel measurement is already enabled a reset of the
1119 * measurement data is triggered.
1157 * __disable_cmf() - switch off the channel measurement for a specific device
1181 * disable_cmf() - switch off the channel measurement for a specific device
1201 * cmf_read() - read one value from the current channel measurement block
1216 * cmf_readall() - read the current channel measurement block
1238 * cmf_reactivate() - reactivate measurement block updates
1266 * machine supporting extended measurement blocks, otherwise fall back in init_cmf()
1296 pr_info("Channel measurement facility initialized using format " in init_cmf()