Home
last modified time | relevance | path

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

/drivers/misc/altera-stapl/
Daltera.c225 u32 sym_count = 0L; in altera_execute() local
281 sym_count = get_unaligned_be32(&p[48 + (2 * delta)]); in altera_execute()
290 if (sym_count <= 0) in altera_execute()
293 vars = kcalloc(sym_count, sizeof(long), GFP_KERNEL); in altera_execute()
299 var_size = kcalloc(sym_count, sizeof(s32), GFP_KERNEL); in altera_execute()
306 attrs = kzalloc(sym_count, GFP_KERNEL); in altera_execute()
324 for (i = 0; i < sym_count; ++i) { in altera_execute()
2103 for (i = 0; i < sym_count; ++i) in altera_execute()