Searched refs:needs_revert (Results 1 – 1 of 1) sorted by relevance
463 bool *needs_revert; in dpaa_set_coalesce() local466 needs_revert = kcalloc(num_possible_cpus(), sizeof(bool), GFP_KERNEL); in dpaa_set_coalesce()467 if (!needs_revert) in dpaa_set_coalesce()489 needs_revert[cpu] = true; in dpaa_set_coalesce()492 kfree(needs_revert); in dpaa_set_coalesce()499 if (!needs_revert[cpu]) in dpaa_set_coalesce()507 kfree(needs_revert); in dpaa_set_coalesce()