Lines Matching full:pointer
13 * cpufreq_add_update_util_hook - Populate the CPU's update_util_data pointer.
14 * @cpu: The CPU to set the pointer for.
15 * @data: New pointer value.
18 * Set and publish the update_util_data pointer for the given CPU.
20 * The update_util_data pointer of @cpu is set to @data and the callback
21 * function pointer in the target struct update_util_data is set to @func.
27 * The update_util_data pointer of @cpu must be NULL when this function is
46 * cpufreq_remove_update_util_hook - Clear the CPU's update_util_data pointer.
47 * @cpu: The CPU to clear the pointer for.
49 * Clear the update_util_data pointer for the given CPU.
52 * accessed via the old update_util_data pointer or invoke synchronize_rcu()