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
171 /* activate channel measurement */ in cmf_activate()
192 * The task was to disable measurement block updates but in set_schib()
371 * @mem: pointer to CMBs (only in basic measurement mode)
392 * Basic channel measurement blocks are allocated in one contiguous
404 * struct cmb - basic channel measurement block
412 * @reserved: unused in basic measurement mode
414 * The measurement block as used by the hardware. The fields are described
727 * struct cmbe - extended channel measurement block
739 * The measurement block as used by the hardware. May be in any 64 bit physical
787 /* activate global measurement if this is the first channel */ in alloc_cmbe()
823 /* deactivate global measurement if this is the last channel */ in free_cmbe()
1118 * enable_cmf() - switch on the channel measurement for a specific device
1122 * for which channel measurement is already enabled a reset of the
1123 * measurement data is triggered.
1161 * __disable_cmf() - switch off the channel measurement for a specific device
1185 * disable_cmf() - switch off the channel measurement for a specific device
1205 * cmf_read() - read one value from the current channel measurement block
1220 * cmf_readall() - read the current channel measurement block
1242 * cmf_reactivate() - reactivate measurement block updates
1270 * machine supporting extended measurement blocks, otherwise fall back in init_cmf()
1300 pr_info("Channel measurement facility initialized using format " in init_cmf()