Searched refs:bi (Results 176 - 191 of 191) sorted by path

12345678

/linux-master/lib/
H A Ddynamic_debug.c612 int bi, ct; local
616 for (bi = 0; bi < map->length; bi++) {
617 if (test_bit(bi, new_bits) == test_bit(bi, old_bits))
620 snprintf(query, QUERY_SIZE, "class %s %c%s", map->class_names[bi],
621 test_bit(bi, new_bits) ? '+' : '-', dcp->flags);
626 v2pr_info("bit_%d: %d matches on class: %s -> 0x%lx\n", bi,
627 ct, map->class_names[bi], *new_bit
[all...]
/linux-master/net/sunrpc/
H A Dsvcsock.c280 struct bvec_iter bi = { local
285 bvec_iter_advance(bvec, &bi, seek & PAGE_MASK);
286 for_each_bvec(bv, bvec, bi, bi)
H A Dxprtsock.c444 struct bvec_iter bi = { local
449 bvec_iter_advance(bvec, &bi, seek & PAGE_MASK);
450 for_each_bvec(bv, bvec, bi, bi)
/linux-master/sound/aoa/codecs/
H A Donyx.c694 struct bus_info *bi,
693 onyx_prepare(struct codec_info_item *cii, struct bus_info *bi, struct snd_pcm_substream *substream) argument
/linux-master/sound/aoa/soundbus/i2sbus/
H A Dpcm.c326 struct bus_info bi; local
410 bi.bus_factor = 0;
412 bi.bus_factor = cii->codec->bus_factor;
415 if (!bi.bus_factor) {
425 bi.bus_factor = 64;
434 bi.sysclock_factor = cii->codec->sysclock_factor;
438 if (clock_and_divisors(bi.sysclock_factor,
439 bi.bus_factor,
445 switch (bi.bus_factor) {
459 err = cii->codec->prepare(cii, &bi, p
[all...]
/linux-master/sound/aoa/soundbus/
H A Dsoundbus.h120 struct bus_info *bi,
/linux-master/sound/pci/hda/
H A Dpatch_hdmi.c600 int pi, bi; local
610 hdmi_get_dip_index(codec, pin_nid, &pi, &bi);
613 bi, pi, i);
614 if (bi == 0) /* byte index wrapped around */
/linux-master/tools/perf/
H A Dbuiltin-annotate.c147 struct branch_info *bi; local
153 bi = sample__resolve_bstack(sample, al);
154 if (!bi)
162 process_basic_block(prev, &bi[i].from, &bi[i].flags);
163 prev = &bi[i].to;
166 free(bi);
175 struct branch_info *bi; local
180 bi = he->branch_info;
181 err = addr_map_symbol__inc_samples(&bi
[all...]
H A Dbuiltin-diff.c1358 struct block_info *bi; local
1373 bi = block_he->block_info;
1375 start_line = map__srcline(he->ms.map, bi->sym->start + bi->start,
1378 end_line = map__srcline(he->ms.map, bi->sym->start + bi->end,
1387 bi->start, bi->end, block_he->diff.cycles);
H A Dbuiltin-report.c173 struct branch_info *bi; local
179 bi = he->branch_info;
180 err = addr_map_symbol__inc_samples(&bi->from, sample, evsel);
184 err = addr_map_symbol__inc_samples(&bi->to, sample, evsel);
212 struct branch_info *bi = he->branch_info; local
217 branch_type_count(&rep->brtype_stat, &bi->flags,
218 bi->from.addr, bi->to.addr);
223 err = addr_map_symbol__inc_samples(&bi->from, sample, evsel);
227 err = addr_map_symbol__inc_samples(&bi
[all...]
/linux-master/tools/perf/ui/browsers/
H A Dhists.c2947 struct branch_info *bi = NULL; local
3095 bi = browser->he_selection->branch_info;
3096 if (!bi || !bi->to.ms.map)
3099 actions->ms.sym = symbol__new_unresolved(bi->to.al_addr, bi->to.ms.map);
3100 actions->ms.map = bi->to.ms.map;
3286 bi = browser->he_selection->branch_info;
3288 if (bi == NULL)
3294 &bi
[all...]
/linux-master/tools/perf/util/
H A Dblock-info.c46 struct block_info *block_info__get(struct block_info *bi) argument
48 if (bi)
49 refcount_inc(&bi->refcnt);
50 return bi;
53 void block_info__put(struct block_info *bi) argument
55 if (bi && refcount_dec_and_test(&bi->refcnt))
56 free(bi);
61 struct block_info *bi = zalloc(sizeof(*bi)); local
99 init_block_info(struct block_info *bi, struct symbol *sym, struct cyc_hist *ch, int offset, u64 total_cycles) argument
137 struct block_info *bi; local
200 struct block_info *bi = he->block_info; local
243 struct block_info *bi = he->block_info; local
256 struct block_info *bi = he->block_info; local
273 struct block_info *bi = he->block_info; local
287 struct block_info *bi = he->block_info; local
490 struct block_info *bi = he->block_info; local
[all...]
H A Dblock-info.h54 struct block_info *block_info__get(struct block_info *bi);
55 void block_info__put(struct block_info *bi);
57 static inline void __block_info__zput(struct block_info **bi) argument
59 block_info__put(*bi);
60 *bi = NULL;
63 #define block_info__zput(bi) __block_info__zput(&bi)
H A Dhist.c702 struct branch_info *bi,
738 .branch_info = bi,
763 struct branch_info *bi,
769 return __hists__add_entry(hists, al, sym_parent, bi, mi, ki, NULL,
777 struct branch_info *bi,
783 return __hists__add_entry(hists, al, sym_parent, bi, mi, ki, NULL,
897 struct branch_info *bi; local
900 bi = sample__resolve_bstack(sample, al);
901 if (!bi)
907 iter->priv = bi;
699 __hists__add_entry(struct hists *hists, struct addr_location *al, struct symbol *sym_parent, struct branch_info *bi, struct mem_info *mi, struct kvm_info *ki, struct block_info *block_info, struct perf_sample *sample, bool sample_self, struct hist_entry_ops *ops) argument
760 hists__add_entry(struct hists *hists, struct addr_location *al, struct symbol *sym_parent, struct branch_info *bi, struct mem_info *mi, struct kvm_info *ki, struct perf_sample *sample, bool sample_self) argument
773 hists__add_entry_ops(struct hists *hists, struct hist_entry_ops *ops, struct addr_location *al, struct symbol *sym_parent, struct branch_info *bi, struct mem_info *mi, struct kvm_info *ki, struct perf_sample *sample, bool sample_self) argument
921 struct branch_info *bi = iter->priv; local
942 struct branch_info *bi; local
2672 struct branch_info *bi; local
[all...]
H A Dhist.h156 struct branch_info *bi,
166 struct branch_info *bi,
174 struct block_info *bi);
H A Dmachine.c2232 struct branch_info *bi = calloc(bs->nr, sizeof(struct branch_info)); local
2234 if (!bi)
2238 ip__resolve_ams(al->thread, &bi[i].to, entries[i].to);
2239 ip__resolve_ams(al->thread, &bi[i].from, entries[i].from);
2240 bi[i].flags = entries[i].flags;
2242 return bi;

Completed in 321 milliseconds

12345678