Searched refs:cms_poll_ownermask (Results 1 – 4 of 4) sorted by relevance
67 extern uint64_t cms_poll_ownermask(cmi_hdl_t, hrtime_t);
62 uint64_t (*cms_poll_ownermask)(cmi_hdl_t, hrtime_t); member
542 cms_poll_ownermask(cmi_hdl_t hdl, hrtime_t poll_interval) in cms_poll_ownermask() function546 if (CMS_OP_PRESENT(cms, cms_poll_ownermask)) in cms_poll_ownermask()547 return (CMS_OPS(cms)->cms_poll_ownermask(hdl, poll_interval)); in cms_poll_ownermask()
146 bankmask = cms_poll_ownermask(hdl, gcpu_mca_poll_interval); in gcpu_ntv_mca_poll()