Home
last modified time | relevance | path

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

123456

/openbmc/linux/drivers/gpio/
H A Dgpio-bt8xx.c149 struct gpio_chip *c = &bg->gpio; in bt8xxgpio_gpio_setup()
166 struct bt8xxgpio *bg; in bt8xxgpio_probe() local
170 if (!bg) in bt8xxgpio_probe()
173 bg->pdev = dev; in bt8xxgpio_probe()
174 spin_lock_init(&bg->lock); in bt8xxgpio_probe()
190 pci_set_drvdata(dev, bg); in bt8xxgpio_probe()
193 if (!bg->mmio) { in bt8xxgpio_probe()
207 bt8xxgpio_gpio_setup(bg); in bt8xxgpio_probe()
208 err = gpiochip_add_data(&bg->gpio, bg); in bt8xxgpio_probe()
226 gpiochip_remove(&bg->gpio); in bt8xxgpio_remove()
[all …]
/openbmc/linux/arch/sparc/kernel/
H A Dbtext.c246 int bg = 0x00000000UL; in draw_byte_32() local
251 base[0] = (-(bits >> 7) & fg) ^ bg; in draw_byte_32()
252 base[1] = (-((bits >> 6) & 1) & fg) ^ bg; in draw_byte_32()
253 base[2] = (-((bits >> 5) & 1) & fg) ^ bg; in draw_byte_32()
258 base[7] = (-(bits & 1) & fg) ^ bg; in draw_byte_32()
267 int bg = 0x00000000UL; in draw_byte_16() local
273 base[0] = (eb[bits >> 6] & fg) ^ bg; in draw_byte_16()
276 base[3] = (eb[bits & 3] & fg) ^ bg; in draw_byte_16()
285 int bg = 0x00000000UL; in draw_byte_8() local
291 base[0] = (eb[bits >> 4] & fg) ^ bg; in draw_byte_8()
[all …]
/openbmc/linux/fs/btrfs/
H A Dblock-group.h258 static inline bool btrfs_is_block_group_used(const struct btrfs_block_group *bg) in btrfs_is_block_group_used() argument
260 lockdep_assert_held(&bg->lock); in btrfs_is_block_group_used()
262 return (bg->used > 0 || bg->reserved > 0 || bg->pinned > 0); in btrfs_is_block_group_used()
290 void btrfs_wait_block_group_reservations(struct btrfs_block_group *bg);
293 void btrfs_dec_nocow_writers(struct btrfs_block_group *bg);
294 void btrfs_wait_nocow_writers(struct btrfs_block_group *bg);
309 void btrfs_mark_bg_unused(struct btrfs_block_group *bg);
312 void btrfs_mark_bg_to_reclaim(struct btrfs_block_group *bg);
368 bool btrfs_inc_block_group_swap_extents(struct btrfs_block_group *bg);
372 int btrfs_use_block_group_size_class(struct btrfs_block_group *bg,
[all …]
H A Dblock-group.c323 if (!bg) in btrfs_inc_nocow_writers()
327 if (bg->ro) in btrfs_inc_nocow_writers()
339 return bg; in btrfs_inc_nocow_writers()
373 ASSERT(bg); in btrfs_dec_block_group_reservations()
841 bg->start + bg->length - 1, EXTENT_UPTODATE); in btrfs_free_excluded_extents()
1842 if (bg->reserved || bg->pinned || bg->ro) { in btrfs_reclaim_bgs_work()
1882 if (!should_reclaim_block_group(bg, bg->length)) { in btrfs_reclaim_bgs_work()
1917 div64_u64(bg->used * 100, bg->length), in btrfs_reclaim_bgs_work()
2274 if (!bg) { in check_chunk_block_group_mappings()
2289 bg->start, bg->length, in check_chunk_block_group_mappings()
[all …]
H A Dzoned.h76 void btrfs_schedule_zone_finish_bg(struct btrfs_block_group *bg,
78 void btrfs_clear_data_reloc_bg(struct btrfs_block_group *bg);
233 static inline void btrfs_schedule_zone_finish_bg(struct btrfs_block_group *bg, in btrfs_schedule_zone_finish_bg() argument
236 static inline void btrfs_clear_data_reloc_bg(struct btrfs_block_group *bg) { } in btrfs_clear_data_reloc_bg() argument
368 static inline void btrfs_clear_treelog_bg(struct btrfs_block_group *bg) in btrfs_clear_treelog_bg() argument
370 struct btrfs_fs_info *fs_info = bg->fs_info; in btrfs_clear_treelog_bg()
376 if (fs_info->treelog_bg == bg->start) in btrfs_clear_treelog_bg()
397 static inline bool btrfs_zoned_bg_is_full(const struct btrfs_block_group *bg) in btrfs_zoned_bg_is_full() argument
399 ASSERT(btrfs_is_zoned(bg->fs_info)); in btrfs_zoned_bg_is_full()
400 return (bg->alloc_offset == bg->zone_capacity); in btrfs_zoned_bg_is_full()
H A Dscrub.c1546 ASSERT(logical_start >= bg->start && logical_end <= bg->start + bg->length); in scrub_find_fill_first_stripe()
1568 bg->start; in scrub_find_fill_first_stripe()
1571 stripe->bg = bg; in scrub_find_fill_first_stripe()
1658 ASSERT(stripe->bg); in scrub_submit_initial_read()
2026 ASSERT(logical_start >= bg->start && logical_end <= bg->start + bg->length); in scrub_simple_mirror()
2045 spin_lock(&bg->lock); in scrub_simple_mirror()
2098 bg->start; in simple_stripe_get_logical()
2126 while (cur_logical < bg->start + bg->length) { in scrub_simple_stripe()
2197 sctx->raid56_data_stripes[i].bg = bg; in scrub_stripe()
2218 ret = scrub_simple_mirror(sctx, bg, map, bg->start, bg->length, in scrub_stripe()
[all …]
H A Dzoned.c1389 btrfs_err(bg->fs_info, in btrfs_load_block_group_single()
1408 btrfs_err(bg->fs_info, in btrfs_load_block_group_dup()
1414 btrfs_err(bg->fs_info, in btrfs_load_block_group_dup()
1420 btrfs_err(bg->fs_info, in btrfs_load_block_group_dup()
1426 btrfs_err(bg->fs_info, in btrfs_load_block_group_dup()
2290 btrfs_zone_finish_endio(bg->fs_info, bg->start, bg->length); in btrfs_zone_finish_endio_workfn()
2291 btrfs_put_block_group(bg); in btrfs_zone_finish_endio_workfn()
2298 eb->start + eb->len * 2 <= bg->start + bg->zone_capacity) in btrfs_schedule_zone_finish_bg()
2303 bg->start); in btrfs_schedule_zone_finish_bg()
2308 btrfs_get_block_group(bg); in btrfs_schedule_zone_finish_bg()
[all …]
/openbmc/linux/fs/ocfs2/
H A Dsuballoc.c387 bg->bg_free_bits_count = cpu_to_le16(le16_to_cpu(bg->bg_bits) - 1); in ocfs2_block_group_fill()
549 struct ocfs2_group_desc *bg; in ocfs2_bg_alloc_cleanup() local
557 el = &bg->bg_list; in ocfs2_bg_alloc_cleanup()
665 struct ocfs2_group_desc *bg; in ocfs2_block_group_alloc() local
1265 if (bg) in ocfs2_test_bg_bit_allocatable()
1291 bitmap = bg->bg_bitmap; in ocfs2_block_group_find_clear_bits()
1366 if (le16_to_cpu(bg->bg_free_bits_count) > le16_to_cpu(bg->bg_bits)) { in ocfs2_block_group_set_bits()
1773 if (!bg->bg_next_group) in ocfs2_search_chain()
1849 bg, in ocfs2_search_chain()
2163 bg, in ocfs2_claim_new_inode_at_loc()
[all …]
H A Dmove_extents.c376 struct ocfs2_group_desc *bg; in ocfs2_find_victim_alloc_group() local
415 bg = NULL; in ocfs2_find_victim_alloc_group()
418 if (!bg) in ocfs2_find_victim_alloc_group()
421 blkno = le64_to_cpu(bg->bg_next_group); in ocfs2_find_victim_alloc_group()
434 bg = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_find_victim_alloc_group()
436 if (vict_blkno < (le64_to_cpu(bg->bg_blkno) + in ocfs2_find_victim_alloc_group()
444 blkno, le16_to_cpu(bg->bg_bits), in ocfs2_find_victim_alloc_group()
449 } while (le64_to_cpu(bg->bg_next_group)); in ocfs2_find_victim_alloc_group()
471 struct ocfs2_group_desc *bg; in ocfs2_validate_and_adjust_move_goal() local
492 bg = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_validate_and_adjust_move_goal()
[all …]
/openbmc/qemu/ui/
H A Dvnc-enc-hextile-template.h24 pixel_t bg = 0; in CONCAT() local
41 bg = irow[i]; in CONCAT()
45 if (irow[i] != bg) { in CONCAT()
54 if (irow[i] == bg) in CONCAT()
71 fg = bg; in CONCAT()
72 bg = tmp; in CONCAT()
75 if (!*has_bg || *last_bg != bg) { in CONCAT()
78 *last_bg = bg; in CONCAT()
122 if (!*has_bg || *last_bg != bg) in CONCAT()
132 if (irow[i] == bg) in CONCAT()
[all …]
H A Dvnc-enc-tight.c963 int w, int h, uint32_t bg, uint32_t fg) in send_mono_rect() argument
975 palette_put(palette, bg); in send_mono_rect()
992 uint32_t buf[2] = {bg, fg}; in send_mono_rect()
1004 vnc_write(vs, &bg, 2); in send_mono_rect()
1009 vnc_write_u8(vs, bg); in send_mono_rect()
1415 ret = send_mono_rect(vs, x, y, w, h, bg, fg); in send_sub_rect_nojpeg()
1426 int bg, int fg, int colors, in send_sub_rect_jpeg() argument
1443 ret = send_mono_rect(vs, x, y, w, h, bg, fg); in send_sub_rect_jpeg()
1472 uint32_t bg = 0, fg = 0; in send_sub_rect() local
1510 ret = send_sub_rect_jpeg(vs, x, y, w, h, bg, fg, colors, in send_sub_rect()
[all …]
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_geo.c45 if ((ieee->geo.bg[i].channel == channel) && in libipw_is_valid_channel()
46 !(ieee->geo.bg[i].flags & LIBIPW_CH_INVALID) && in libipw_is_valid_channel()
48 !(ieee->geo.bg[i].flags & LIBIPW_CH_B_ONLY))) in libipw_is_valid_channel()
71 if (ieee->geo.bg[i].channel == channel) in libipw_channel_to_index()
110 if (ieee->geo.bg[i].freq == freq) in libipw_freq_to_channel()
111 return ieee->geo.bg[i].channel; in libipw_freq_to_channel()
128 memcpy(ieee->geo.bg, geo->bg, geo->bg_channels * in libipw_set_geo()
147 return ieee->geo.bg[index].flags; in libipw_get_channel_flags()
167 return &ieee->geo.bg[index]; in libipw_get_channel()
/openbmc/linux/arch/powerpc/kernel/
H A Dbtext.c414 int bg = 0x00000000UL; in draw_byte_32() local
419 base[0] = (-(bits >> 7) & fg) ^ bg; in draw_byte_32()
420 base[1] = (-((bits >> 6) & 1) & fg) ^ bg; in draw_byte_32()
421 base[2] = (-((bits >> 5) & 1) & fg) ^ bg; in draw_byte_32()
426 base[7] = (-(bits & 1) & fg) ^ bg; in draw_byte_32()
435 int bg = 0x00000000UL; in draw_byte_16() local
441 base[0] = (eb[bits >> 6] & fg) ^ bg; in draw_byte_16()
444 base[3] = (eb[bits & 3] & fg) ^ bg; in draw_byte_16()
453 int bg = 0x00000000UL; in draw_byte_8() local
459 base[0] = (eb[bits >> 4] & fg) ^ bg; in draw_byte_8()
[all …]
/openbmc/linux/drivers/video/fbdev/
H A Datafb_utils.h269 static inline void expand8_2col2mask(u8 fg, u8 bg, u32 fgm[], u32 bgm[]) in expand8_2col2mask() argument
271 fgm[0] = four2long[fg & 15] ^ (bgm[0] = four2long[bg & 15]); in expand8_2col2mask()
273 fgm[1] = four2long[fg >> 4] ^ (bgm[1] = four2long[bg >> 4]); in expand8_2col2mask()
301 static inline void fill8_2col(u8 *dst, u8 fg, u8 bg, u32 mask) in fill8_2col() argument
305 expand8_2col2mask(fg, bg, fgm, bgm); in fill8_2col()
343 static inline void expand16_2col2mask(u8 fg, u8 bg, u32 fgm[], u32 bgm[]) in expand16_2col2mask() argument
345 bgm[0] = two2word[bg & 3]; in expand16_2col2mask()
348 bgm[1] = two2word[(bg >> 2) & 3]; in expand16_2col2mask()
352 bgm[2] = two2word[(bg >> 4) & 3]; in expand16_2col2mask()
354 bgm[3] = two2word[bg >> 6]; in expand16_2col2mask()
/openbmc/linux/drivers/video/fbdev/core/
H A Dtileblit.c44 rect.bg = attr_bgcol_ec(bgshift, vc, info); in tile_clear()
56 int fg, int bg) in tile_putcs() argument
67 blit.bg = bg; in tile_putcs()
83 int fg, int bg) in tile_cursor() argument
92 cursor.bg = bg; in tile_cursor()
H A Dfbcon.h61 int fg, int bg);
65 int fg, int bg);
125 int bg; in attr_col_ec() local
142 bg = is_mono01 ? 0 : col; in attr_col_ec()
146 bg = is_mono01 ? col : 0; in attr_col_ec()
149 return is_fg ? fg : bg; in attr_col_ec()
/openbmc/linux/include/trace/events/
H A Dwbt.h92 int step, unsigned long window, unsigned int bg,
95 TP_ARGS(bdi, msg, step, window, bg, normal, max),
102 __field(unsigned int, bg)
113 __entry->bg = bg;
120 __entry->bg, __entry->normal, __entry->max)
/openbmc/linux/tools/perf/ui/
H A Dbrowser.c531 .bg = "default",
537 .bg = "default",
543 .bg = "default",
549 .bg = "yellow",
555 .bg = "default",
561 .bg = "default",
567 .bg = "blue",
596 if (bg == NULL) in ui_browser__color_config()
599 *bg = '\0'; in ui_browser__color_config()
600 bg = skip_spaces(bg + 1); in ui_browser__color_config()
[all …]
/openbmc/u-boot/fs/ext4/
H A Dext4_common.h78 uint64_t ext4fs_bg_get_block_id(const struct ext2_block_group *bg,
80 uint64_t ext4fs_bg_get_inode_id(const struct ext2_block_group *bg,
82 uint64_t ext4fs_bg_get_inode_table_id(const struct ext2_block_group *bg,
86 uint32_t ext4fs_bg_get_free_blocks(const struct ext2_block_group *bg,
H A Dext4_common.c72 uint32_t free_inodes = le16_to_cpu(bg->free_inodes); in ext4fs_bg_free_inodes_dec()
77 bg->free_inodes = cpu_to_le16(free_inodes & 0xffff); in ext4fs_bg_free_inodes_dec()
85 uint32_t free_blocks = le16_to_cpu(bg->free_blocks); in ext4fs_bg_free_blocks_dec()
90 bg->free_blocks = cpu_to_le16(free_blocks & 0xffff); in ext4fs_bg_free_blocks_dec()
124 uint32_t free_blocks = le16_to_cpu(bg->free_blocks); in ext4fs_bg_get_free_blocks()
134 uint32_t free_inodes = le16_to_cpu(bg->free_inodes); in ext4fs_bg_get_free_inodes()
142 return le16_to_cpu(bg->bg_flags); in ext4fs_bg_get_flags()
148 bg->bg_flags = cpu_to_le16(flags); in ext4fs_bg_set_flags()
155 uint64_t block_nr = le32_to_cpu(bg->block_id); in ext4fs_bg_get_block_id()
165 uint64_t block_nr = le32_to_cpu(bg->inode_id); in ext4fs_bg_get_inode_id()
[all …]
/openbmc/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c602 if (cci->bg.runtime > 0) { in cmd_infostat_bg_op_sts()
1333 cci->bg.runtime > 0) { in cxl_process_cci_message()
1367 cci->bg.ret_code = 0; in cxl_process_cci_message()
1370 cci->bg.starttime = now; in cxl_process_cci_message()
1381 uint64_t total_time = cci->bg.starttime + cci->bg.runtime; in bg_timercb()
1389 cci->bg.ret_code = ret; in bg_timercb()
1423 cci->bg.starttime = 0; in bg_timercb()
1425 cci->bg.runtime = 0; in bg_timercb()
1451 cci->bg.complete_pct = 0; in cxl_init_cci()
1452 cci->bg.starttime = 0; in cxl_init_cci()
[all …]
/openbmc/linux/drivers/edac/
H A Dal_mc_edac.c65 u8 rank, u32 row, u8 bg, u8 bank, u16 column, in prepare_msg() argument
71 rank, row, bg, bank, column, syn0, syn1, syn2); in prepare_msg()
81 u8 rank, bg, bank; in handle_ce() local
103 bg = FIELD_GET(AL_MC_ECC_CE_ADDR1_BG, ecccaddr1); in handle_ce()
108 rank, row, bg, bank, column, in handle_ce()
126 u8 rank, bg, bank; in handle_ue() local
148 bg = FIELD_GET(AL_MC_ECC_UE_ADDR1_BG, eccuaddr1); in handle_ue()
153 rank, row, bg, bank, column, in handle_ue()
/openbmc/linux/drivers/video/fbdev/savage/
H A Dsavagefb_accel.c95 int fg, bg, size, i, width; in savagefb_imageblit() local
109 bg = image->bg_color; in savagefb_imageblit()
112 bg = ((u32 *)info->pseudo_palette)[image->bg_color]; in savagefb_imageblit()
130 BCI_SEND(bg); in savagefb_imageblit()
/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c151 struct fcoe_percpu_s *bg; in bnx2fc_clean_rx_queue() local
156 bg = &bnx2fc_global; in bnx2fc_clean_rx_queue()
158 list = &bg->fcoe_rx_list; in bnx2fc_clean_rx_queue()
431 struct fcoe_percpu_s *bg; in bnx2fc_rcv() local
465 bg = &bnx2fc_global; in bnx2fc_rcv()
2706 bg = &bnx2fc_global; in bnx2fc_mod_init()
2709 (void *)bg, in bnx2fc_mod_init()
2716 bg->kthread = l2_thread; in bnx2fc_mod_init()
2781 bg = &bnx2fc_global; in bnx2fc_mod_exit()
2783 l2_thread = bg->kthread; in bnx2fc_mod_exit()
[all …]
/openbmc/linux/drivers/video/fbdev/i810/
H A Di810_accel.c237 int dest, const u32 *src, int bg, in mono_src_copy_imm_blit() argument
248 PUT_RING(bg); in mono_src_copy_imm_blit()
370 u32 fg = 0, bg = 0, size, dst; in i810fb_imageblit() local
381 bg = image->bg_color; in i810fb_imageblit()
386 bg = ((u32 *)(info->pseudo_palette))[image->bg_color]; in i810fb_imageblit()
402 bg, fg, info); in i810fb_imageblit()

123456