Searched refs:needs_revert (Results 1 – 1 of 1) sorted by relevance
449 bool *needs_revert; in dpaa_set_coalesce() local452 needs_revert = kcalloc(num_possible_cpus(), sizeof(bool), GFP_KERNEL); in dpaa_set_coalesce()453 if (!needs_revert) in dpaa_set_coalesce()475 needs_revert[cpu] = true; in dpaa_set_coalesce()478 kfree(needs_revert); in dpaa_set_coalesce()485 if (!needs_revert[cpu]) in dpaa_set_coalesce()493 kfree(needs_revert); in dpaa_set_coalesce()