pub unsafe extern "C" fn k_obj_core_stats_deregister(
obj_core: *mut k_obj_core,
) -> i32Expand description
@brief Deregister kernel object from gathering statistics
Deregistering a kernel object core from gathering statistics prevents it from gathering any more statistics. It is expected to be invoked at the end of a kernel object’s life cycle.
@param obj_core Pointer to kernel object core
@retval 0 on success @retval -errno on failure