Searched refs:ima_htable (Results 1 – 4 of 4) sorted by relevance
35 struct ima_h_table ima_htable = { variable57 hlist_for_each_entry_rcu(qe, &ima_htable.queue[key], hnext) { in ima_lookup_digest_entry()109 atomic_long_inc(&ima_htable.len); in ima_add_digest_entry()112 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()
148 atomic_long_inc(&ima_htable.violations); in ima_add_violation()
181 extern struct ima_h_table ima_htable;