Home
last modified time | relevance | path

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

/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/hook/src/
H A Dhook_cntr.c41 return fi_cntr_read(mycntr->hcntr); in hook_cntr_read()
48 return fi_cntr_readerr(mycntr->hcntr); in hook_cntr_readerr()
55 return fi_cntr_add(mycntr->hcntr, value); in hook_cntr_add()
62 return fi_cntr_set(mycntr->hcntr, value); in hook_cntr_set()
69 return fi_cntr_wait(mycntr->hcntr, threshold, timeout); in hook_cntr_wait()
76 return fi_cntr_adderr(mycntr->hcntr, value); in hook_cntr_adderr()
83 return fi_cntr_seterr(mycntr->hcntr, value); in hook_cntr_seterr()
119 ret = fi_cntr_open(dom->hdomain, &hattr, &mycntr->hcntr, in hook_cntr_open()
132 fi_close(&mycntr->hcntr->fid); in hook_cntr_open()
H A Dhook.c121 hcntr->fid); in hook_to_hfid()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/hook/perf/src/
H A Dhook_perf.c763 ret = fi_cntr_read(mycntr->hcntr); in perf_cntr_read_op()
774 ret = fi_cntr_readerr(mycntr->hcntr); in perf_cntr_readerr_op()
785 ret = fi_cntr_add(mycntr->hcntr, value); in perf_cntr_add_op()
796 ret = fi_cntr_set(mycntr->hcntr, value); in perf_cntr_set_op()
807 ret = fi_cntr_wait(mycntr->hcntr, threshold, timeout); in perf_cntr_wait_op()
818 ret = fi_cntr_adderr(mycntr->hcntr, value); in perf_cntr_adderr_op()
829 ret = fi_cntr_seterr(mycntr->hcntr, value); in perf_cntr_seterr_op()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/hook/hook_debug/src/
H A Dhook_debug.c122 hook_debug_trace_exit(&cntr->cntr.fid, &cntr->hcntr->fid, in hook_debug_trace_exit_cntr()
691 "cntr: %p bind flags: %s\n", cntr->hcntr, in hook_debug_ep_bind()
920 ret = fi_cntr_read(mycntr->hcntr); in hook_debug_cntr_read()
933 mycntr->hcntr, threshold, timeout); in hook_debug_cntr_wait()
935 ret = fi_cntr_wait(mycntr->hcntr, threshold, timeout); in hook_debug_cntr_wait()
947 "fi_cntr_open: %p\n", mycntr->hcntr); in hook_debug_cntr_init()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/include/
H A Dofi_hook.h231 struct fid_cntr *hcntr; member