Searched refs:ima_htable (Results 1 – 4 of 4) sorted by relevance
39 struct ima_h_table ima_htable = { variable61 hlist_for_each_entry_rcu(qe, &ima_htable.queue[key], hnext) { in ima_lookup_digest_entry()112 atomic_long_inc(&ima_htable.len); in ima_add_digest_entry()115 hlist_add_head_rcu(&qe->hnext, &ima_htable.queue[key]); in ima_add_digest_entry()
57 return ima_show_htable_value(buf, count, ppos, &ima_htable.violations); in ima_show_htable_violations()69 return ima_show_htable_value(buf, count, ppos, &ima_htable.len); in ima_show_measurements_count()
168 extern struct ima_h_table ima_htable;
141 atomic_long_inc(&ima_htable.violations); in ima_add_violation()