Searched refs:misc_counter (Results 1 – 2 of 2) sorted by relevance
17 static void *misc_counter; variable20 u64 misc_counter; member36 misc_counter) in qat_misc_error_show()37 ->misc_counter); in qat_misc_error_show()83 misc_counter = kmalloc(PAGE_SIZE, GFP_KERNEL); in adf_misc_error_add_c4xxx()84 if (!misc_counter) in adf_misc_error_add_c4xxx()87 memset(misc_counter, 0, PAGE_SIZE); in adf_misc_error_add_c4xxx()107 kfree(misc_counter); in adf_misc_error_remove_c4xxx()108 misc_counter = NULL; in adf_misc_error_remove_c4xxx()
45 void *misc_counter; variable