Home
last modified time | relevance | path

Searched refs:bg_cache (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/trace/events/
H A Dbtrfs.h2011 TP_ARGS(bg_cache),
2020 TP_fast_assign_btrfs(bg_cache->fs_info,
2021 __entry->bytenr = bg_cache->start,
2022 __entry->len = bg_cache->length,
2023 __entry->used = bg_cache->used;
2024 __entry->flags = bg_cache->flags;
2035 TP_ARGS(bg_cache)
2041 TP_ARGS(bg_cache)
2047 TP_ARGS(bg_cache)
2053 TP_ARGS(bg_cache)
[all …]
/linux-6.15/drivers/video/fbdev/
H A Dffb.c363 u32 bg_cache; member
442 upa_writel(par->bg_cache, &fbc->bg); in ffb_switch_from_graph()