Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-app-hotplug.h89 void (*cores_removed_callback) (uint32_t,void *ptr); member
107 uint64_t cores_removed_callback; member
H A Dcvmx-app-hotplug.c145 app_info->cores_removed_callback = CAST64(cb->cores_removed_callback); in cvmx_app_hotplug_register_cb()
404 if (ai->cores_removed_callback) in __cvmx_app_hotplug_shutdown()
408 ((void(*)(uint32_t, void*))(long)ai->cores_removed_callback) in __cvmx_app_hotplug_shutdown()