Home
last modified time | relevance | path

Searched refs:cmp_name (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/target/
Dtarget_core_configfs.c167 const char *cmp_name = tf->tf_ops->fabric_alias; in target_core_get_fabric() local
168 if (!cmp_name) in target_core_get_fabric()
169 cmp_name = tf->tf_ops->fabric_name; in target_core_get_fabric()
170 if (!strcmp(cmp_name, name)) { in target_core_get_fabric()
/Linux-v5.10/kernel/
Dmodule.c567 static int cmp_name(const void *name, const void *sym) in cmp_name() function
580 sizeof(struct kernel_symbol), cmp_name); in find_exported_symbol_in_section()
2629 sizeof(struct kernel_symbol), cmp_name); in lookup_exported_symbol()