drivers/md/bcache/alloc.c
468
void bch_bucket_free(struct cache_set *c, struct bkey *k)
drivers/md/bcache/alloc.c
476
int __bch_bucket_alloc_set(struct cache_set *c, unsigned int reserve,
drivers/md/bcache/alloc.c
504
int bch_bucket_alloc_set(struct cache_set *c, unsigned int reserve,
drivers/md/bcache/alloc.c
549
static struct open_bucket *pick_data_bucket(struct cache_set *c,
drivers/md/bcache/alloc.c
590
bool bch_alloc_sectors(struct cache_set *c,
drivers/md/bcache/alloc.c
681
void bch_open_buckets_free(struct cache_set *c)
drivers/md/bcache/alloc.c
693
int bch_open_buckets_alloc(struct cache_set *c)
drivers/md/bcache/alloc.c
83
void bch_rescale_priorities(struct cache_set *c, int sectors)
drivers/md/bcache/bcache.h
1001
bool bch_alloc_sectors(struct cache_set *c, struct bkey *k,
drivers/md/bcache/bcache.h
1007
bool bch_cache_set_error(struct cache_set *c, const char *fmt, ...);
drivers/md/bcache/bcache.h
1029
int bch_uuid_write(struct cache_set *c);
drivers/md/bcache/bcache.h
1030
void bcache_write_super(struct cache_set *c);
drivers/md/bcache/bcache.h
1032
int bch_flash_dev_create(struct cache_set *c, uint64_t size);
drivers/md/bcache/bcache.h
1034
int bch_cached_dev_attach(struct cached_dev *dc, struct cache_set *c,
drivers/md/bcache/bcache.h
1040
void bch_cache_set_unregister(struct cache_set *c);
drivers/md/bcache/bcache.h
1041
void bch_cache_set_stop(struct cache_set *c);
drivers/md/bcache/bcache.h
1043
struct cache_set *bch_cache_set_alloc(struct cache_sb *sb);
drivers/md/bcache/bcache.h
1044
void bch_btree_cache_free(struct cache_set *c);
drivers/md/bcache/bcache.h
1045
int bch_btree_cache_alloc(struct cache_set *c);
drivers/md/bcache/bcache.h
1046
void bch_moving_init_cache_set(struct cache_set *c);
drivers/md/bcache/bcache.h
1047
int bch_open_buckets_alloc(struct cache_set *c);
drivers/md/bcache/bcache.h
1048
void bch_open_buckets_free(struct cache_set *c);
drivers/md/bcache/bcache.h
255
struct cache_set *c;
drivers/md/bcache/bcache.h
421
struct cache_set *set;
drivers/md/bcache/bcache.h
805
static inline size_t sector_to_bucket(struct cache_set *c, sector_t s)
drivers/md/bcache/bcache.h
810
static inline sector_t bucket_to_sector(struct cache_set *c, size_t b)
drivers/md/bcache/bcache.h
815
static inline sector_t bucket_remainder(struct cache_set *c, sector_t s)
drivers/md/bcache/bcache.h
820
static inline size_t PTR_BUCKET_NR(struct cache_set *c,
drivers/md/bcache/bcache.h
827
static inline struct bucket *PTR_BUCKET(struct cache_set *c,
drivers/md/bcache/bcache.h
841
static inline uint8_t ptr_stale(struct cache_set *c, const struct bkey *k,
drivers/md/bcache/bcache.h
847
static inline bool ptr_available(struct cache_set *c, const struct bkey *k,
drivers/md/bcache/bcache.h
937
static inline void wake_up_allocators(struct cache_set *c)
drivers/md/bcache/bcache.h
944
static inline void closure_bio_submit(struct cache_set *c,
drivers/md/bcache/bcache.h
976
void bch_bbio_count_io_errors(struct cache_set *c, struct bio *bio,
drivers/md/bcache/bcache.h
978
void bch_bbio_endio(struct cache_set *c, struct bio *bio,
drivers/md/bcache/bcache.h
980
void bch_bbio_free(struct bio *bio, struct cache_set *c);
drivers/md/bcache/bcache.h
981
struct bio *bch_bbio_alloc(struct cache_set *c);
drivers/md/bcache/bcache.h
983
void __bch_submit_bbio(struct bio *bio, struct cache_set *c);
drivers/md/bcache/bcache.h
984
void bch_submit_bbio(struct bio *bio, struct cache_set *c,
drivers/md/bcache/bcache.h
988
void bch_rescale_priorities(struct cache_set *c, int sectors);
drivers/md/bcache/bcache.h
994
void bch_bucket_free(struct cache_set *c, struct bkey *k);
drivers/md/bcache/bcache.h
997
int __bch_bucket_alloc_set(struct cache_set *c, unsigned int reserve,
drivers/md/bcache/bcache.h
999
int bch_bucket_alloc_set(struct cache_set *c, unsigned int reserve,
drivers/md/bcache/btree.c
1005
struct btree *bch_btree_node_get(struct cache_set *c, struct btree_op *op,
drivers/md/bcache/btree.c
1119
struct btree *__bch_btree_node_alloc(struct cache_set *c, struct btree_op *op,
drivers/md/bcache/btree.c
1162
static struct btree *bch_btree_node_alloc(struct cache_set *c,
drivers/md/bcache/btree.c
1205
struct cache_set *c = b->c;
drivers/md/bcache/btree.c
1226
static uint8_t __bch_btree_mark_key(struct cache_set *c, int level,
drivers/md/bcache/btree.c
128
void bkey_put(struct cache_set *c, struct bkey *k)
drivers/md/bcache/btree.c
1280
void bch_initial_mark_key(struct cache_set *c, int level, struct bkey *k)
drivers/md/bcache/btree.c
1300
void bch_update_bucket_in_use(struct cache_set *c, struct gc_stat *stats)
drivers/md/bcache/btree.c
1580
static size_t btree_gc_min_nodes(struct cache_set *c)
drivers/md/bcache/btree.c
1594
static uint64_t btree_gc_sleep_ms(struct cache_set *c)
drivers/md/bcache/btree.c
1731
static void btree_gc_start(struct cache_set *c)
drivers/md/bcache/btree.c
1758
static void bch_btree_gc_finish(struct cache_set *c)
drivers/md/bcache/btree.c
1826
static void bch_btree_gc(struct cache_set *c)
drivers/md/bcache/btree.c
1870
static bool gc_should_run(struct cache_set *c)
drivers/md/bcache/btree.c
1885
struct cache_set *c = arg;
drivers/md/bcache/btree.c
1905
int bch_gc_thread_start(struct cache_set *c)
drivers/md/bcache/btree.c
1955
struct cache_set *c = check_state->c;
drivers/md/bcache/btree.c
2052
int bch_btree_check(struct cache_set *c)
drivers/md/bcache/btree.c
2125
void bch_initial_gc_finish(struct cache_set *c)
drivers/md/bcache/btree.c
2485
int bch_btree_insert(struct cache_set *c, struct keylist *keys,
drivers/md/bcache/btree.c
2574
int __bch_btree_map_nodes(struct btree_op *op, struct cache_set *c,
drivers/md/bcache/btree.c
2609
int bch_btree_map_keys(struct btree_op *op, struct cache_set *c,
drivers/md/bcache/btree.c
2685
void bch_refill_keybuf(struct cache_set *c, struct keybuf *buf,
drivers/md/bcache/btree.c
2785
struct keybuf_key *bch_keybuf_next_rescan(struct cache_set *c,
drivers/md/bcache/btree.c
581
static struct btree *mca_bucket_alloc(struct cache_set *c,
drivers/md/bcache/btree.c
668
struct cache_set *c = shrink->private_data;
drivers/md/bcache/btree.c
735
struct cache_set *c = shrink->private_data;
drivers/md/bcache/btree.c
746
void bch_btree_cache_free(struct cache_set *c)
drivers/md/bcache/btree.c
794
int bch_btree_cache_alloc(struct cache_set *c)
drivers/md/bcache/btree.c
848
static struct hlist_head *mca_hash(struct cache_set *c, struct bkey *k)
drivers/md/bcache/btree.c
853
static struct btree *mca_find(struct cache_set *c, struct bkey *k)
drivers/md/bcache/btree.c
867
static int mca_cannibalize_lock(struct cache_set *c, struct btree_op *op)
drivers/md/bcache/btree.c
884
static struct btree *mca_cannibalize(struct cache_set *c, struct btree_op *op,
drivers/md/bcache/btree.c
912
void bch_cannibalize_unlock(struct cache_set *c)
drivers/md/bcache/btree.c
922
static struct btree *mca_alloc(struct cache_set *c, struct btree_op *op,
drivers/md/bcache/btree.h
126
struct cache_set *c;
drivers/md/bcache/btree.h
195
static inline void set_gc_sectors(struct cache_set *c)
drivers/md/bcache/btree.h
200
void bkey_put(struct cache_set *c, struct bkey *k);
drivers/md/bcache/btree.h
231
struct cache_set *c;
drivers/md/bcache/btree.h
268
struct btree *__bch_btree_node_alloc(struct cache_set *c, struct btree_op *op,
drivers/md/bcache/btree.h
271
struct btree *bch_btree_node_get(struct cache_set *c, struct btree_op *op,
drivers/md/bcache/btree.h
277
int bch_btree_insert(struct cache_set *c, struct keylist *keys,
drivers/md/bcache/btree.h
280
int bch_gc_thread_start(struct cache_set *c);
drivers/md/bcache/btree.h
281
void bch_initial_gc_finish(struct cache_set *c);
drivers/md/bcache/btree.h
282
void bch_moving_gc(struct cache_set *c);
drivers/md/bcache/btree.h
283
int bch_btree_check(struct cache_set *c);
drivers/md/bcache/btree.h
284
void bch_initial_mark_key(struct cache_set *c, int level, struct bkey *k);
drivers/md/bcache/btree.h
285
void bch_cannibalize_unlock(struct cache_set *c);
drivers/md/bcache/btree.h
287
static inline void wake_up_gc(struct cache_set *c)
drivers/md/bcache/btree.h
292
static inline void force_wake_up_gc(struct cache_set *c)
drivers/md/bcache/btree.h
378
int __bch_btree_map_nodes(struct btree_op *op, struct cache_set *c,
drivers/md/bcache/btree.h
381
static inline int bch_btree_map_nodes(struct btree_op *op, struct cache_set *c,
drivers/md/bcache/btree.h
388
struct cache_set *c,
drivers/md/bcache/btree.h
397
int bch_btree_map_keys(struct btree_op *op, struct cache_set *c,
drivers/md/bcache/btree.h
406
void bch_refill_keybuf(struct cache_set *c, struct keybuf *buf,
drivers/md/bcache/btree.h
412
struct keybuf_key *bch_keybuf_next_rescan(struct cache_set *c,
drivers/md/bcache/btree.h
416
void bch_update_bucket_in_use(struct cache_set *c, struct gc_stat *stats);
drivers/md/bcache/debug.c
162
struct cache_set *c;
drivers/md/bcache/debug.c
208
struct cache_set *c = inode->i_private;
drivers/md/bcache/debug.c
236
void bch_debug_init_cache_set(struct cache_set *c)
drivers/md/bcache/debug.h
30
void bch_debug_init_cache_set(struct cache_set *c);
drivers/md/bcache/debug.h
32
static inline void bch_debug_init_cache_set(struct cache_set *c) {}
drivers/md/bcache/debug.h
7
struct cache_set;
drivers/md/bcache/extents.c
149
bool __bch_btree_ptr_invalid(struct cache_set *c, const struct bkey *k)
drivers/md/bcache/extents.c
314
struct cache_set *c,
drivers/md/bcache/extents.c
328
struct cache_set *c = container_of(b, struct btree, keys)->c;
drivers/md/bcache/extents.c
47
static bool __ptr_invalid(struct cache_set *c, const struct bkey *k)
drivers/md/bcache/extents.c
480
bool __bch_extent_invalid(struct cache_set *c, const struct bkey *k)
drivers/md/bcache/extents.c
68
static const char *bch_ptr_status(struct cache_set *c, const struct bkey *k)
drivers/md/bcache/extents.h
12
bool __bch_btree_ptr_invalid(struct cache_set *c, const struct bkey *k);
drivers/md/bcache/extents.h
13
bool __bch_extent_invalid(struct cache_set *c, const struct bkey *k);
drivers/md/bcache/extents.h
9
struct cache_set;
drivers/md/bcache/features.c
56
int bch_print_cache_set_feature_compat(struct cache_set *c, char *buf, int size)
drivers/md/bcache/features.c
63
int bch_print_cache_set_feature_ro_compat(struct cache_set *c, char *buf, int size)
drivers/md/bcache/features.c
70
int bch_print_cache_set_feature_incompat(struct cache_set *c, char *buf, int size)
drivers/md/bcache/features.h
109
int bch_print_cache_set_feature_compat(struct cache_set *c, char *buf, int size);
drivers/md/bcache/features.h
110
int bch_print_cache_set_feature_ro_compat(struct cache_set *c, char *buf, int size);
drivers/md/bcache/features.h
111
int bch_print_cache_set_feature_incompat(struct cache_set *c, char *buf, int size);
drivers/md/bcache/io.c
136
void bch_bbio_count_io_errors(struct cache_set *c, struct bio *bio,
drivers/md/bcache/io.c
166
void bch_bbio_endio(struct cache_set *c, struct bio *bio,
drivers/md/bcache/io.c
17
void bch_bbio_free(struct bio *bio, struct cache_set *c)
drivers/md/bcache/io.c
24
struct bio *bch_bbio_alloc(struct cache_set *c)
drivers/md/bcache/io.c
34
void __bch_submit_bbio(struct bio *bio, struct cache_set *c)
drivers/md/bcache/io.c
45
void bch_submit_bbio(struct bio *bio, struct cache_set *c,
drivers/md/bcache/journal.c
170
int bch_journal_read(struct cache_set *c, struct list_head *list)
drivers/md/bcache/journal.c
292
void bch_journal_mark(struct cache_set *c, struct list_head *list)
drivers/md/bcache/journal.c
338
int bch_journal_replay(struct cache_set *s, struct list_head *list)
drivers/md/bcache/journal.c
400
static void btree_flush_write(struct cache_set *c)
drivers/md/bcache/journal.c
555
static unsigned int free_journal_buckets(struct cache_set *c)
drivers/md/bcache/journal.c
574
static void journal_reclaim(struct cache_set *c)
drivers/md/bcache/journal.c
665
closure_type(c, struct cache_set, journal.io);
drivers/md/bcache/journal.c
674
closure_type(c, struct cache_set, journal.io);
drivers/md/bcache/journal.c
751
closure_type(c, struct cache_set, journal.io);
drivers/md/bcache/journal.c
757
static void journal_try_write(struct cache_set *c)
drivers/md/bcache/journal.c
773
static struct journal_write *journal_wait_for_write(struct cache_set *c,
drivers/md/bcache/journal.c
831
struct cache_set *c = container_of(to_delayed_work(work),
drivers/md/bcache/journal.c
832
struct cache_set,
drivers/md/bcache/journal.c
847
atomic_t *bch_journal(struct cache_set *c,
drivers/md/bcache/journal.c
885
void bch_journal_meta(struct cache_set *c, struct closure *cl)
drivers/md/bcache/journal.c
897
void bch_journal_free(struct cache_set *c)
drivers/md/bcache/journal.c
904
int bch_journal_alloc(struct cache_set *c)
drivers/md/bcache/journal.h
158
struct cache_set;
drivers/md/bcache/journal.h
162
atomic_t *bch_journal(struct cache_set *c,
drivers/md/bcache/journal.h
166
void bch_journal_mark(struct cache_set *c, struct list_head *list);
drivers/md/bcache/journal.h
167
void bch_journal_meta(struct cache_set *c, struct closure *cl);
drivers/md/bcache/journal.h
168
int bch_journal_read(struct cache_set *c, struct list_head *list);
drivers/md/bcache/journal.h
169
int bch_journal_replay(struct cache_set *c, struct list_head *list);
drivers/md/bcache/journal.h
171
void bch_journal_free(struct cache_set *c);
drivers/md/bcache/journal.h
172
int bch_journal_alloc(struct cache_set *c);
drivers/md/bcache/journal.h
97
struct cache_set *c;
drivers/md/bcache/movinggc.c
126
static void read_moving(struct cache_set *c)
drivers/md/bcache/movinggc.c
197
void bch_moving_gc(struct cache_set *c)
drivers/md/bcache/movinggc.c
24
struct cache_set *c = container_of(buf, struct cache_set,
drivers/md/bcache/movinggc.c
248
void bch_moving_init_cache_set(struct cache_set *c)
drivers/md/bcache/request.c
1130
static void quit_max_writeback_rate(struct cache_set *c,
drivers/md/bcache/request.c
324
unsigned int bch_get_congested(const struct cache_set *c)
drivers/md/bcache/request.c
365
struct cache_set *c = dc->disk.c;
drivers/md/bcache/request.c
91
struct cache_set *c)
drivers/md/bcache/request.h
36
unsigned int bch_get_congested(const struct cache_set *c);
drivers/md/bcache/request.h
7
struct cache_set *c;
drivers/md/bcache/stats.c
198
void bch_mark_cache_accounting(struct cache_set *c, struct bcache_device *d,
drivers/md/bcache/stats.c
207
void bch_mark_cache_miss_collision(struct cache_set *c, struct bcache_device *d)
drivers/md/bcache/stats.c
215
void bch_mark_sectors_bypassed(struct cache_set *c, struct cached_dev *dc,
drivers/md/bcache/stats.h
40
struct cache_set;
drivers/md/bcache/stats.h
54
void bch_mark_cache_accounting(struct cache_set *c, struct bcache_device *d,
drivers/md/bcache/stats.h
56
void bch_mark_cache_miss_collision(struct cache_set *c,
drivers/md/bcache/stats.h
58
void bch_mark_sectors_bypassed(struct cache_set *c,
drivers/md/bcache/super.c
1001
static void calc_cached_dev_sectors(struct cache_set *c)
drivers/md/bcache/super.c
1144
struct cache_set *c = dc->disk.c;
drivers/md/bcache/super.c
1196
int bch_cached_dev_attach(struct cached_dev *dc, struct cache_set *c,
drivers/md/bcache/super.c
1454
struct cache_set *c;
drivers/md/bcache/super.c
1527
static int flash_dev_run(struct cache_set *c, struct uuid_entry *u)
drivers/md/bcache/super.c
1569
static int flash_devs_run(struct cache_set *c)
drivers/md/bcache/super.c
1583
int bch_flash_dev_create(struct cache_set *c, uint64_t size)
drivers/md/bcache/super.c
1630
bool bch_cache_set_error(struct cache_set *c, const char *fmt, ...)
drivers/md/bcache/super.c
1667
struct cache_set *c = container_of(kobj, struct cache_set, kobj);
drivers/md/bcache/super.c
1675
closure_type(c, struct cache_set, cl);
drivers/md/bcache/super.c
1716
closure_type(c, struct cache_set, caching);
drivers/md/bcache/super.c
1776
static void conditional_stop_bcache_device(struct cache_set *c,
drivers/md/bcache/super.c
1818
closure_type(c, struct cache_set, caching);
drivers/md/bcache/super.c
1846
void bch_cache_set_stop(struct cache_set *c)
drivers/md/bcache/super.c
1853
void bch_cache_set_unregister(struct cache_set *c)
drivers/md/bcache/super.c
1862
struct cache_set *bch_cache_set_alloc(struct cache_sb *sb)
drivers/md/bcache/super.c
1866
struct cache_set *c = kzalloc_obj(struct cache_set);
drivers/md/bcache/super.c
1978
static int run_cache_set(struct cache_set *c)
drivers/md/bcache/super.c
2158
struct cache_set *c;
drivers/md/bcache/super.c
2449
struct cache_set *c, *tc;
drivers/md/bcache/super.c
2464
struct cache_set *c, *tc;
drivers/md/bcache/super.c
2708
struct cache_set *c, *tc;
drivers/md/bcache/super.c
2755
struct cache_set *c, *tc;
drivers/md/bcache/super.c
367
closure_type(c, struct cache_set, sb_write);
drivers/md/bcache/super.c
372
void bcache_write_super(struct cache_set *c)
drivers/md/bcache/super.c
402
struct cache_set *c = container_of(cl, struct cache_set, uuid_write);
drivers/md/bcache/super.c
411
closure_type(c, struct cache_set, uuid_write);
drivers/md/bcache/super.c
416
static void uuid_io(struct cache_set *c, blk_opf_t opf, struct bkey *k,
drivers/md/bcache/super.c
457
static char *uuid_read(struct cache_set *c, struct jset *j, struct closure *cl)
drivers/md/bcache/super.c
498
static int __uuid_write(struct cache_set *c)
drivers/md/bcache/super.c
524
int bch_uuid_write(struct cache_set *c)
drivers/md/bcache/super.c
534
static struct uuid_entry *uuid_find(struct cache_set *c, const char *uuid)
drivers/md/bcache/super.c
546
static struct uuid_entry *uuid_find_empty(struct cache_set *c)
drivers/md/bcache/super.c
802
static void bcache_device_link(struct bcache_device *d, struct cache_set *c,
drivers/md/bcache/super.c
846
static void bcache_device_attach(struct bcache_device *d, struct cache_set *c,
drivers/md/bcache/sysfs.c
295
struct cache_set *c;
drivers/md/bcache/sysfs.c
631
static int bch_bset_print_stats(struct cache_set *c, char *buf)
drivers/md/bcache/sysfs.c
657
static unsigned int bch_root_usage(struct cache_set *c)
drivers/md/bcache/sysfs.c
681
static size_t bch_cache_size(struct cache_set *c)
drivers/md/bcache/sysfs.c
694
static unsigned int bch_cache_max_chain(struct cache_set *c)
drivers/md/bcache/sysfs.c
711
static unsigned int bch_btree_used(struct cache_set *c)
drivers/md/bcache/sysfs.c
717
static unsigned int bch_average_key_size(struct cache_set *c)
drivers/md/bcache/sysfs.c
726
struct cache_set *c = container_of(kobj, struct cache_set, kobj);
drivers/md/bcache/sysfs.c
813
struct cache_set *c = container_of(kobj, struct cache_set, kobj);
drivers/md/bcache/sysfs.c
934
struct cache_set *c = container_of(kobj, struct cache_set, internal);
drivers/md/bcache/sysfs.c
941
struct cache_set *c = container_of(kobj, struct cache_set, internal);
drivers/md/bcache/writeback.c
101
struct cache_set *c = dc->disk.c;
drivers/md/bcache/writeback.c
160
static bool idle_counter_exceeded(struct cache_set *c)
drivers/md/bcache/writeback.c
20
static void update_gc_after_writeback(struct cache_set *c)
drivers/md/bcache/writeback.c
207
static bool set_at_max_writeback_rate(struct cache_set *c,
drivers/md/bcache/writeback.c
247
struct cache_set *c = dc->disk.c;
drivers/md/bcache/writeback.c
32
struct cache_set *c = dc->disk.c;
drivers/md/bcache/writeback.c
596
void bcache_dev_sectors_dirty_add(struct cache_set *c, unsigned int inode,
drivers/md/bcache/writeback.c
742
struct cache_set *c = dc->disk.c;
drivers/md/bcache/writeback.c
871
static int bch_root_node_dirty_init(struct cache_set *c,
drivers/md/bcache/writeback.c
909
struct cache_set *c = state->c;
drivers/md/bcache/writeback.c
983
struct cache_set *c = d->c;
drivers/md/bcache/writeback.h
148
void bcache_dev_sectors_dirty_add(struct cache_set *c, unsigned int inode,
drivers/md/bcache/writeback.h
38
struct cache_set *c;
include/trace/events/bcache.h
152
TP_PROTO(struct cache_set *c, u64 inode, struct bio *bio,
include/trace/events/bcache.h
194
DECLARE_EVENT_CLASS(cache_set,
include/trace/events/bcache.h
195
TP_PROTO(struct cache_set *c),
include/trace/events/bcache.h
214
DEFINE_EVENT(cache_set, bcache_journal_full,
include/trace/events/bcache.h
215
TP_PROTO(struct cache_set *c),
include/trace/events/bcache.h
219
DEFINE_EVENT(cache_set, bcache_journal_entry_full,
include/trace/events/bcache.h
220
TP_PROTO(struct cache_set *c),
include/trace/events/bcache.h
252
DEFINE_EVENT(cache_set, bcache_btree_cache_cannibalize,
include/trace/events/bcache.h
253
TP_PROTO(struct cache_set *c),
include/trace/events/bcache.h
287
DEFINE_EVENT(cache_set, bcache_btree_node_alloc_fail,
include/trace/events/bcache.h
288
TP_PROTO(struct cache_set *c),
include/trace/events/bcache.h
312
DEFINE_EVENT(cache_set, bcache_gc_start,
include/trace/events/bcache.h
313
TP_PROTO(struct cache_set *c),
include/trace/events/bcache.h
317
DEFINE_EVENT(cache_set, bcache_gc_end,
include/trace/events/bcache.h
318
TP_PROTO(struct cache_set *c),
scripts/gendwarfksyms/dwarf.c
142
cache_set(&srcfile_cache, filenum, res);
scripts/gendwarfksyms/gendwarfksyms.h
214
void cache_set(struct cache *cache, unsigned long key, int value);
scripts/gendwarfksyms/gendwarfksyms.h
221
cache_set(cache, (unsigned long)addr, 1);