Home
last modified time | relevance | path

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

/Linux-v5.15/scripts/gcc-plugins/
Dlatent_entropy_plugin.c246 static struct attribute_spec latent_entropy_attr = { }; variable
250 latent_entropy_attr.name = "latent_entropy"; in register_attributes()
251 latent_entropy_attr.decl_required = true; in register_attributes()
252 latent_entropy_attr.handler = handle_latent_entropy_attribute; in register_attributes()
254 register_attribute(&latent_entropy_attr); in register_attributes()