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

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-app-hotplug.h76 * cores_removed_callback is callback which in invoked when cores are removed
89 void (*cores_removed_callback) (uint32_t,void *ptr); member in struct:cvmx_app_hotplug_callbacks
107 uint64_t cores_removed_callback; member in struct:cvmx_app_hotplug_info
H A Dcvmx-app-hotplug.c145 app_info->cores_removed_callback = CAST64(cb->cores_removed_callback);
404 if (ai->cores_removed_callback)
408 ((void(*)(uint32_t, void*))(long)ai->cores_removed_callback)

Completed in 52 milliseconds