Home
last modified time | relevance | path

Searched defs:bb (Results 1 – 25 of 68) sorted by relevance

123

/linux/block/
H A Dbadblocks.c457 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 Dcfg.c50 #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/drivers/gpu/drm/xe/
H A Dxe_bb.c35 struct xe_bb *bb = kmalloc(sizeof(*bb), GFP_KERNEL); in xe_bb_new() local
64 __xe_bb_create_job(struct xe_exec_queue *q, struct xe_bb *bb, u64 *addr) in __xe_bb_create_job()
79 struct xe_bb *bb, in xe_bb_create_migration_job()
97 struct xe_bb *bb) in xe_bb_create_job()
106 void xe_bb_free(struct xe_bb *bb, struct dma_fence *fence) in xe_bb_free()
H A Dxe_migrate.c560 struct xe_bb *bb, u32 at_pt, in emit_pte() argument
624 emit_copy_ccs(struct xe_gt * gt,struct xe_bb * bb,u64 dst_ofs,bool dst_is_indirect,u64 src_ofs,bool src_is_indirect,u32 size) emit_copy_ccs() argument
665 emit_copy(struct xe_gt * gt,struct xe_bb * bb,u64 src_ofs,u64 dst_ofs,unsigned int size,unsigned int pitch) emit_copy() argument
701 xe_migrate_ccs_copy(struct xe_migrate * m,struct xe_bb * bb,u64 src_ofs,bool src_is_indirect,u64 dst_ofs,bool dst_is_indirect,u32 dst_size,u64 ccs_ofs,bool copy_ccs) xe_migrate_ccs_copy() argument
812 struct xe_bb *bb; xe_migrate_copy() local
940 emit_clear_link_copy(struct xe_gt * gt,struct xe_bb * bb,u64 src_ofs,u32 size,u32 pitch) emit_clear_link_copy() argument
963 emit_clear_main_copy(struct xe_gt * gt,struct xe_bb * bb,u64 src_ofs,u32 size,u32 pitch,bool is_vram) emit_clear_main_copy() argument
1026 emit_clear(struct xe_gt * gt,struct xe_bb * bb,u64 src_ofs,u32 size,u32 pitch,bool is_vram) emit_clear() argument
1086 struct xe_bb *bb; xe_migrate_clear() local
1193 write_pgtable(struct xe_tile * tile,struct xe_bb * bb,u64 ppgtt_ofs,const struct xe_vm_pgtable_update_op * pt_op,const struct xe_vm_pgtable_update * update,struct xe_migrate_pt_update * pt_update) write_pgtable() argument
1319 struct xe_bb *bb; __xe_migrate_update_pgtables() local
[all...]
H A Dxe_gt.c168 struct xe_bb *bb; emit_nop_job() local
212 struct xe_bb *bb; emit_wa_job() local
[all...]
H A Dxe_gsc_submit.c177 struct xe_bb *bb; in xe_gsc_pkt_submit_kernel() local
/linux/include/linux/
H A Dbadblocks.h64 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()
/linux/net/tipc/
H A Dbcast.c98 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 Dbadrange.c165 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 Dpmem.h26 struct badblocks bb; member
/linux/fs/xfs/libxfs/
H A Dxfs_rtrefcount_btree.h118 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 Dxfs_bmap_btree.h151 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 Dxfs_rtrmap_btree.h129 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/drivers/net/wireless/realtek/rtw89/
H A Dphy.c5166 struct rtw89_bb_ctx *bb; in __rtw89_phy_stat_rssi_update_iter() local
5203 struct rtw89_bb_ctx *bb; in rtw89_phy_stat_rssi_update() local
5247 struct rtw89_bb_ctx *bb, u32 time_us) in rtw89_phy_ccx_us_to_idx()
5255 struct rtw89_bb_ctx *bb, u16 idx) in rtw89_phy_ccx_idx_to_us()
5263 struct rtw89_bb_ctx *bb) in rtw89_phy_ccx_top_setting_init()
5285 struct rtw89_bb_ctx *bb, in rtw89_phy_ccx_get_report()
5329 struct rtw89_bb_ctx *bb) in rtw89_phy_ccx_racing_release()
5342 struct rtw89_bb_ctx *bb, in rtw89_phy_ifs_clm_th_update_check()
5397 struct rtw89_bb_ctx *bb) in rtw89_phy_ifs_clm_set_th_reg()
5429 struct rtw89_bb_ctx *bb) in rtw89_phy_ifs_clm_setting_init()
[all …]
/linux/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c340 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 Dstructleak_plugin.c118 basic_block bb; in initialize() local
170 basic_block bb; in structleak_execute() local
H A Dstackleak_plugin.c59 basic_block bb; in add_stack_tracking_gcall() local
173 basic_block bb, entry_bb; in stackleak_instrument_execute() local
H A Dsancov_plugin.c35 basic_block bb; in sancov_execute() local
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c38 struct xe_bb *bb, u32 second_idx, const char *str, in run_sanity_job()
192 struct xe_bb *bb; in xe_migrate_sanity_test() local
399 struct xe_bb *bb; in blt_copy() local
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1849 struct _vcs_dpi_soc_bounding_box_st *bb, in dcn20_update_bounding_box()
1914 void dcn20_cap_soc_clocks(struct _vcs_dpi_soc_bounding_box_st *bb, in dcn20_cap_soc_clocks()
1982 void dcn20_patch_bounding_box(struct dc *dc, struct _vcs_dpi_soc_bounding_box_st *bb) in dcn20_patch_bounding_box()
2177 static void patch_bounding_box(struct dc *dc, struct _vcs_dpi_soc_bounding_box_st *bb) in patch_bounding_box()
/linux/arch/mips/lib/
H A Dmulti3.c35 TWunion res, aa, bb; in __multi3() local
/linux/net/netfilter/
H A Dnft_set_pipapo.h50 #define NFT_PIPAPO_BUCKETS(bb) (1 << (bb)) argument
120 u8 bb; member
/linux/arch/alpha/boot/tools/
H A Dobjstrip.c109 unsigned long bb[64], sum = 0; in main() local
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_ring_submission.c207 struct i915_vma *bb; in __live_ctx_switch_wa() local
/linux/arch/x86/kernel/cpu/
H A Dcentaur.c121 u32 aa, bb, cc, dd; in init_centaur() local

123