/linux/block/ |
H A D | badblocks.c | 457 static int prev_by_hint(struct badblocks *bb, sector_t s, int hint) in prev_by_hint() 481 static int prev_badblocks(struct badblocks *bb, struct badblocks_context *bad, in prev_badblocks() 534 static bool can_merge_front(struct badblocks *bb, int prev, in can_merge_front() 552 static int front_merge(struct badblocks *bb, int prev, struct badblocks_context *bad) in front_merge() 588 static bool can_combine_front(struct badblocks *bb, int prev, in can_combine_front() 609 static void front_combine(struct badblocks *bb, int prev) in front_combine() 626 static bool overlap_front(struct badblocks *bb, int front, in overlap_front() 641 static bool overlap_behind(struct badblocks *bb, struct badblocks_context *bad, in overlap_behind() 673 static bool can_front_overwrite(struct badblocks *bb, int prev, in can_front_overwrite() 716 static int front_overwrite(struct badblocks *bb, int prev, in front_overwrite() [all …]
|
/linux/tools/bpf/bpftool/ |
H A D | cfg.c | 50 #define bb_prev(bb) list_prev_entry(bb, l) argument 51 #define bb_next(bb) list_next_entry(bb, l) argument 91 struct bb_node *new_bb, *bb; in func_append_bb() local 116 struct bb_node *bb; in func_insert_dummy_bb() local 168 struct bb_node *bb; in func_partition_bb_head() local 202 struct bb_node *bb, *last; in func_partition_bb_tail() local 218 struct bb_node *bb; in func_add_special_bb() local 246 struct bb_node *bb; in func_search_bb_with_head() local 281 struct bb_node *bb; in func_add_bb_edges() local 360 struct bb_node *bb, *bb2; in cfg_destroy() local [all …]
|
/linux/include/linux/ |
H A D | badblocks.h | 64 static inline void devm_exit_badblocks(struct device *dev, struct badblocks *bb) in devm_exit_badblocks() 74 static inline int badblocks_full(struct badblocks *bb) in badblocks_full() 79 static inline int badblocks_empty(struct badblocks *bb) in badblocks_empty() 84 static inline void set_changed(struct badblocks *bb) in set_changed() 90 static inline void clear_changed(struct badblocks *bb) in clear_changed()
|
H A D | nd.h | 124 struct badblocks bb; member
|
/linux/arch/x86/events/intel/ |
H A D | bts.c | 84 struct bts_buffer *bb; in bts_buffer_setup_aux() local 139 static unsigned long bts_buffer_offset(struct bts_buffer *bb, unsigned int idx) in bts_buffer_offset() 145 bts_config_buffer(struct bts_buffer *bb) in bts_config_buffer() 188 struct bts_buffer *bb = perf_get_aux(&bts->handle); in bts_update() local 236 struct bts_buffer *bb = perf_get_aux(&bts->handle); in __bts_event_start() local 265 struct bts_buffer *bb; in bts_event_start() local 310 struct bts_buffer *bb = NULL; in bts_event_stop() local 386 bts_buffer_reset(struct bts_buffer *bb, struct perf_output_handle *handle) in bts_buffer_reset() 466 struct bts_buffer *bb; in intel_bts_interrupt() local
|
/linux/net/tipc/ |
H A D | bcast.c | 98 struct tipc_bc_base *bb = tipc_bc_base(net); in tipc_bcbase_calc_bc_threshold() local 109 struct tipc_bc_base *bb = tipc_bc_base(net); in tipc_bcbase_select_primary() local 149 struct tipc_bc_base *bb = tipc_bc_base(net); in tipc_bcast_inc_bearer_dst_cnt() local 159 struct tipc_bc_base *bb = tipc_bc_base(net); in tipc_bcast_dec_bearer_dst_cnt() local 180 struct tipc_bc_base *bb = tipc_bc_base(net); in tipc_bcbase_xmit() local 215 struct tipc_bc_base *bb = tipc_bc_base(net); in tipc_bcast_select_xmit_method() local 601 struct tipc_bc_base *bb = tipc_bc_base(net); in tipc_bc_link_set_broadcast_mode() local 634 struct tipc_bc_base *bb = tipc_bc_base(net); in tipc_bc_link_set_broadcast_ratio() local 692 struct tipc_bc_base *bb = NULL; in tipc_bcast_init() local 763 struct tipc_bc_base *bb = tipc_bc_base(net); in tipc_bcast_get_mode() local [all …]
|
/linux/drivers/nvdimm/ |
H A D | badrange.c | 165 static void set_badblock(struct badblocks *bb, sector_t s, int num) in set_badblock() 185 static void __add_badblock_range(struct badblocks *bb, u64 ns_offset, u64 len) in __add_badblock_range() 214 struct badblocks *bb, const struct range *range) in badblocks_populate() 270 struct badblocks *bb, const struct range *range) in nvdimm_badblocks_populate()
|
H A D | nd.h | 421 struct badblocks bb; member 674 static inline bool is_bad_pmem(struct badblocks *bb, sector_t sector, in is_bad_pmem()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_rtrefcount_btree.h | 118 struct xfs_btree_block *bb, in xfs_rtrefcount_broot_ptr_addr() 149 xfs_rtrefcount_broot_space(struct xfs_mount *mp, struct xfs_rtrefcount_root *bb) in xfs_rtrefcount_broot_space() 174 xfs_rtrefcount_droot_space(struct xfs_btree_block *bb) in xfs_rtrefcount_droot_space()
|
H A D | xfs_bmap_btree.h | 151 struct xfs_btree_block *bb, in xfs_bmap_broot_ptr_addr() 178 struct xfs_bmdr_block *bb) in xfs_bmap_broot_space() 196 xfs_bmap_bmdr_space(struct xfs_btree_block *bb) in xfs_bmap_bmdr_space()
|
H A D | xfs_rtrmap_btree.h | 129 struct xfs_btree_block *bb, in xfs_rtrmap_broot_ptr_addr() 160 xfs_rtrmap_broot_space(struct xfs_mount *mp, struct xfs_rtrmap_root *bb) in xfs_rtrmap_broot_space() 185 xfs_rtrmap_droot_space(struct xfs_btree_block *bb) in xfs_rtrmap_droot_space()
|
/linux/scripts/gcc-plugins/ |
H A D | latent_entropy_plugin.c | 340 static void perturb_local_entropy(basic_block bb, tree local_entropy) in perturb_local_entropy() 383 static bool handle_tail_calls(basic_block bb, tree local_entropy) in handle_tail_calls() 431 static void init_local_entropy(basic_block bb, tree local_entropy) in init_local_entropy() 503 basic_block bb; in latent_entropy_execute() local
|
H A D | stackleak_plugin.c | 59 basic_block bb; in add_stack_tracking_gcall() local 173 basic_block bb, entry_bb; in stackleak_instrument_execute() local
|
H A D | randomize_layout_plugin.c | 630 static bool dominated_by_is_err(const_tree rhs, basic_block bb) in dominated_by_is_err() 709 basic_block bb; in find_bad_casts_execute() local
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_gt.c | 150 static int emit_job_sync(struct xe_exec_queue *q, struct xe_bb *bb, in emit_job_sync() 177 struct xe_bb *bb; in emit_nop_job() local 196 struct xe_bb *bb; in emit_wa_job() local
|
H A D | xe_gsc_submit.c | 177 struct xe_bb *bb; in xe_gsc_pkt_submit_kernel() local
|
/linux/arch/mips/lib/ |
H A D | multi3.c | 35 TWunion res, aa, bb; in __multi3() local
|
/linux/net/netfilter/ |
H A D | nft_set_pipapo.h | 50 #define NFT_PIPAPO_BUCKETS(bb) (1 << (bb)) argument 120 u8 bb; member
|
/linux/arch/alpha/boot/tools/ |
H A D | objstrip.c | 109 unsigned long bb[64], sum = 0; in main() local
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | selftest_ring_submission.c | 207 struct i915_vma *bb; in __live_ctx_switch_wa() local
|
/linux/arch/x86/kernel/cpu/ |
H A D | centaur.c | 121 u32 aa, bb, cc, dd; in init_centaur() local
|
/linux/lib/crypto/powerpc/ |
H A D | curve25519.h | 139 fe51 da, cb, aa, bb; in curve25519_fe51() local
|
/linux/drivers/net/wireless/broadcom/b43/ |
H A D | phy_g.c | 210 u16 bb, rf; in b43_set_txpower_g() local 277 u8 rf, bb; in b43_gphy_gain_lt_init() local 2131 struct b43_bbatt *bb) in default_baseband_attenuation()
|
/linux/drivers/spi/ |
H A D | spi-gpio.c | 347 struct spi_bitbang *bb; in spi_gpio_probe() local
|
/linux/drivers/media/dvb-frontends/ |
H A D | dib0090.h | 146 static inline void dib0090_get_current_gain(struct dvb_frontend *fe, u16 * rf, u16 * bb, u16 * rf_g… in dib0090_get_current_gain()
|