| /linux/Documentation/ABI/testing/ |
| H A D | ima_policy | 22 action: measure | dont_measure | appraise | dont_appraise | 66 when action is "measure" and func is KEY_CHECK. 68 (eg, ima-ng). Only valid when action is "measure". 72 For example, "selinux" to measure critical data for SELinux. 115 measure func=BPRM_CHECK 116 measure func=FILE_MMAP mask=MAY_EXEC 117 measure func=FILE_CHECK mask=MAY_READ uid=0 118 measure func=MODULE_CHECK 119 measure func=FIRMWARE_CHECK 135 measure subj_user=system_u func=FILE_CHECK mask=MAY_READ [all …]
|
| /linux/tools/testing/selftests/bpf/benchs/ |
| H A D | bench_rename.c | 41 static void measure(struct bench_res *res) in measure() function 114 .measure = measure, 124 .measure = measure, 134 .measure = measure, 144 .measure = measure, 154 .measure = measure, 164 .measure = measure,
|
| H A D | bench_bloom_filter_map.c | 389 static void measure(struct bench_res *res) in measure() function 430 .measure = measure, 441 .measure = measure, 452 .measure = measure, 463 .measure = measure, 474 .measure = measure,
|
| H A D | bench_local_storage.c | 222 static void measure(struct bench_res *res) in measure() function 257 .measure = measure, 268 .measure = measure, 279 .measure = measure,
|
| H A D | bench_bpf_hashmap_full_update.c | 33 static void measure(struct bench_res *res) in measure() function 106 .measure = measure, 116 .measure = measure,
|
| H A D | bench_bpf_loop.c | 65 static void measure(struct bench_res *res) in measure() function 97 .measure = measure,
|
| H A D | bench_bpf_for.c | 69 static void measure(struct bench_res *res) in measure() function 101 .measure = measure,
|
| H A D | bench_local_storage_rcu_tasks_trace.c | 189 static void measure(struct bench_res *res) in measure() function 251 * and rcu_tasks_trace_postgp functions to measure grace period latency and 252 * using /proc/PID/stat to measure rcu_tasks_trace_kthread kernel ticks 260 .measure = measure,
|
| H A D | bench_count.c | 67 .measure = count_global_measure, 76 .measure = count_local_measure,
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | cs43130.txt | 28 - cirrus,dc-measure: 31 - cirrus,ac-measure: 40 Define the frequencies at which to measure HP AC impedance. 41 Only used if "cirrus,dc-measure" is defined. 63 cirrus,dc-measure; 64 cirrus,ac-measure;
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A D | frontend-stat-properties.rst | 33 the measure (dB measures) and ``uvalue`` is for unsigned values 63 - ``FE_SCALE_NOT_AVAILABLE`` - it failed to measure it, or the 82 - ``FE_SCALE_NOT_AVAILABLE`` - it failed to measure it, or the 100 This measure is taken during the same interval as 113 - ``FE_SCALE_NOT_AVAILABLE`` - it failed to measure it, or the 141 - ``FE_SCALE_NOT_AVAILABLE`` - it failed to measure it, or the 157 This measure is taken during the same interval as 170 - ``FE_SCALE_NOT_AVAILABLE`` - it failed to measure it, or the 198 - ``FE_SCALE_NOT_AVAILABLE`` - it failed to measure it, or the 219 - ``FE_SCALE_NOT_AVAILABLE`` - it failed to measure it, or the [all …]
|
| /linux/Documentation/userspace-api/media/rc/ |
| H A D | lirc-set-measure-carrier-mode.rst | 13 LIRC_SET_MEASURE_CARRIER_MODE - enable or disable measure mode 29 enable = 1 means enable measure mode, enable = 0 means disable measure 37 Enable or disable measure mode. If enabled, from the next key
|
| /linux/tools/power/cpupower/man/ |
| H A D | cpupower-monitor.1 | 64 Measure interval. 80 Measure idle and frequency characteristics of an arbitrary command/workload. 91 state for some time when the measure starts or ends. In worst case it can happen 92 that one core stayed in an idle state for the whole measure time and the idle 131 power state got entered at least once during measure time. 163 shell script. Hit CTRL\-c to terminate the command and get the measure output
|
| /linux/drivers/iio/proximity/ |
| H A D | Kconfig | 102 MaxBotix which have an i2c interface. It can be used to measure 115 used to measure the distance of objects. 139 ranger sensor. This driver can be used to measure the distance 220 This driver can be used to measure the distance of objects. 242 This driver can be used to measure the distance of objects. 257 This driver can be used to measure the distance of objects.
|
| /linux/security/selinux/ |
| H A D | ima.c | 7 * Measure critical data structures maintained by SELinux 69 * selinux_ima_measure_state_locked - Measure SELinux state and hash of policy 93 * Measure SELinux policy only after initialization is completed. in selinux_ima_measure_state_locked() 112 * selinux_ima_measure_state - Measure SELinux state and hash of policy
|
| /linux/security/integrity/ima/ |
| H A D | ima_asymmetric_keys.c | 8 * Defines an IMA hook to measure asymmetric keys on key 18 * ima_post_key_create_or_update - measure asymmetric keys 60 * if the IMA policy is configured to measure a key linked in ima_post_key_create_or_update()
|
| H A D | ima_policy.c | 7 * - initialize default measure policy rules 44 #define MEASURE 0x0001 /* same as IMA_MEASURE */ macro 127 struct ima_rule_opt_list *keyrings; /* Measure keys added to these keyrings */ 128 struct ima_rule_opt_list *label; /* Measure data grouped under this label */ 175 {.action = MEASURE, .func = MMAP_CHECK, .mask = MAY_EXEC, 177 {.action = MEASURE, .func = BPRM_CHECK, .mask = MAY_EXEC, 179 {.action = MEASURE, .func = FILE_CHECK, .mask = MAY_READ, 182 {.action = MEASURE, .func = MODULE_CHECK, .flags = IMA_FUNC}, 183 {.action = MEASURE, .func = FIRMWARE_CHECK, .flags = IMA_FUNC}, 187 {.action = MEASURE, .func = MMAP_CHECK, .mask = MAY_EXEC, [all …]
|
| H A D | ima_main.c | 132 * results in a time of measure, time of use (ToMToU) error. 497 * Measure files being mmapped executable based on the ima_must_measure() 596 * So we can be certain that what we verify and measure here is actually 620 * So we can be certain that what we verify and measure here is actually 646 * Based on the IMA policy and the execveat(2) AT_EXECVE_CHECK flag, measure 675 * Measure files based on the ima_must_measure() policy decision. 906 * ima_read_file - pre-measure/appraise hook decision based on policy 962 * Measure/appraise/audit in memory file based on policy. Policy rules 996 * Callers of this LSM hook can not measure, appraise, or audit the 1049 * Measure/appraise/audit in memory buffer based on policy. Policy rules [all …]
|
| /linux/Documentation/hwmon/ |
| H A D | ltc2990.rst | 27 The chip's inputs can measure 4 voltages, or two inputs together (1+2 and 3+4) 28 can be combined to measure a differential voltage, which is typically used to 29 measure current through a series resistor, or a temperature with an external
|
| H A D | da9052.rst | 23 The ADC is used to measure the following inputs: 33 Channel 7 XY - TSI interface to measure the X and Y voltage of the touch 39 By using sysfs attributes we can measure the system voltage VDDOUT, the battery
|
| /linux/Documentation/devicetree/bindings/counter/ |
| H A D | interrupt-counter.yaml | 13 A generic interrupt counter to measure interrupt frequency. It was developed 14 and used for agricultural devices to measure rotation speed of wheels or
|
| /linux/Documentation/devicetree/bindings/hwmon/ |
| H A D | ntc-thermistor.yaml | 47 The arrangements of where we measure the voltage over the thermistor are 53 and we take the measure between the thermistor and the pull-down resistor. 57 and we take the measure between the pull-up resistor and the thermistor.
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-kwork.txt | 6 perf-kwork - Tool to trace/measure kernel work properties (latencies) 84 Use BPF to measure kwork runtime 118 Use BPF to measure kwork latency 190 Use BPF to measure task cpu usage.
|
| /linux/tools/testing/selftests/net/bench/page_pool/ |
| H A D | bench_page_pool_simple.c | 53 /** Loop to measure **/ in time_bench_for_loop() 71 /** Loop to measure **/ in time_bench_atomic_inc() 94 /** Loop to measure **/ in time_bench_lock() 159 /** Loop to measure **/ in time_bench_page_pool()
|
| /linux/drivers/mfd/ |
| H A D | ucb1x00-ts.c | 111 * Switch to X position mode and measure Y plate. We switch the plate 138 * Switch to Y position mode and measure X plate. We switch the plate 167 * supply. Measure current. 179 * supply. Measure current. 324 * measure and read the X and Y resistance at any time. in ucb1x00_ts_open()
|