Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/analyzer/
H A Dfilter-root-cause.cpp84 func __hash = libhei::hash<libhei::NodeId_t>; in __findMemoryChannelFailure() local
86 static const auto mc_dstl_fir = __hash("MC_DSTL_FIR"); in __findMemoryChannelFailure()
87 static const auto mc_ustl_fir = __hash("MC_USTL_FIR"); in __findMemoryChannelFailure()
88 static const auto mc_omi_dl_err_rpt = __hash("MC_OMI_DL_ERR_RPT"); in __findMemoryChannelFailure()
443 func __hash = libhei::hash<libhei::NodeId_t>; in rootCauseSpecialCases() local
454 static const auto srqfir = __hash("SRQFIR"); in rootCauseSpecialCases()
456 static const auto srq_fir = __hash("SRQ_FIR"); in rootCauseSpecialCases()
487 static const auto rdf_fir = __hash("RDF_FIR"); in rootCauseSpecialCases()
/openbmc/linux/net/netfilter/
H A Dnf_flow_table_core.c226 return jhash(tuple, offsetof(struct flow_offload_tuple, __hash), seed); in flow_offload_hash()
233 return jhash(&tuplehash->tuple, offsetof(struct flow_offload_tuple, __hash), seed); in flow_offload_hash_obj()
242 if (memcmp(&x->tuple, tuple, offsetof(struct flow_offload_tuple, __hash))) in flow_offload_hash_cmp()
/openbmc/linux/include/net/netfilter/
H A Dnf_flow_table.h133 struct { } __hash; member