Home
last modified time | relevance | path

Searched refs:btt (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/drivers/nvdimm/
Dbtt.c236 static void btt_debugfs_init(struct btt *btt) in btt_debugfs_init() argument
241 btt->debugfs_dir = debugfs_create_dir(dev_name(&btt->nd_btt->dev), in btt_debugfs_init()
243 if (IS_ERR_OR_NULL(btt->debugfs_dir)) in btt_debugfs_init()
246 list_for_each_entry(arena, &btt->arena_list, list) { in btt_debugfs_init()
247 arena_debugfs_init(arena, btt->debugfs_dir, i); in btt_debugfs_init()
519 static struct arena_info *alloc_arena(struct btt *btt, size_t size, in alloc_arena() argument
529 arena->nd_btt = btt->nd_btt; in alloc_arena()
536 arena->external_lbasize = btt->lbasize; in alloc_arena()
571 static void free_arenas(struct btt *btt) in free_arenas() argument
575 list_for_each_entry_safe(arena, next, &btt->arena_list, list) { in free_arenas()
[all …]
Dnd.h136 struct btt;
140 struct btt *btt; member
DMakefile9 nd_btt-y := btt.o
Dbtt.h170 struct btt { struct
/linux-4.4.14/Documentation/nvdimm/
Dnvdimm.txt36 LIBNVDIMM/LIBNDCTL: Block Translation Table "btt"
37 libnvdimm: btt layout
38 libndctl: btt creation example
199 LIBNVDIMM/NDCTL: Block Translation Table "btt"
717 LIBNVDIMM/LIBNDCTL: Block Translation Table "btt"
720 A BTT (design document: http://pmem.io/2014/09/23/btt.html) is a stacked
724 LIBNVDIMM: btt layout
741 LIBNDCTL: btt creation example
743 region. Each time this "seed" btt device is configured and enabled a new
749 struct ndctl_btt *btt;
[all …]
Dbtt.txt270 struct btt *btt_init(struct gendisk *disk, unsigned long long rawsize,
280 btt_fini using the same struct btt* handle that was provided to it by btt_init.
282 void btt_fini(struct btt *btt);
/linux-4.4.14/arch/s390/kernel/
Dtraps.c76 enum bug_trap_type btt; in do_report_trap() local
78 btt = report_bug(regs->psw.addr & PSW_ADDR_INSN, regs); in do_report_trap()
79 if (btt == BUG_TRAP_TYPE_WARN) in do_report_trap()
/linux-4.4.14/tools/testing/nvdimm/
DKbuild30 nd_btt-y := $(NVDIMM_SRC)/btt.o
/linux-4.4.14/Documentation/kdump/
Dgdbmacros.txt57 define btt
97 document btt
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.h1024 uint8_t *btt; member
/linux-4.4.14/
DMAINTAINERS6357 F: drivers/nvdimm/btt*