Home
last modified time | relevance | path

Searched refs:hotplug_info_ptr (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-app-hotplug.c248 cvmx_app_hotplug_info_t *hotplug_info_ptr; in cvmx_app_hotplug_shutdown_complete() local
250 if (!(hotplug_info_ptr = cvmx_app_hotplug_get_info(coremask))) in cvmx_app_hotplug_shutdown_complete()
256 while(!hotplug_info_ptr->shutdown_done); in cvmx_app_hotplug_shutdown_complete()
259 bzero(hotplug_info_ptr, sizeof(*hotplug_info_ptr)); in cvmx_app_hotplug_shutdown_complete()
709 cvmx_app_hotplug_info_t *hotplug_info_ptr; in cvmx_app_hotplug_shutdown_request() local
711 if (!(hotplug_info_ptr = cvmx_app_hotplug_get_info(coremask))) in cvmx_app_hotplug_shutdown_request()
716 hotplug_info_ptr->shutdown_cores = coremask; in cvmx_app_hotplug_shutdown_request()
717 if (!hotplug_info_ptr->shutdown_callback) in cvmx_app_hotplug_shutdown_request()
723 if (hotplug_info_ptr->hotplug_activated_coremask != coremask) in cvmx_app_hotplug_shutdown_request()
737 while (!hotplug_info_ptr->shutdown_done); in cvmx_app_hotplug_shutdown_request()
[all …]