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

/linux-master/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c252 static struct attribute_spec latent_entropy_attr = { }; variable in typeref:struct:attribute_spec
256 latent_entropy_attr.name = "latent_entropy";
257 latent_entropy_attr.decl_required = true;
258 latent_entropy_attr.handler = handle_latent_entropy_attribute;
260 register_attribute(&latent_entropy_attr);

Completed in 202 milliseconds