Searched refs:btt (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/nvdimm/ |
D | btt.c | 236 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 …]
|
D | nd.h | 136 struct btt; 140 struct btt *btt; member
|
D | Makefile | 9 nd_btt-y := btt.o
|
D | btt.h | 170 struct btt { struct
|
/linux-4.4.14/Documentation/nvdimm/ |
D | nvdimm.txt | 36 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 …]
|
D | btt.txt | 270 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/ |
D | traps.c | 76 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/ |
D | Kbuild | 30 nd_btt-y := $(NVDIMM_SRC)/btt.o
|
/linux-4.4.14/Documentation/kdump/ |
D | gdbmacros.txt | 57 define btt 97 document btt
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.h | 1024 uint8_t *btt; member
|
/linux-4.4.14/ |
D | MAINTAINERS | 6357 F: drivers/nvdimm/btt*
|