Home
last modified time | relevance | path

Searched defs:offset_in_page (Results 1 – 6 of 6) sorted by relevance

/linux/sound/firewire/
H A Dpackets-buffer.c26 unsigned int i, page_index, offset_in_page; in iso_packets_buffer_init() local
/linux/tools/virtio/linux/
H A Dkernel.h50 #define offset_in_page(p) (((unsigned long)p) % PAGE_SIZE) macro
/linux/tools/testing/scatterlist/linux/
H A Dmm.h40 #define offset_in_page(p) ((unsigned long)(p) & ~PAGE_MASK) macro
/linux/drivers/edac/
H A Dedac_mc.c943 const unsigned long offset_in_page, in edac_mc_handle_error()
/linux/drivers/mtd/nand/raw/
H A Dstm32_fmc2_nand.c988 unsigned int offset_in_page = mtd->writesize; in stm32_fmc2_nfc_seq_write() local
/linux/tools/testing/vma/include/
H A Ddup.h398 #define offset_in_page(p) ((unsigned long)(p) & ~PAGE_MASK) macro