Home
last modified time | relevance | path

Searched defs:aligns (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/nvdimm/
H A Dpfn_devs.c121 unsigned long aligns[MAX_NVDIMM_ALIGN] = { [0] = 0, }; in align_store() local
244 unsigned long aligns[MAX_NVDIMM_ALIGN] = { [0] = 0, }; in supported_alignments_show() local
/linux/rust/zerocopy/src/
H A Dlayout.rs1192 let aligns = (0..29).map(|p| NonZeroUsize::new(2usize.pow(p)).unwrap()); in test_dst_layout_extend_sized_with_dst() localVariable