Searched defs:PAGE_SIZE (Results 101 - 107 of 107) sorted by relevance

12345

/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h356 #define PAGE_SIZE (1ULL << PAGE_SHIFT) macro
/linux-master/drivers/nvme/host/
H A Dpci.c3549 BUILD_BUG_ON(sizeof(struct scatterlist) * NVME_MAX_SEGS > PAGE_SIZE); local
/linux-master/fs/btrfs/
H A Dextent_io.c1516 PAGE_SIZE, !ret); local
[all...]
/linux-master/net/ceph/
H A Dosd_client.c3183 lreq->notify_id_pages, PAGE_SIZE, 0, false, false); local
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h764 static_assert(sizeof(struct mlx5_mkeys_page) == PAGE_SIZE); variable
/linux-master/fs/f2fs/
H A Dsegment.c2611 memcpy(page_address(page), src, PAGE_SIZE); local
[all...]
/linux-master/fs/nfs/
H A Dnfs4xdr.c2850 PAGE_SIZE, replen); local

Completed in 470 milliseconds

12345