Home
last modified time | relevance | path

Searched refs:new_htable (Results 1 – 1 of 1) sorted by relevance

/linux/security/integrity/ima/
H A Dima_queue.c75 struct hlist_head *old_htable, *new_htable; in ima_alloc_replace_htable() local
78 new_htable = kzalloc_objs(struct hlist_head, IMA_MEASURE_HTABLE_SIZE); in ima_alloc_replace_htable()
79 if (!new_htable) in ima_alloc_replace_htable()
82 old_htable = rcu_replace_pointer(ima_htable, new_htable, in ima_alloc_replace_htable()