Searched refs:ima_htable (Results 1 - 4 of 4) sorted by relevance

/linux-master/security/integrity/ima/
H A Dima_queue.c35 struct ima_h_table ima_htable = { variable in typeref:struct:ima_h_table
57 hlist_for_each_entry_rcu(qe, &ima_htable.queue[key], hnext) {
109 atomic_long_inc(&ima_htable.len);
112 hlist_add_head_rcu(&qe->hnext, &ima_htable.queue[key]);
H A Dima_fs.c55 return ima_show_htable_value(buf, count, ppos, &ima_htable.violations);
67 return ima_show_htable_value(buf, count, ppos, &ima_htable.len);
H A Dima_api.c147 atomic_long_inc(&ima_htable.violations);
H A Dima.h294 extern struct ima_h_table ima_htable;

Completed in 114 milliseconds