Searched refs:ima_htable (Results 1 – 4 of 4) sorted by relevance
37 struct ima_h_table ima_htable = { variable59 hlist_for_each_entry_rcu(qe, &ima_htable.queue[key], hnext) { in ima_lookup_digest_entry()110 atomic_long_inc(&ima_htable.len); in ima_add_digest_entry()113 hlist_add_head_rcu(&qe->hnext, &ima_htable.queue[key]); in ima_add_digest_entry()
56 return ima_show_htable_value(buf, count, ppos, &ima_htable.violations); in ima_show_htable_violations()68 return ima_show_htable_value(buf, count, ppos, &ima_htable.len); in ima_show_measurements_count()
177 extern struct ima_h_table ima_htable;
146 atomic_long_inc(&ima_htable.violations); in ima_add_violation()