Home
last modified time | relevance | path

Searched refs:bsearch (Results 1 – 25 of 25) sorted by relevance

/linux-4.1.27/lib/
Dbsearch.c33 void *bsearch(const void *key, const void *base, size_t num, size_t size, in bsearch() function
53 EXPORT_SYMBOL(bsearch);
DMakefile28 bsearch.o find_bit.o llist.o memweight.o kfifo.o \
/linux-4.1.27/include/linux/
Dbsearch.h6 void *bsearch(const void *key, const void *base, size_t num, size_t size,
/linux-4.1.27/tools/perf/tests/
Ddwarf-unwind.c114 void *fp = &bsearch; in krava_3()
/linux-4.1.27/drivers/sh/intc/
Dchip.c126 return bsearch(&key, hp, nr_hp, sizeof(*hp), intc_handle_int_cmp); in intc_find_irq()
/linux-4.1.27/drivers/md/bcache/
Djournal.c178 goto bsearch; in bch_journal_read()
191 goto bsearch; in bch_journal_read()
196 bsearch: in bch_journal_read()
/linux-4.1.27/scripts/
D.docproc.cmd42 /usr/include/i386-linux-gnu/bits/stdlib-bsearch.h \
Dasn1_compiler.c437 dir = bsearch(&tokens[tix], directives, in tokenise()
988 ref = bsearch(cursor, type_index, nr_types, sizeof(type_index[0]), in parse_type()
/linux-4.1.27/scripts/kconfig/
D.conf.o.cmd49 /usr/include/i386-linux-gnu/bits/stdlib-bsearch.h \
D.zconf.tab.o.cmd43 /usr/include/i386-linux-gnu/bits/stdlib-bsearch.h \
/linux-4.1.27/scripts/basic/
D.fixdep.cmd57 /usr/include/i386-linux-gnu/bits/stdlib-bsearch.h \
/linux-4.1.27/drivers/md/persistent-data/
Ddm-btree.c41 static int bsearch(struct btree_node *n, uint64_t key, int want_hi) in bsearch() function
63 return bsearch(n, key, 0); in lower_bound()
/linux-4.1.27/drivers/base/regmap/
Dregcache.c583 r = bsearch(&key, map->reg_defaults, map->num_reg_defaults, in regcache_lookup_reg()
/linux-4.1.27/tools/lib/traceevent/
Devent-parse.c202 comm = bsearch(&key, pevent->cmdlines, pevent->cmdline_count, in find_cmdline()
231 comm = bsearch(&key, pevent->cmdlines, pevent->cmdline_count, in pevent_pid_is_registered()
256 cmdline = bsearch(&key, pevent->cmdlines, pevent->cmdline_count, in add_new_comm()
431 func = bsearch(&key, pevent->func_map, pevent->func_count, in find_func()
613 printk = bsearch(&key, pevent->printk_map, pevent->printk_count, in find_printk()
3342 eventptr = bsearch(&pkey, pevent->events, pevent->nr_events, in pevent_find_event()
Dparse-filter.c126 filter_type = bsearch(&key, filter->event_filters, in find_filter_type()
/linux-4.1.27/drivers/hid/
Dhid-sensor-custom.c377 usage_desc = bsearch(&usage, hid_custom_usage_desc_table, in show_value()
/linux-4.1.27/tools/perf/ui/browsers/
Dannotate.c1026 cfg = bsearch(name, annotate__configs, ARRAY_SIZE(annotate__configs), in annotate__config()
/linux-4.1.27/tools/perf/util/
Dparse-events.c970 r = bsearch(&p, perf_pmu_events_list, in perf_pmu__parse_check()
Dannotate.c440 return bsearch(name, instructions, nmemb, sizeof(struct ins), ins__cmp); in ins__find()
/linux-4.1.27/kernel/
Dmodule.c421 sym = bsearch(fsa->name, syms->start, syms->stop - syms->start, in find_symbol_in_section()
2208 return bsearch(name, start, stop - start, in lookup_symbol()
/linux-4.1.27/virt/kvm/
Dkvm_main.c2992 range = bsearch(&key, bus->range, bus->dev_count, in kvm_io_bus_get_first_dev()
/linux-4.1.27/tools/perf/
Dbuiltin-trace.c1133 return bsearch(name, syscall_fmts, nmemb, sizeof(struct syscall_fmt), syscall_fmt__cmp); in syscall_fmt__find()
/linux-4.1.27/kernel/trace/
Dftrace.c1568 rec = bsearch(&key, pg->records, pg->index, in ftrace_location_range()
/linux-4.1.27/drivers/block/
Drbd.c1062 found = bsearch(&snap_id, &snapc->snaps, snapc->num_snaps, in rbd_dev_snap_index()
/linux-4.1.27/fs/btrfs/
Dsend.c1201 found = bsearch((void *)(uintptr_t)root, bctx->sctx->clone_roots, in __iterate_backrefs()