/openbmc/linux/drivers/nvdimm/ |
H A D | btt.c | 255 static void btt_debugfs_init(struct btt *btt) in btt_debugfs_init() argument 260 btt->debugfs_dir = debugfs_create_dir(dev_name(&btt->nd_btt->dev), in btt_debugfs_init() 262 if (IS_ERR_OR_NULL(btt->debugfs_dir)) in btt_debugfs_init() 265 list_for_each_entry(arena, &btt->arena_list, list) { in btt_debugfs_init() 266 arena_debugfs_init(arena, btt->debugfs_dir, i); in btt_debugfs_init() 745 static struct arena_info *alloc_arena(struct btt *btt, size_t size, in alloc_arena() argument 755 arena->nd_btt = btt->nd_btt; in alloc_arena() 756 arena->sector_size = btt->sector_size; in alloc_arena() 764 arena->external_lbasize = btt->lbasize; in alloc_arena() 768 arena->version_major = btt->nd_btt->version_major; in alloc_arena() [all …]
|
H A D | Makefile | 11 nd_btt-y := btt.o
|
H A D | pmem.c | 726 struct btt *btt = nd_btt->btt; in pmem_revalidate_region() local 728 nvdimm_check_and_set_ro(btt->btt_disk); in pmem_revalidate_region()
|
H A D | btt.h | 219 struct btt { struct
|
H A D | nd.h | 447 struct btt; 451 struct btt *btt; member
|
/openbmc/openbmc/poky/meta/recipes-kernel/blktrace/blktrace/ |
H A D | 0001-bno_plot.py-btt_plot.py-Ask-for-python3-specifically.patch | 12 btt/bno_plot.py | 2 +- 13 btt/btt_plot.py | 2 +- 16 diff --git a/btt/bno_plot.py b/btt/bno_plot.py 18 --- a/btt/bno_plot.py 19 +++ b/btt/bno_plot.py 24 # btt blkno plotting interface 26 diff --git a/btt/btt_plot.py b/btt/btt_plot.py 28 --- a/btt/btt_plot.py 29 +++ b/btt/btt_plot.py
|
/openbmc/qemu/hw/dma/ |
H A D | xlnx-zynq-devcfg.c | 156 uint32_t btt = BTT_MAX; in xlnx_zynq_devcfg_dma_go() local 159 btt = MIN(btt, dmah->src_len); in xlnx_zynq_devcfg_dma_go() 161 btt = MIN(btt, dmah->dest_len); in xlnx_zynq_devcfg_dma_go() 163 DB_PRINT("reading %x bytes from %x\n", btt, dmah->src_addr); in xlnx_zynq_devcfg_dma_go() 164 dma_memory_read(&address_space_memory, dmah->src_addr, buf, btt, in xlnx_zynq_devcfg_dma_go() 166 dmah->src_len -= btt; in xlnx_zynq_devcfg_dma_go() 167 dmah->src_addr += btt; in xlnx_zynq_devcfg_dma_go() 169 DB_PRINT("writing %x bytes from %x\n", btt, dmah->dest_addr); in xlnx_zynq_devcfg_dma_go() 170 dma_memory_write(&address_space_memory, dmah->dest_addr, buf, btt, in xlnx_zynq_devcfg_dma_go() 172 dmah->dest_len -= btt; in xlnx_zynq_devcfg_dma_go() [all …]
|
/openbmc/linux/Documentation/driver-api/nvdimm/ |
H A D | nvdimm.rst | 40 LIBNVDIMM/LIBNDCTL: Block Translation Table "btt" 41 libnvdimm: btt layout 42 libndctl: btt creation example 151 LIBNVDIMM/NDCTL: Block Translation Table "btt" 564 LIBNVDIMM/LIBNDCTL: Block Translation Table "btt" 567 A BTT (design document: https://pmem.io/2014/09/23/btt.html) is a 571 LIBNVDIMM: btt layout argument 590 LIBNDCTL: btt creation example argument 594 region. Each time this "seed" btt device is configured and enabled a new 602 struct ndctl_btt *btt; [all …]
|
H A D | index.rst | 11 btt
|
H A D | btt.rst | 279 For example, the ndctl command line to setup a btt with a 4k sector size is::
|
/openbmc/openbmc/poky/meta/recipes-kernel/blktrace/ |
H A D | blktrace_git.bb | 32 # Makefile:42: recipe for target 'btt' failed
|
/openbmc/linux/tools/testing/nvdimm/ |
H A D | Kbuild | 49 nd_btt-y := $(NVDIMM_SRC)/btt.o
|
/openbmc/linux/Documentation/admin-guide/kdump/ |
H A D | gdbmacros.txt | 82 define btt 100 document btt
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | aic79xx.h | 1021 uint8_t *btt; member
|
/openbmc/openbmc/poky/documentation/profile-manual/ |
H A D | usage.rst | 2598 (``btt``, ``blkiomon``, etc) can be found in the ``/doc`` directory of the blktrace
|
/openbmc/linux/ |
H A D | MAINTAINERS | 12055 F: drivers/nvdimm/btt*
|
H A D | opengrok2.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |