Home
last modified time | relevance | path

Searched refs:elt_type (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c214 tree elt_type, array_size, elt_size; in handle_latent_entropy_attribute() local
218 elt_type = TREE_TYPE(type); in handle_latent_entropy_attribute()
222 if (TREE_CODE(elt_type) != INTEGER_TYPE || !array_size in handle_latent_entropy_attribute()
242 tree rand_cst = tree_get_random_const(elt_type); in handle_latent_entropy_attribute()
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c206 tree elt_type, array_size, elt_size; in handle_latent_entropy_attribute() local
210 elt_type = TREE_TYPE(type); in handle_latent_entropy_attribute()
214 if (TREE_CODE(elt_type) != INTEGER_TYPE || !array_size in handle_latent_entropy_attribute()
230 tree rand_cst = tree_get_random_const(elt_type); in handle_latent_entropy_attribute()

Completed in 2 milliseconds