Searched refs:ima_htable (Results 1 – 5 of 5) sorted by relevance
36 struct ima_h_table ima_htable = { variable64 hlist_for_each_entry_rcu(qe, &ima_htable.queue[key], hnext) { in ima_lookup_digest_entry()116 atomic_long_inc(&ima_htable.len); in ima_add_digest_entry()119 hlist_add_head_rcu(&qe->hnext, &ima_htable.queue[key]); in ima_add_digest_entry()
55 return ima_show_htable_value(buf, count, ppos, &ima_htable.violations); in ima_show_htable_violations()67 return ima_show_htable_value(buf, count, ppos, &ima_htable.len); in ima_show_measurements_count()
44 len = atomic_long_read(&ima_htable.len); in ima_measure_kexec_event()
147 atomic_long_inc(&ima_htable.violations); in ima_add_violation()
305 extern struct ima_h_table ima_htable;
Completed in 10 milliseconds