Home
last modified time | relevance | path

Searched refs:lookup_name (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/testing/selftests/net/
H A Dhwtstamp_config.c34 lookup_name(const char **names, int size, int value) in lookup_name() function
125 name = lookup_name(tx_types, N_TX_TYPES, config.tx_type); in main()
130 name = lookup_name(rx_filters, N_RX_FILTERS, config.rx_filter); in main()
/linux-6.15/kernel/
H A Dkallsyms_selftest.c156 static int lookup_name(void *data, const char *name, unsigned long addr) in lookup_name() function
184 kallsyms_on_each_symbol(lookup_name, &stat); in test_perf_kallsyms_lookup_name()
/linux-6.15/tools/perf/util/
H A Dpmu.h292 struct perf_pmu *perf_pmu__lookup(struct list_head *pmus, int dirfd, const char *lookup_name,
/linux-6.15/fs/bcachefs/
H A Ddirent.c605 struct qstr lookup_name; in bch2_dirent_lookup_trans() local
606 int ret = bch2_maybe_casefold(trans, hash_info, name, &lookup_name); in bch2_dirent_lookup_trans()
611 hash_info, dir, &lookup_name, flags); in bch2_dirent_lookup_trans()
H A Dfs.c656 struct qstr lookup_name; in bch2_lookup_trans() local
657 int ret = bch2_maybe_casefold(trans, dir_hash_info, name, &lookup_name); in bch2_lookup_trans()
663 dir_hash_info, dir, &lookup_name, 0); in bch2_lookup_trans()
/linux-6.15/net/devlink/
H A Ddev.c1075 const char *lookup_name; member
1091 !strcmp(lookup_ctx->lookup_name, version_name); in devlink_flash_component_lookup_cb()
1115 lookup_ctx.lookup_name = component; in devlink_flash_component_get()