Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/module/
A Dinternal.h103 int cmp_name(const void *name, const void *sym);
A Dkallsyms.c20 sizeof(struct kernel_symbol), cmp_name); in lookup_exported_symbol()
A Dmain.c265 int cmp_name(const void *name, const void *sym) in cmp_name() function
280 sizeof(struct kernel_symbol), cmp_name); in find_exported_symbol_in_section()
/linux-6.3-rc2/drivers/target/
A Dtarget_core_configfs.c168 const char *cmp_name = tf->tf_ops->fabric_alias; in target_core_get_fabric() local
169 if (!cmp_name) in target_core_get_fabric()
170 cmp_name = tf->tf_ops->fabric_name; in target_core_get_fabric()
171 if (!strcmp(cmp_name, name)) { in target_core_get_fabric()

Completed in 18 milliseconds