Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/netdevsim/
Dhealth.c272 health->empty_reporter = in nsim_dev_health_init()
276 if (IS_ERR(health->empty_reporter)) in nsim_dev_health_init()
277 return PTR_ERR(health->empty_reporter); in nsim_dev_health_init()
308 devlink_health_reporter_destroy(health->empty_reporter); in nsim_dev_health_init()
319 devlink_health_reporter_destroy(health->empty_reporter); in nsim_dev_health_exit()
Dnetdevsim.h164 struct devlink_health_reporter *empty_reporter; member