Searched refs:__hash (Results 1 – 3 of 3) sorted by relevance
84 func __hash = libhei::hash<libhei::NodeId_t>; in __findMemoryChannelFailure() local86 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() local454 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()
226 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()
133 struct { } __hash; member