Searched defs:key2 (Results 1 – 16 of 16) sorted by relevance
/tools/testing/selftests/alsa/ |
A D | conf.c | 350 const char *key2, snd_config_t **result) in conf_get_by_keys() 366 snd_config_t *conf_get_subtree(snd_config_t *root, const char *key1, const char *key2) in conf_get_subtree() 380 int conf_get_count(snd_config_t *root, const char *key1, const char *key2) in conf_get_count() 401 const char *conf_get_string(snd_config_t *root, const char *key1, const char *key2, const char *def) in conf_get_string() 419 long conf_get_long(snd_config_t *root, const char *key1, const char *key2, long def) in conf_get_long() 437 int conf_get_bool(snd_config_t *root, const char *key1, const char *key2, int def) in conf_get_bool() 455 void conf_get_string_array(snd_config_t *root, const char *key1, const char *key2, in conf_get_string_array()
|
/tools/perf/util/ |
A D | fncache.c | 18 static bool fncache__equal(long key1, long key2, void *ctx __maybe_unused) in fncache__equal()
|
A D | threads.c | 18 static bool key_equal(long key1, long key2, void *ctx __maybe_unused) in key_equal()
|
A D | bpf-trace-summary.c | 136 static bool sc_node_equal(long key1, long key2, void *ctx __maybe_unused) in sc_node_equal()
|
A D | bpf_lock_contention.c | 32 static bool slab_cache_equal(long key1, long key2, void *ctx __maybe_unused) in slab_cache_equal()
|
A D | expr.c | 61 static bool key_equal(long key1, long key2, void *ctx __maybe_unused) in key_equal()
|
A D | hwmon_pmu.c | 143 static bool hwmon_pmu__event_hashmap_equal(long key1, long key2, void *ctx __maybe_unused) in hwmon_pmu__event_hashmap_equal()
|
A D | stat.c | 299 uint64_t *key2 = (uint64_t *) __key2; in pkg_id_equal() local
|
A D | pmu.c | 1163 static bool aliases__equal(long key1, long key2, void *ctx __maybe_unused) in aliases__equal()
|
A D | annotate.c | 98 static bool sym_hist_equal(long key1, long key2, void *ctx __maybe_unused) in sym_hist_equal()
|
/tools/lib/bpf/ |
A D | strset.c | 30 static bool strset_equal_fn(long key1, long key2, void *ctx) in strset_equal_fn()
|
A D | usdt.c | 897 static bool specs_equal_fn(long key1, long key2, void *ctx) in specs_equal_fn()
|
/tools/testing/selftests/bpf/progs/ |
A D | verifier_array_access.c | 566 __u32 __attribute__((aligned(8))) key2 = 0; in multiple_array_with_a_constant_no_nullness() local
|
/tools/testing/selftests/bpf/prog_tests/ |
A D | kprobe_multi_test.c | 430 static bool symbol_equal(long key1, long key2, void *ctx __maybe_unused) in symbol_equal()
|
/tools/testing/selftests/net/tcp_ao/lib/ |
A D | aolib.h | 417 struct tcp_ao_getsockopt key2 = {}; in test_verify_socket_key() local
|
/tools/perf/ |
A D | builtin-trace.c | 1560 static bool syscall_id_equal(long key1, long key2, void *ctx __maybe_unused) in syscall_id_equal()
|
Completed in 57 milliseconds