Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4v/io/
H A Dmdeg.c325 mdeg_result_t *mdeg_res = NULL; in mdeg_notify_client_reg() local
359 mdeg_res = kmem_zalloc(sizeof (mdeg_result_t), KM_SLEEP); in mdeg_notify_client_reg()
385 mdeg_res->added.mdp = mdp; in mdeg_notify_client_reg()
386 mdeg_res->added.mdep = listp; in mdeg_notify_client_reg()
387 mdeg_res->added.nelem = nnodes; in mdeg_notify_client_reg()
390 (*clnt->cb)(clnt->cb_arg, mdeg_res); in mdeg_notify_client_reg()
401 if (mdeg_res) in mdeg_notify_client_reg()
402 kmem_free(mdeg_res, sizeof (mdeg_result_t)); in mdeg_notify_client_reg()
572 mdeg_result_t mdeg_res; in mdeg_notify_client() local
634 mdeg_get_diff_results(mdd, &mdeg_res); in mdeg_notify_client()
[all …]