Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/octeon-sdk/
HDcvmx-app-hotplug.c130 cvmx_app_hotplug_info_t *app_info; in cvmx_app_hotplug_register_cb() local
133 app_info = cvmx_app_hotplug_get_info(cvmx_sysinfo_get()->core_mask); in cvmx_app_hotplug_register_cb()
134 cvmx_app_hotplug_info_ptr = app_info; in cvmx_app_hotplug_register_cb()
135 if (!app_info) in cvmx_app_hotplug_register_cb()
142 app_info->data = CAST64(arg); in cvmx_app_hotplug_register_cb()
143 app_info->shutdown_callback = CAST64(cb->shutdown_callback); in cvmx_app_hotplug_register_cb()
144 app_info->cores_added_callback = CAST64(cb->cores_added_callback); in cvmx_app_hotplug_register_cb()
145 app_info->cores_removed_callback = CAST64(cb->cores_removed_callback); in cvmx_app_hotplug_register_cb()
146 app_info->unplug_callback = CAST64(cb->unplug_core_callback); in cvmx_app_hotplug_register_cb()
147 app_info->hotplug_start = CAST64(cb->hotplug_start); in cvmx_app_hotplug_register_cb()
[all …]
/freebsd-13-stable/crypto/openssl/crypto/
HDmem_dbg.c72 APP_INFO *app_info; member
363 m->app_info = amim; in CRYPTO_mem_debug_malloc()
369 if (mm->app_info != NULL) { in CRYPTO_mem_debug_malloc()
370 mm->app_info->references--; in CRYPTO_mem_debug_malloc()
398 app_info_free(mp->app_info); in CRYPTO_mem_debug_free()
510 amip = m->app_info; in print_leak()