Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_perfmgr_db.h192 perfmgr_db_err_t perfmgr_db_mark_active(perfmgr_db_t *db, uint64_t guid,
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_perfmgr.c156 perfmgr_db_mark_active(pm->db, pm->remove_list->guid, FALSE); in remove_marked_nodes()
734 perfmgr_db_mark_active(pm->db, node_guid, TRUE); in perfmgr_query_counters()
H A Dosm_perfmgr_db.c268 perfmgr_db_mark_active(perfmgr_db_t *db, uint64_t guid, boolean_t active) in perfmgr_db_mark_active() function