/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | module.h | 123 if (strcmp(name, secstrs + s->sh_name) == 0) in find_section()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | resolve_btfids.c | 91 if (!strcmp(str, test_symbols[i].name)) in __resolve_symbol()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/ |
H A D | evmcs_test.c | 134 TEST_ASSERT(!strcmp((const char *)uc.args[0], "hello") && in main()
|
/kernel/linux/linux-6.6/arch/sh/boards/ |
H A D | of-generic.c | 85 if (!strcmp(m->method, method)) { in sh_of_smp_probe()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | prom_common.c | 105 if (!strcmp(list, match)) in of_find_in_proplist()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-cache-policy.c | 25 if (!strcmp(t->name, name)) in __find_policy()
|
H A D | dm-target.c | 24 if (!strcmp(name, tt->name)) in __find_target_type()
|
H A D | dm-path-selector.c | 34 if (!strcmp(name, psi->pst.name)) in __find_path_selector_type()
|
/kernel/linux/linux-5.10/drivers/leds/ |
H A D | leds-lt3593.c | 90 if (!strcmp(tmp, "on")) in lt3593_led_probe()
|
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | rpaphp_slot.c | 58 if (!strcmp(tmp_slot->name, slot->name)) in is_registered()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | fsl_mxc_udc.c | 60 if (!strcmp(pdev->id_entry->name, "imx-udc-mx27")) { in fsl_udc_clk_init()
|
/kernel/linux/linux-5.10/net/nfc/hci/ |
H A D | llc.c | 70 if (strcmp(llc_engine->name, name) == 0) in nfc_llc_name_to_engine()
|
/kernel/linux/linux-5.10/samples/kfifo/ |
H A D | record-example.c | 106 if (strcmp(buf, expected_result[i++])) { in testfunc()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | sysctl.c | 126 if (strcmp(table->procname, "rpc_debug") == 0) in proc_dodebug()
|
/kernel/linux/linux-5.10/sound/hda/ |
H A D | hdac_i915.c | 111 if (!strcmp(dev->driver->name, "i915") && in i915_component_master_match()
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | util.c | 18 if (!strcmp(name, file->name)) { in file_lookup()
|
/kernel/linux/linux-5.10/scripts/gcc-plugins/ |
H A D | sancov_plugin.c | 38 if (!strcmp(DECL_NAME_POINTER(current_function_decl), DECL_NAME_POINTER(sancov_fndecl))) in sancov_execute() 121 if (!strcmp(argv[i].key, "no-sancov")) { in plugin_init()
|
/kernel/linux/linux-5.10/tools/perf/arch/arm64/annotate/ |
H A D | instructions.c | 79 else if (!strcmp(name, "ret")) in arm64__associate_instruction_ops()
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | tracelog.c | 84 if (strcmp(type, fstype) == 0) { in get_tracefs_pipe()
|
/kernel/linux/linux-5.10/tools/iio/ |
H A D | lsiio.c | 37 strcmp(str + strlen(str) - strlen(postfix), postfix) == 0; in check_postfix()
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/ |
H A D | machine.c | 56 !strcmp(name, "_entry_trampoline")) { in find_extra_kernel_maps()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | keep-tracking.c | 48 strcmp(event->comm.comm, comm) == 0) in find_comm()
|
H A D | kmod-path.c | 27 TEST_ASSERT_VAL("wrong name", m.name && !strcmp(name, m.name)); in test()
|
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | res_sample.c | 21 if (!strcmp(var, "samples.context")) in res_sample_config()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | comm.c | 77 cmp = strcmp(str, iter->str); in __comm_str__findnew()
|