Home
last modified time | relevance | path

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

/linux-4.19.296/lib/842/
D842_debugfs.h11 static atomic_t template_count[OPS_MAX], template_repeat_count, variable
28 for (i = 0; i < ARRAY_SIZE(template_count); i++) { in sw842_debugfs_create()
33 &template_count[i]); in sw842_debugfs_create()
D842_decompress.c266 atomic_inc(&template_count[o]); in do_op()
D842_compress.c309 atomic_inc(&template_count[t[4]]); in add_template()