/linux-4.4.14/lib/ |
D | bsearch.c | 33 void *bsearch(const void *key, const void *base, size_t num, size_t size, in bsearch() function 53 EXPORT_SYMBOL(bsearch);
|
D | Makefile | 28 bsearch.o find_bit.o llist.o memweight.o kfifo.o \
|
/linux-4.4.14/include/linux/ |
D | bsearch.h | 6 void *bsearch(const void *key, const void *base, size_t num, size_t size,
|
/linux-4.4.14/tools/perf/tests/ |
D | dwarf-unwind.c | 118 void *fp = &bsearch; in krava_3()
|
/linux-4.4.14/drivers/sh/intc/ |
D | chip.c | 126 return bsearch(&key, hp, nr_hp, sizeof(*hp), intc_handle_int_cmp); in intc_find_irq()
|
/linux-4.4.14/drivers/md/bcache/ |
D | journal.c | 178 goto bsearch; in bch_journal_read() 191 goto bsearch; in bch_journal_read() 196 bsearch: in bch_journal_read()
|
/linux-4.4.14/drivers/md/persistent-data/ |
D | dm-btree.c | 41 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() 68 return bsearch(n, key, 1); in upper_bound()
|
/linux-4.4.14/scripts/ |
D | .docproc.cmd | 42 /usr/include/i386-linux-gnu/bits/stdlib-bsearch.h \
|
D | asn1_compiler.c | 446 dir = bsearch(&tokens[tix], directives, in tokenise() 1016 ref = bsearch(cursor, type_index, nr_types, sizeof(type_index[0]), in parse_type()
|
/linux-4.4.14/scripts/kconfig/ |
D | .conf.o.cmd | 49 /usr/include/i386-linux-gnu/bits/stdlib-bsearch.h \
|
D | .zconf.tab.o.cmd | 43 /usr/include/i386-linux-gnu/bits/stdlib-bsearch.h \
|
/linux-4.4.14/scripts/basic/ |
D | .fixdep.cmd | 57 /usr/include/i386-linux-gnu/bits/stdlib-bsearch.h \
|
/linux-4.4.14/tools/perf/ |
D | builtin-kmem.c | 390 caller = bsearch(&key, alloc_func_list, nr_alloc_funcs, in find_callsite() 700 gfp = bsearch(&key, gfps, nr_gfps, sizeof(*gfps), gfpcmp); in compact_gfp_string() 723 if (bsearch(&key, gfps, nr_gfps, sizeof(*gfps), gfpcmp)) in parse_gfp_flags()
|
D | builtin-trace.c | 1304 return bsearch(name, syscall_fmts, nmemb, sizeof(struct syscall_fmt), syscall_fmt__cmp); in syscall_fmt__find()
|
/linux-4.4.14/drivers/base/regmap/ |
D | regcache.c | 604 r = bsearch(&key, map->reg_defaults, map->num_reg_defaults, in regcache_lookup_reg()
|
/linux-4.4.14/tools/lib/traceevent/ |
D | event-parse.c | 202 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() 678 printk = bsearch(&key, pevent->printk_map, pevent->printk_count, in find_printk() 3457 eventptr = bsearch(&pkey, pevent->events, pevent->nr_events, in pevent_find_event()
|
D | parse-filter.c | 126 filter_type = bsearch(&key, filter->event_filters, in find_filter_type()
|
/linux-4.4.14/drivers/hid/ |
D | hid-sensor-custom.c | 377 usage_desc = bsearch(&usage, hid_custom_usage_desc_table, in show_value()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | cpufeature.c | 313 return bsearch((const void *)(unsigned long)sys_id, in get_arm64_ftr_reg()
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | annotate.c | 1151 cfg = bsearch(name, annotate__configs, ARRAY_SIZE(annotate__configs), in annotate__config()
|
/linux-4.4.14/kernel/ |
D | module.c | 572 sym = bsearch(fsa->name, syms->start, syms->stop - syms->start, in find_symbol_in_section() 2379 return bsearch(name, start, stop - start, in lookup_symbol()
|
/linux-4.4.14/tools/perf/util/ |
D | parse-events.c | 1342 r = bsearch(&p, perf_pmu_events_list, in perf_pmu__parse_check()
|
D | annotate.c | 440 return bsearch(name, instructions, nmemb, sizeof(struct ins), ins__cmp); in ins__find()
|
/linux-4.4.14/kernel/trace/ |
D | trace_events.c | 501 pid = bsearch(&search_pid, filtered_pids->pids, in check_ignore_pid()
|
D | ftrace.c | 1578 rec = bsearch(&key, pg->records, pg->index, in ftrace_location_range()
|
/linux-4.4.14/virt/kvm/ |
D | kvm_main.c | 3225 range = bsearch(&key, bus->range, bus->dev_count, in kvm_io_bus_get_first_dev()
|
/linux-4.4.14/drivers/block/ |
D | rbd.c | 1064 found = bsearch(&snap_id, &snapc->snaps, snapc->num_snaps, in rbd_dev_snap_index()
|
/linux-4.4.14/fs/btrfs/ |
D | send.c | 1205 found = bsearch((void *)(uintptr_t)root, bctx->sctx->clone_roots, in __iterate_backrefs()
|