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

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

Completed in 169 milliseconds