/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-bt8xx.c | 60 #define bgwrite(dat, adr) writel((dat), bg->mmio+(adr)) 61 #define bgread(adr) readl(bg->mmio+(adr)) 71 struct bt8xxgpio *bg = gpiochip_get_data(gpio); in bt8xxgpio_gpio_direction_input() local 75 spin_lock_irqsave(&bg->lock, flags); in bt8xxgpio_gpio_direction_input() 85 spin_unlock_irqrestore(&bg->lock, flags); in bt8xxgpio_gpio_direction_input() 92 struct bt8xxgpio *bg = gpiochip_get_data(gpio); in bt8xxgpio_gpio_get() local 96 spin_lock_irqsave(&bg->lock, flags); in bt8xxgpio_gpio_get() 98 spin_unlock_irqrestore(&bg->lock, flags); in bt8xxgpio_gpio_get() 106 struct bt8xxgpio *bg = gpiochip_get_data(gpio); in bt8xxgpio_gpio_direction_output() local 110 spin_lock_irqsave(&bg in bt8xxgpio_gpio_direction_output() 131 struct bt8xxgpio *bg = gpiochip_get_data(gpio); bt8xxgpio_gpio_set() local 147 bt8xxgpio_gpio_setup(struct bt8xxgpio *bg) bt8xxgpio_gpio_setup() argument 166 struct bt8xxgpio *bg; bt8xxgpio_probe() local 224 struct bt8xxgpio *bg = pci_get_drvdata(pdev); bt8xxgpio_remove() local 238 struct bt8xxgpio *bg = pci_get_drvdata(pdev); bt8xxgpio_suspend() local 261 struct bt8xxgpio *bg = pci_get_drvdata(pdev); bt8xxgpio_resume() local [all...] |
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-bt8xx.c | 60 #define bgwrite(dat, adr) writel((dat), bg->mmio+(adr)) 61 #define bgread(adr) readl(bg->mmio+(adr)) 71 struct bt8xxgpio *bg = gpiochip_get_data(gpio); in bt8xxgpio_gpio_direction_input() local 75 spin_lock_irqsave(&bg->lock, flags); in bt8xxgpio_gpio_direction_input() 85 spin_unlock_irqrestore(&bg->lock, flags); in bt8xxgpio_gpio_direction_input() 92 struct bt8xxgpio *bg = gpiochip_get_data(gpio); in bt8xxgpio_gpio_get() local 96 spin_lock_irqsave(&bg->lock, flags); in bt8xxgpio_gpio_get() 98 spin_unlock_irqrestore(&bg->lock, flags); in bt8xxgpio_gpio_get() 106 struct bt8xxgpio *bg = gpiochip_get_data(gpio); in bt8xxgpio_gpio_direction_output() local 110 spin_lock_irqsave(&bg in bt8xxgpio_gpio_direction_output() 131 struct bt8xxgpio *bg = gpiochip_get_data(gpio); bt8xxgpio_gpio_set() local 147 bt8xxgpio_gpio_setup(struct bt8xxgpio *bg) bt8xxgpio_gpio_setup() argument 166 struct bt8xxgpio *bg; bt8xxgpio_probe() local 224 struct bt8xxgpio *bg = pci_get_drvdata(pdev); bt8xxgpio_remove() local 238 struct bt8xxgpio *bg = pci_get_drvdata(pdev); bt8xxgpio_suspend() local 261 struct bt8xxgpio *bg = pci_get_drvdata(pdev); bt8xxgpio_resume() local [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | block-group.h | 258 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); [all...] |
H A D | block-group.c | 319 struct btrfs_block_group *bg; in btrfs_inc_nocow_writers() local 322 bg = btrfs_lookup_block_group(fs_info, bytenr); in btrfs_inc_nocow_writers() 323 if (!bg) in btrfs_inc_nocow_writers() 326 spin_lock(&bg->lock); in btrfs_inc_nocow_writers() 327 if (bg->ro) in btrfs_inc_nocow_writers() 330 atomic_inc(&bg->nocow_writers); in btrfs_inc_nocow_writers() 331 spin_unlock(&bg->lock); in btrfs_inc_nocow_writers() 334 btrfs_put_block_group(bg); in btrfs_inc_nocow_writers() 339 return bg; in btrfs_inc_nocow_writers() 353 void btrfs_dec_nocow_writers(struct btrfs_block_group *bg) in btrfs_dec_nocow_writers() argument 362 btrfs_wait_nocow_writers(struct btrfs_block_group *bg) btrfs_wait_nocow_writers() argument 370 struct btrfs_block_group *bg; btrfs_dec_block_group_reservations() local 379 btrfs_wait_block_group_reservations(struct btrfs_block_group *bg) btrfs_wait_block_group_reservations() argument 838 btrfs_free_excluded_extents(const struct btrfs_block_group *bg) btrfs_free_excluded_extents() argument 1419 clean_pinned_extents(struct btrfs_trans_handle *trans, struct btrfs_block_group *bg) clean_pinned_extents() argument 1721 btrfs_mark_bg_unused(struct btrfs_block_group *bg) btrfs_mark_bg_unused() argument 1760 should_reclaim_block_group(struct btrfs_block_group *bg, u64 bytes_freed) should_reclaim_block_group() argument 1788 struct btrfs_block_group *bg; btrfs_reclaim_bgs_work() local 1959 btrfs_mark_bg_to_reclaim(struct btrfs_block_group *bg) btrfs_mark_bg_to_reclaim() argument 1977 struct btrfs_block_group_item bg; read_bg_from_eb() local 2249 struct btrfs_block_group *bg; check_chunk_block_group_mappings() local 2424 struct btrfs_block_group *bg; fill_dummy_bgs() local 3835 struct btrfs_block_group *bg; do_chunk_alloc() local 4215 struct btrfs_block_group *bg; reserve_chunk_space() local 4499 btrfs_inc_block_group_swap_extents(struct btrfs_block_group *bg) btrfs_inc_block_group_swap_extents() argument 4513 btrfs_dec_block_group_swap_extents(struct btrfs_block_group *bg, int amount) btrfs_dec_block_group_swap_extents() argument 4550 btrfs_use_block_group_size_class(struct btrfs_block_group *bg, enum btrfs_block_group_size_class size_class, bool force_wrong_size_class) btrfs_use_block_group_size_class() argument 4583 btrfs_block_group_should_use_size_class(struct btrfs_block_group *bg) btrfs_block_group_should_use_size_class() argument [all...] |
H A D | scrub.c | 110 struct btrfs_block_group *bg; member 585 struct btrfs_fs_info *fs_info = stripe->bg->fs_info; in scrub_stripe_get_page() 594 struct btrfs_fs_info *fs_info = stripe->bg->fs_info; in scrub_stripe_get_page_offset() 601 struct btrfs_fs_info *fs_info = stripe->bg->fs_info; in scrub_verify_one_metadata() 692 struct btrfs_fs_info *fs_info = stripe->bg->fs_info; in scrub_verify_one_sector() 754 struct btrfs_fs_info *fs_info = stripe->bg->fs_info; in scrub_verify_one_stripe() 787 struct btrfs_fs_info *fs_info = stripe->bg->fs_info; in scrub_repair_read_endio() 821 struct btrfs_fs_info *fs_info = stripe->bg->fs_info; in scrub_stripe_submit_repair_read() 1014 int num_copies = btrfs_num_copies(fs_info, stripe->bg->start, in scrub_stripe_read_repair_worker() 1015 stripe->bg in scrub_stripe_read_repair_worker() 1521 scrub_find_fill_first_stripe(struct btrfs_block_group *bg, struct btrfs_path *extent_path, struct btrfs_path *csum_path, struct btrfs_device *dev, u64 physical, int mirror_num, u64 logical_start, u32 logical_len, struct scrub_stripe *stripe) scrub_find_fill_first_stripe() argument 1802 queue_scrub_stripe(struct scrub_ctx *sctx, struct btrfs_block_group *bg, struct btrfs_device *dev, int mirror_num, u64 logical, u32 length, u64 physical, u64 *found_logical_ret) queue_scrub_stripe() argument 1843 scrub_raid56_parity_stripe(struct scrub_ctx *sctx, struct btrfs_device *scrub_dev, struct btrfs_block_group *bg, struct map_lookup *map, u64 full_stripe_start) scrub_raid56_parity_stripe() argument 2013 scrub_simple_mirror(struct scrub_ctx *sctx, struct btrfs_block_group *bg, struct map_lookup *map, u64 logical_start, u64 logical_length, struct btrfs_device *device, u64 physical, int mirror_num) scrub_simple_mirror() argument 2085 simple_stripe_get_logical(struct map_lookup *map, struct btrfs_block_group *bg, int stripe_index) simple_stripe_get_logical() argument 2112 scrub_simple_stripe(struct scrub_ctx *sctx, struct btrfs_block_group *bg, struct map_lookup *map, struct btrfs_device *device, int stripe_index) scrub_simple_stripe() argument 2145 scrub_stripe(struct scrub_ctx *sctx, struct btrfs_block_group *bg, struct extent_map *em, struct btrfs_device *scrub_dev, int stripe_index) scrub_stripe() argument 2314 scrub_chunk(struct scrub_ctx *sctx, struct btrfs_block_group *bg, struct btrfs_device *scrub_dev, u64 dev_offset, u64 dev_extent_len) scrub_chunk() argument [all...] |
H A D | zoned.h | 76 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 in btrfs_zoned_bg_is_full() [all...] |
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | suballoc.c | 43 u64 sr_bg_blkno; /* The bg we allocated from. Set 53 unsigned int sr_bit_offset; /* The bit in the bg */ 106 static inline int ocfs2_block_group_reasonably_empty(struct ocfs2_group_desc *bg, 321 struct ocfs2_group_desc *bg, in ocfs2_bg_discontig_add_extent() 325 struct ocfs2_extent_list *el = &bg->bg_list; in ocfs2_bg_discontig_add_extent() 333 rec->e_cpos = cpu_to_le32(le16_to_cpu(bg->bg_bits) / in ocfs2_bg_discontig_add_extent() 336 le16_add_cpu(&bg->bg_bits, clusters * le16_to_cpu(cl->cl_bpc)); in ocfs2_bg_discontig_add_extent() 337 le16_add_cpu(&bg->bg_free_bits_count, in ocfs2_bg_discontig_add_extent() 352 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; in ocfs2_block_group_fill() local 372 memset(bg, in ocfs2_block_group_fill() 320 ocfs2_bg_discontig_add_extent(struct ocfs2_super *osb, struct ocfs2_group_desc *bg, struct ocfs2_chain_list *cl, u64 p_blkno, unsigned int clusters) ocfs2_bg_discontig_add_extent() argument 492 struct ocfs2_group_desc *bg = ocfs2_block_group_grow_discontig() local 551 struct ocfs2_group_desc *bg; ocfs2_bg_alloc_cleanup() local 667 struct ocfs2_group_desc *bg; ocfs2_block_group_alloc() local 1254 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; ocfs2_test_bg_bit_allocatable() local 1286 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; ocfs2_block_group_find_clear_bits() local 1337 ocfs2_block_group_set_bits(handle_t *handle, struct inode *alloc_inode, struct ocfs2_group_desc *bg, struct buffer_head *group_bh, unsigned int bit_off, unsigned int num_bits) ocfs2_block_group_set_bits() argument 1415 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; ocfs2_relink_block_group() local 1468 ocfs2_block_group_reasonably_empty(struct ocfs2_group_desc *bg, u32 wanted) ocfs2_block_group_reasonably_empty() argument 1555 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) group_bh->b_data; ocfs2_block_group_search() local 1640 ocfs2_bg_discontig_fix_result(struct ocfs2_alloc_context *ac, struct ocfs2_group_desc *bg, struct ocfs2_suballoc_result *res) ocfs2_bg_discontig_fix_result() argument 1752 struct ocfs2_group_desc *bg; ocfs2_search_chain() local 2134 struct ocfs2_group_desc *bg; ocfs2_claim_new_inode_at_loc() local 2381 ocfs2_block_group_clear_bits(handle_t *handle, struct inode *alloc_inode, struct ocfs2_group_desc *bg, struct buffer_head *group_bh, unsigned int bit_off, unsigned int num_bits, void (*undo_fn)(unsigned int bit, unsigned long *bmap)) ocfs2_block_group_clear_bits() argument [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | suballoc.c | 41 u64 sr_bg_blkno; /* The bg we allocated from. Set 51 unsigned int sr_bit_offset; /* The bit in the bg */ 104 static inline int ocfs2_block_group_reasonably_empty(struct ocfs2_group_desc *bg, 319 struct ocfs2_group_desc *bg, in ocfs2_bg_discontig_add_extent() 323 struct ocfs2_extent_list *el = &bg->bg_list; in ocfs2_bg_discontig_add_extent() 331 rec->e_cpos = cpu_to_le32(le16_to_cpu(bg->bg_bits) / in ocfs2_bg_discontig_add_extent() 334 le16_add_cpu(&bg->bg_bits, clusters * le16_to_cpu(cl->cl_bpc)); in ocfs2_bg_discontig_add_extent() 335 le16_add_cpu(&bg->bg_free_bits_count, in ocfs2_bg_discontig_add_extent() 350 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; in ocfs2_block_group_fill() local 370 memset(bg, in ocfs2_block_group_fill() 318 ocfs2_bg_discontig_add_extent(struct ocfs2_super *osb, struct ocfs2_group_desc *bg, struct ocfs2_chain_list *cl, u64 p_blkno, unsigned int clusters) ocfs2_bg_discontig_add_extent() argument 490 struct ocfs2_group_desc *bg = ocfs2_block_group_grow_discontig() local 549 struct ocfs2_group_desc *bg; ocfs2_bg_alloc_cleanup() local 665 struct ocfs2_group_desc *bg; ocfs2_block_group_alloc() local 1252 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; ocfs2_test_bg_bit_allocatable() local 1284 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; ocfs2_block_group_find_clear_bits() local 1335 ocfs2_block_group_set_bits(handle_t *handle, struct inode *alloc_inode, struct ocfs2_group_desc *bg, struct buffer_head *group_bh, unsigned int bit_off, unsigned int num_bits) ocfs2_block_group_set_bits() argument 1413 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; ocfs2_relink_block_group() local 1466 ocfs2_block_group_reasonably_empty(struct ocfs2_group_desc *bg, u32 wanted) ocfs2_block_group_reasonably_empty() argument 1553 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) group_bh->b_data; ocfs2_block_group_search() local 1638 ocfs2_bg_discontig_fix_result(struct ocfs2_alloc_context *ac, struct ocfs2_group_desc *bg, struct ocfs2_suballoc_result *res) ocfs2_bg_discontig_fix_result() argument 1750 struct ocfs2_group_desc *bg; ocfs2_search_chain() local 2132 struct ocfs2_group_desc *bg; ocfs2_claim_new_inode_at_loc() local 2379 ocfs2_block_group_clear_bits(handle_t *handle, struct inode *alloc_inode, struct ocfs2_group_desc *bg, struct buffer_head *group_bh, unsigned int bit_off, unsigned int num_bits, void (*undo_fn)(unsigned int bit, unsigned long *bmap)) ocfs2_block_group_clear_bits() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
H A D | libipw_geo.c | 45 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[inde in libipw_get_channel() [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | atafb_utils.h | 269 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 >> in expand16_2col2mask() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | atafb_utils.h | 269 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 >> in expand16_2col2mask() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/ |
H A D | libipw_geo.c | 45 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[inde in libipw_get_channel() [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | block-group.c | 288 struct btrfs_block_group *bg; in btrfs_inc_nocow_writers() local 291 bg = btrfs_lookup_block_group(fs_info, bytenr); in btrfs_inc_nocow_writers() 292 if (!bg) in btrfs_inc_nocow_writers() 295 spin_lock(&bg->lock); in btrfs_inc_nocow_writers() 296 if (bg->ro) in btrfs_inc_nocow_writers() 299 atomic_inc(&bg->nocow_writers); in btrfs_inc_nocow_writers() 300 spin_unlock(&bg->lock); in btrfs_inc_nocow_writers() 304 btrfs_put_block_group(bg); in btrfs_inc_nocow_writers() 311 struct btrfs_block_group *bg; in btrfs_dec_nocow_writers() local 313 bg in btrfs_dec_nocow_writers() 325 btrfs_wait_nocow_writers(struct btrfs_block_group *bg) btrfs_wait_nocow_writers() argument 333 struct btrfs_block_group *bg; btrfs_dec_block_group_reservations() local 342 btrfs_wait_block_group_reservations(struct btrfs_block_group *bg) btrfs_wait_block_group_reservations() argument 1296 clean_pinned_extents(struct btrfs_trans_handle *trans, struct btrfs_block_group *bg) clean_pinned_extents() argument 1534 btrfs_mark_bg_unused(struct btrfs_block_group *bg) btrfs_mark_bg_unused() argument 1552 struct btrfs_block_group_item bg; read_bg_from_eb() local 1842 struct btrfs_block_group *bg; check_chunk_block_group_mappings() local 3455 btrfs_inc_block_group_swap_extents(struct btrfs_block_group *bg) btrfs_inc_block_group_swap_extents() argument 3469 btrfs_dec_block_group_swap_extents(struct btrfs_block_group *bg, int amount) btrfs_dec_block_group_swap_extents() argument [all...] |
H A D | block-group.h | 233 void btrfs_wait_block_group_reservations(struct btrfs_block_group *bg); 236 void btrfs_wait_nocow_writers(struct btrfs_block_group *bg); 253 void btrfs_mark_bg_unused(struct btrfs_block_group *bg); 308 bool btrfs_inc_block_group_swap_extents(struct btrfs_block_group *bg); 309 void btrfs_dec_block_group_swap_extents(struct btrfs_block_group *bg, int amount);
|
/kernel/linux/linux-5.10/tools/perf/ui/ |
H A D | browser.c | 522 const char *name, *fg, *bg; member 529 .bg = "default", 535 .bg = "default", 541 .bg = "default", 547 .bg = "yellow", 553 .bg = "default", 559 .bg = "default", 565 .bg = "blue", 576 char *fg = NULL, *bg; in ui_browser__color_config() local 593 bg in ui_browser__color_config() [all...] |
/kernel/linux/linux-6.6/tools/perf/ui/ |
H A D | browser.c | 522 const char *name, *fg, *bg; member 529 .bg = "default", 535 .bg = "default", 541 .bg = "default", 547 .bg = "yellow", 553 .bg = "default", 559 .bg = "default", 565 .bg = "blue", 576 char *fg = NULL, *bg; in ui_browser__color_config() local 593 bg in ui_browser__color_config() [all...] |
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | wbt.h | 85 * @bg: the current background queue limit 92 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)
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | wbt.h | 85 * @bg: the current background queue limit 92 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)
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | tileblit.c | 45 rect.bg = attr_bgcol_ec(bgshift, vc, info); in tile_clear() 57 int fg, int bg) in tile_putcs() 68 blit.bg = bg; in tile_putcs() 84 int fg, int bg) in tile_cursor() 93 cursor.bg = bg; in tile_cursor() 55 tile_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) tile_putcs() argument 83 tile_cursor(struct vc_data *vc, struct fb_info *info, int mode, int fg, int bg) tile_cursor() argument
|
H A D | fbcon.h | 63 int fg, int bg); 67 int fg, int bg); 127 int bg; in attr_col_ec() local 144 bg = is_mono01 ? 0 : col; in attr_col_ec() 148 bg = is_mono01 ? col : 0; in attr_col_ec() 151 return is_fg ? fg : bg; in attr_col_ec()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | tileblit.c | 44 rect.bg = attr_bgcol_ec(bgshift, vc, info); in tile_clear() 56 int fg, int bg) in tile_putcs() 67 blit.bg = bg; in tile_putcs() 83 int fg, int bg) in tile_cursor() 92 cursor.bg = bg; in tile_cursor() 54 tile_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) tile_putcs() argument 82 tile_cursor(struct vc_data *vc, struct fb_info *info, int mode, int fg, int bg) tile_cursor() argument
|
H A D | fbcon.h | 61 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()
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | al_mc_edac.c | 65 u8 rank, u32 row, u8 bg, u8 bank, u16 column, in prepare_msg() 69 "%s rank=0x%x row=0x%x bg=0x%x bank=0x%x col=0x%x syn0: 0x%x syn1: 0x%x syn2: 0x%x", in prepare_msg() 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() 63 prepare_msg(char *message, size_t buffer_size, enum hw_event_mc_err_type type, u8 rank, u32 row, u8 bg, u8 bank, u16 column, u32 syn0, u32 syn1, u32 syn2) prepare_msg() argument
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | al_mc_edac.c | 65 u8 rank, u32 row, u8 bg, u8 bank, u16 column, in prepare_msg() 69 "%s rank=0x%x row=0x%x bg=0x%x bank=0x%x col=0x%x syn0: 0x%x syn1: 0x%x syn2: 0x%x", in prepare_msg() 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() 63 prepare_msg(char *message, size_t buffer_size, enum hw_event_mc_err_type type, u8 rank, u32 row, u8 bg, u8 bank, u16 column, u32 syn0, u32 syn1, u32 syn2) prepare_msg() argument
|
/kernel/linux/linux-5.10/drivers/video/fbdev/savage/ |
H A D | savagefb_accel.c | 95 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()
|