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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/integrity/ima/
H A Dima_queue.c29 struct ima_h_table ima_htable = { variable in typeref:struct:ima_h_table
51 hlist_for_each_entry_rcu(qe, pos, &ima_htable.queue[key], hnext) {
82 atomic_long_inc(&ima_htable.len);
84 hlist_add_head_rcu(&qe->hnext, &ima_htable.queue[key]);
H A Dima.h91 extern struct ima_h_table ima_htable;
H A Dima_api.c78 atomic_long_inc(&ima_htable.violations);
H A Dima_fs.c44 return ima_show_htable_value(buf, count, ppos, &ima_htable.violations);
56 return ima_show_htable_value(buf, count, ppos, &ima_htable.len);

Completed in 108 milliseconds