Searched refs:ddt (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | ddt.c | 698 ddt_exit(ddt); in ddt_lookup() 714 ddt_enter(ddt); in ddt_lookup() 735 ddt_t *ddt; in ddt_prefetch() local 786 ddt_t *ddt; in ddt_table_alloc() local 800 return (ddt); in ddt_table_alloc() 851 bcopy(ddt->ddt_histogram, &ddt->ddt_histogram_cache, in ddt_load() 873 ddt_t *ddt; in ddt_class_contains() local 933 ddt_enter(ddt); in ddt_repair_done() 941 ddt_exit(ddt); in ddt_repair_done() 1001 ddt_exit(ddt); in ddt_repair_table() [all …]
|
| H A D | zio.c | 3171 ddt_exit(ddt); in zio_ddt_collision() 3199 ddt_exit(ddt); in zio_ddt_collision() 3233 ddt_enter(ddt); in zio_ddt_child_write_ready() 3243 ddt_exit(ddt); in zio_ddt_child_write_ready() 3254 ddt_enter(ddt); in zio_ddt_child_write_done() 3268 ddt_exit(ddt); in zio_ddt_child_write_done() 3289 ddt_enter(ddt); in zio_ddt_write() 3312 ddt_exit(ddt); in zio_ddt_write() 3339 ddt_exit(ddt); in zio_ddt_write() 3360 ddt_enter(ddt); in zio_ddt_free() [all …]
|
| H A D | Makefile.in | 28 $(MODULE)-objs += ddt.o
|
| H A D | dsl_scan.c | 2628 ddt_t *ddt; in dsl_scan_ddt() local 2639 ddt = scn->scn_dp->dp_spa->spa_ddt[ddb->ddb_checksum]; in dsl_scan_ddt() 2640 ASSERT(avl_first(&ddt->ddt_tree) == NULL); in dsl_scan_ddt()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | ddt.h | 137 struct ddt { struct 184 extern void ddt_object_name(ddt_t *ddt, enum ddt_type type, 186 extern int ddt_object_walk(ddt_t *ddt, enum ddt_type type, 188 extern int ddt_object_count(ddt_t *ddt, enum ddt_type type, 190 extern int ddt_object_info(ddt_t *ddt, enum ddt_type type, 192 extern boolean_t ddt_object_exists(ddt_t *ddt, enum ddt_type type, 227 extern void ddt_enter(ddt_t *ddt); 228 extern void ddt_exit(ddt_t *ddt); 233 extern void ddt_remove(ddt_t *ddt, ddt_entry_t *dde); 239 extern void ddt_repair_done(ddt_t *ddt, ddt_entry_t *dde); [all …]
|
| H A D | Makefile.am | 20 ddt.h \
|
| H A D | spa.h | 65 typedef struct ddt ddt_t;
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | decay.c | 424 ssize_t ddt = opt_dirty_decay_ms; in TEST_BEGIN() local 426 unsigned arena_ind = do_arena_create(ddt, mdt); in TEST_BEGIN() 470 decay_ticker_helper(arena_ind, flags, true, ddt, dirty_npurge0, in TEST_BEGIN() 472 decay_ticker_helper(arena_ind, flags, false, ddt+mdt, dirty_npurge0, in TEST_BEGIN()
|
| /f-stack/freebsd/contrib/openzfs/module/ |
| H A D | Makefile.bsd | 196 ddt.c \ 342 CFLAGS.ddt.c= -Wno-cast-qual
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 1965 dump_dde(ddt, &dde, walk); in dump_ddt() 1982 ddt_t *ddt = spa->spa_ddt[c]; in dump_all_ddts() local 1986 dump_ddt(ddt, type, class); in dump_all_ddts() 5177 ddt_t *ddt; in zdb_count_block() local 5180 ddt = ddt_select(zcb->zcb_spa, bp); in zdb_count_block() 5181 ddt_enter(ddt); in zdb_count_block() 5182 dde = ddt_lookup(ddt, bp, B_FALSE); in zdb_count_block() 5191 ddt_remove(ddt, dde); in zdb_count_block() 5193 ddt_exit(ddt); in zdb_count_block() 5542 ddt_enter(ddt); in zdb_ddt_leak_init() [all …]
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | Makefile.am | 66 ddt.c \
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs_core/ |
| H A D | libzfs_core.abi | 719 …<typedef-decl name='ddt_key_t' type-id='type-id-70' filepath='../../include/sys/ddt.h' line='77' c… 720 …its='320' is-struct='yes' visibility='default' filepath='../../include/sys/ddt.h' line='67' column… 722 …sum' type-id='type-id-65' visibility='default' filepath='../../include/sys/ddt.h' line='68' column… 725 …prop' type-id='type-id-6' visibility='default' filepath='../../include/sys/ddt.h' line='76' column…
|