Lines Matching full:measurements
11 * Implements queues that store template measurements and
12 * maintains aggregate over the stored measurements
42 LIST_HEAD(ima_measurements); /* list of all measurements */
43 LIST_HEAD(ima_measurements_staged); /* list of staged measurements */
67 * Used internally by the kernel to suspend measurements.
299 * ima_queue_stage - Stage all measurements
301 * If the staged measurements list is empty, the current measurements list is
302 * not empty, and measurement is not suspended, move the measurements from the
307 * measurements can be done in a lockless way.
351 * ima_queue_staged_delete_all - Delete staged measurements
353 * Move staged measurements to a temporary list, ima_measurements_trim, update
355 * delete measurements in the temporary list.
357 * Refuse to delete staged measurements if measurement is suspended, so that
359 * measurements being carried over to the secondary kernel, so that it does not
408 * ima_queue_delete_partial - Delete current measurements
409 * @req_value: Number of measurements to delete
411 * Delete the requested number of measurements from the current measurements
415 * Refuse to delete current measurements if measurement is suspended, so that
417 * measurements being carried over to the secondary kernel, so that it does not
471 * ima_queue_delete - Delete measurements
472 * @head: List head measurements are deleted from
475 * Delete the measurements from the passed list head completely if the