Lines Matching refs:param_value
1540 uint64_t param_value; in ctmpl_set() local
1548 param_value = *(uint64_t *)kparam->ctpm_kbuf; in ctmpl_set()
1555 template->ctmpl_cookie = param_value; in ctmpl_set()
1558 if (param_value & ~(uint64_t)template->ctmpl_ops->allevents) in ctmpl_set()
1561 template->ctmpl_ev_info = param_value; in ctmpl_set()
1564 if (param_value & ~(uint64_t)template->ctmpl_ops->allevents) { in ctmpl_set()
1567 } else if ((~template->ctmpl_ev_crit & param_value) == 0) { in ctmpl_set()
1572 template->ctmpl_ev_crit = param_value; in ctmpl_set()
1610 uint64_t *param_value; in ctmpl_get() local
1618 param_value = kparam->ctpm_kbuf; in ctmpl_get()
1626 *param_value = template->ctmpl_cookie; in ctmpl_get()
1629 *param_value = template->ctmpl_ev_info; in ctmpl_get()
1632 *param_value = template->ctmpl_ev_crit; in ctmpl_get()