Searched refs:pm_cb_count (Results 1 – 1 of 1) sorted by relevance
19 static size_t pm_cb_count; variable39 size_t count = pm_cb_count; in register_pm_cb()63 pm_cb_count = count + 1; in register_pm_cb()76 for (n = 0; n < pm_cb_count; n++) in unregister_pm_cb()82 if (n < pm_cb_count) { in unregister_pm_cb()83 pm_cb_count--; in unregister_pm_cb()85 (pm_cb_count - n) * sizeof(*pm_cb_ref)); in unregister_pm_cb()129 hdl = pm_cb_ref + pm_cb_count - 1; in call_callbacks()133 for (n = 0; n < pm_cb_count; n++) { in call_callbacks()