Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/altera-stapl/
Daltera.c239 u32 sym_count = 0L; in altera_execute() local
295 sym_count = get_unaligned_be32(&p[48 + (2 * delta)]); in altera_execute()
304 if (sym_count <= 0) in altera_execute()
307 vars = kzalloc(sym_count * sizeof(long), GFP_KERNEL); in altera_execute()
313 var_size = kzalloc(sym_count * sizeof(s32), GFP_KERNEL); in altera_execute()
320 attrs = kzalloc(sym_count, GFP_KERNEL); in altera_execute()
338 for (i = 0; i < sym_count; ++i) { in altera_execute()
2117 for (i = 0; i < sym_count; ++i) in altera_execute()