Searched refs:probe_list (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/x86/kernel/ |
D | probe_roms.c | 95 static bool probe_list(struct pci_dev *pdev, unsigned short vendor, in probe_list() function 144 probe_list(pdev, vendor, rom + offset + list)) { in find_oprom()
|
/linux-4.1.27/kernel/trace/ |
D | trace_kprobe.c | 80 static LIST_HEAD(probe_list); 350 list_for_each_entry(tk, &probe_list, list) in find_trace_kprobe() 547 list_add_tail(&tk->list, &probe_list); in register_trace_kprobe() 567 list_for_each_entry(tk, &probe_list, list) { in trace_kprobe_module_callback() 788 list_for_each_entry(tk, &probe_list, list) in release_all_trace_kprobes() 794 while (!list_empty(&probe_list)) { in release_all_trace_kprobes() 795 tk = list_entry(probe_list.next, struct trace_kprobe, list); in release_all_trace_kprobes() 812 return seq_list_start(&probe_list, *pos); in probes_seq_start() 817 return seq_list_next(v, &probe_list, pos); in probes_seq_next()
|
/linux-4.1.27/drivers/ata/ |
D | pata_legacy.c | 128 static struct legacy_probe probe_list[NR_HOST]; variable 176 struct legacy_probe *lp = &probe_list[0]; in legacy_probe_add() 1187 struct legacy_probe *pl = &probe_list[0]; in legacy_init()
|