Lines Matching refs:kzalloc
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()
327 proc_attributes = kzalloc(proc_count, GFP_KERNEL); in altera_execute()
373 vars[i] = (long)kzalloc(uncomp_size, GFP_KERNEL); in altera_execute()
414 vars[i] = (long)kzalloc(size, GFP_KERNEL); in altera_execute()
1139 longptr_tmp = kzalloc(count * sizeof(long), in altera_execute()
1204 kzalloc(long_tmp, GFP_KERNEL); in altera_execute()
1357 charptr_tmp = kzalloc((long_count >> 3) + 1, in altera_execute()
1605 kzalloc(long_tmp, GFP_KERNEL); in altera_execute()
1663 kzalloc(((long_count + 7L) / 8L), in altera_execute()
1782 kzalloc(long_tmp, GFP_KERNEL); in altera_execute()
1903 kzalloc(long_tmp, GFP_KERNEL); in altera_execute()
2389 kzalloc(sizeof(struct altera_procinfo), in altera_get_act_info()
2436 key = kzalloc(33, GFP_KERNEL); in altera_init()
2441 value = kzalloc(257, GFP_KERNEL); in altera_init()
2446 astate = kzalloc(sizeof(struct altera_state), GFP_KERNEL); in altera_init()