Searched refs:expensive_debug_checks (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | debug.h | 14 #define expensive_debug_checks(c) ((c)->expensive_debug_checks) macro 23 #define expensive_debug_checks(c) 0 macro
|
H A D | bset.h | 222 bool *expensive_debug_checks; member 296 bool *expensive_debug_checks); 576 return *b->expensive_debug_checks; in btree_keys_expensive_checks()
|
H A D | sysfs.c | 144 rw_attribute(expensive_debug_checks); variable 772 sysfs_printf(expensive_debug_checks, in SHOW() 773 "%i", c->expensive_debug_checks); in SHOW() 899 sysfs_strtoul(expensive_debug_checks, c->expensive_debug_checks); in SHOW_LOCKED()
|
H A D | extents.c | 220 if (expensive_debug_checks(b->c) && in bch_btree_ptr_bad() 567 if (expensive_debug_checks(b->c) && in bch_extent_bad()
|
H A D | bset.c | 348 bool *expensive_debug_checks) in bch_btree_keys_init() 351 b->expensive_debug_checks = expensive_debug_checks; in bch_btree_keys_init() 347 bch_btree_keys_init(struct btree_keys *b, const struct btree_keys_ops *ops, bool *expensive_debug_checks) bch_btree_keys_init() argument
|
H A D | bcache.h | 724 bool expensive_debug_checks; member
|
H A D | alloc.c | 430 if (expensive_debug_checks(ca->set)) { in bch_bucket_alloc()
|
H A D | btree.c | 952 &b->c->expensive_debug_checks); in mca_alloc() 955 &b->c->expensive_debug_checks); in mca_alloc()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | debug.h | 14 #define expensive_debug_checks(c) ((c)->expensive_debug_checks) macro 23 #define expensive_debug_checks(c) 0 macro
|
H A D | bset.h | 222 bool *expensive_debug_checks; member 296 bool *expensive_debug_checks); 576 return *b->expensive_debug_checks; in btree_keys_expensive_checks()
|
H A D | sysfs.c | 147 rw_attribute(expensive_debug_checks); variable 793 sysfs_printf(expensive_debug_checks, in SHOW() 794 "%i", c->expensive_debug_checks); in SHOW() 920 sysfs_strtoul(expensive_debug_checks, c->expensive_debug_checks); in SHOW_LOCKED()
|
H A D | extents.c | 220 if (expensive_debug_checks(b->c) && in bch_btree_ptr_bad() 567 if (expensive_debug_checks(b->c) && in bch_extent_bad()
|
H A D | bset.c | 348 bool *expensive_debug_checks) in bch_btree_keys_init() 351 b->expensive_debug_checks = expensive_debug_checks; in bch_btree_keys_init() 347 bch_btree_keys_init(struct btree_keys *b, const struct btree_keys_ops *ops, bool *expensive_debug_checks) bch_btree_keys_init() argument
|
H A D | alloc.c | 430 if (expensive_debug_checks(ca->set)) { in bch_bucket_alloc()
|
H A D | bcache.h | 730 bool expensive_debug_checks; member
|
H A D | btree.c | 973 &b->c->expensive_debug_checks); in mca_alloc() 976 &b->c->expensive_debug_checks); in mca_alloc()
|
Completed in 22 milliseconds