Home
last modified time | relevance | path

Searched refs:probe_list (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/x86/kernel/
Dprobe_roms.c96 static bool probe_list(struct pci_dev *pdev, unsigned short vendor, in probe_list() function
145 probe_list(pdev, vendor, rom + offset + list)) { in find_oprom()
/Linux-v4.19/kernel/trace/
Dtrace_kprobe.c117 static LIST_HEAD(probe_list);
388 list_for_each_entry(tk, &probe_list, list) in find_trace_kprobe()
635 list_add_tail(&tk->list, &probe_list); in register_trace_kprobe()
655 list_for_each_entry(tk, &probe_list, list) { in trace_kprobe_module_callback()
901 list_for_each_entry(tk, &probe_list, list) in release_all_trace_kprobes()
907 while (!list_empty(&probe_list)) { in release_all_trace_kprobes()
908 tk = list_entry(probe_list.next, struct trace_kprobe, list); in release_all_trace_kprobes()
925 return seq_list_start(&probe_list, *pos); in probes_seq_start()
930 return seq_list_next(v, &probe_list, pos); in probes_seq_next()
/Linux-v4.19/drivers/ata/
Dpata_legacy.c128 static struct legacy_probe probe_list[NR_HOST]; variable
176 struct legacy_probe *lp = &probe_list[0]; in legacy_probe_add()
1190 struct legacy_probe *pl = &probe_list[0]; in legacy_init()