Home
last modified time | relevance | path

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

/dports/net/mpich/mpich-3.4.3/modules/libfabric/include/
H A Dofi_hook.h119 struct hook_fabric { struct
127 void hook_fabric_init(struct hook_fabric *fabric, enum ofi_hook_class hclass, argument
131 struct hook_fabric *hook_to_fabric(const struct fid *fid);
139 hook_fabric_to_hprov(const struct hook_fabric *fabric) in hook_fabric_to_hprov()
152 struct hook_fabric *fabric;
172 struct hook_fabric *fabric;
198 struct hook_fabric *fabric;
275 struct hook_fabric *fabric;
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/hook/src/
H A Dhook_wait.c103 struct hook_fabric *fab = container_of(fabric, struct hook_fabric, fabric); in hook_trywait()
135 struct hook_fabric *fab = container_of(fabric, struct hook_fabric, fabric); in hook_wait_open()
H A Dhook.c47 struct hook_fabric *hook_to_fabric(const struct fid *fid) in hook_to_fabric()
51 return (container_of(fid, struct hook_fabric, fabric.fid)); in hook_to_fabric()
99 return &(container_of(fid, struct hook_fabric, fabric.fid)-> in hook_to_hfid()
232 void hook_fabric_init(struct hook_fabric *fabric, enum ofi_hook_class hclass, in hook_fabric_init()
255 struct hook_fabric *fab; in hook_noop_fabric()
H A Dhook_eq.c122 struct hook_fabric *fab = container_of(fabric, struct hook_fabric, fabric); in hook_eq_init()
H A Dhook_domain.c137 struct hook_fabric *fab = container_of(fabric, struct hook_fabric, fabric); in hook_domain()
H A Dhook_ep.c226 struct hook_fabric *fab = container_of(fabric, struct hook_fabric, fabric); in hook_passive_ep()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/hook/perf/include/
H A Dhook_perf.h42 struct hook_fabric fabric_hook;
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/hook/hook_debug/src/
H A Dhook_debug.c889 struct hook_fabric *fab; in hook_debug_fabric()