Home
last modified time | relevance | path

Searched refs:missing_features (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dpmu.h165 } missing_features; member
H A Devsel.c1850 if (evsel->pmu && evsel->pmu->missing_features.exclude_guest) in evsel__disable_missing_features()
1953 evsel->pmu->missing_features.exclude_guest = true; in evsel__detect_missing_features()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c1141 u64 features, installed_features, missing_features = 0; in npc_install_flow() local
1178 missing_features = (def_ucast_rule->features ^ features) & in npc_install_flow()
1180 if (missing_features) in npc_install_flow()
1181 npc_update_flow(rvu, entry, missing_features, in npc_install_flow()
1186 installed_features = req->features | missing_features; in npc_install_flow()
/openbmc/linux/net/ceph/
H A Dmessenger_v2.c2594 u64 missing_features; in process_ident_missing_features() local
2601 ceph_decode_64_safe(&p, end, missing_features, bad); in process_ident_missing_features()
2603 client->supported_features, missing_features); in process_ident_missing_features()