Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dkvm-stat.h23 #define INVALID_KEY (~0ULL) macro
/openbmc/linux/tools/perf/
H A Dbuiltin-kvm.c789 BUG_ON(key->key == INVALID_KEY); in find_create_kvm_event()
822 if (key->key != INVALID_KEY) in handle_begin_event()
897 if (key->key != INVALID_KEY) in handle_child_event()
943 if (!event && key->key == INVALID_KEY) in handle_end_event()
1005 struct event_key key = { .key = INVALID_KEY, in handle_kvm_event()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py971 INVALID_KEY = -1 variable
983 def _get_package_dependencies(package_id, target_id = INVALID_KEY):
988 if target_id != INVALID_KEY :
996 if target_id != INVALID_KEY :
1008 if target_id != INVALID_KEY :
1022 if target_id != INVALID_KEY: