Home
last modified time | relevance | path

Searched refs:req_offset (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.10/drivers/soc/rockchip/
Dpm_domains.c45 u32 req_offset; member
166 regmap_write(pmu->regmap, pmu->info->req_offset, in rockchip_pmu_set_idle_request()
170 regmap_update_bits(pmu->regmap, pmu->info->req_offset, in rockchip_pmu_set_idle_request()
847 .req_offset = 0x64,
856 .req_offset = 0x148,
867 .req_offset = 0x38, /* PMU_MISC_CON1 */
878 .req_offset = 0x0c,
889 .req_offset = 0x38, /* PMU_MISC_CON1 */
898 .req_offset = 0x40c,
909 .req_offset = 0x10,
[all …]
/Linux-v5.10/include/linux/
Dnfs_page.h206 loff_t req_offset(struct nfs_page *req) in req_offset() function
/Linux-v5.10/fs/nfs/filelayout/
Dfilelayout.c809 p_stripe = (u64)req_offset(prev) - segment_offset; in filelayout_pg_test()
810 r_stripe = (u64)req_offset(req) - segment_offset; in filelayout_pg_test()
819 div_u64_rem((u64)req_offset(req) - segment_offset, in filelayout_pg_test()
949 j = nfs4_fl_calc_j_index(lseg, req_offset(req)); in filelayout_mark_request_commit()
/Linux-v5.10/fs/nfs/
Dpagelist.c67 hdr->io_start = req_offset(hdr->req); in nfs_pgheader_init()
715 hdr->args.offset = req_offset(req); in nfs_pgio_rpcsetup()
1067 if (req_offset(req) != req_offset(prev) + prev->wb_bytes) in nfs_coalesce_size()
Dpnfs.h682 u64 req_last = req_offset(req) + req->wb_bytes; in pnfs_lseg_request_intersecting()
685 req_offset(req), req_last); in pnfs_lseg_request_intersecting()
Dread.c101 (long long)req_offset(req)); in nfs_readpage_release()
Dwrite.c1723 if (lwb < (req_offset(req) + req->wb_bytes)) in nfs_get_lwb()
1724 lwb = req_offset(req) + req->wb_bytes; in nfs_get_lwb()
1852 (long long)req_offset(req)); in nfs_commit_release_pages()
Dpnfs.c2633 rd_size = i_size_read(pgio->pg_inode) - req_offset(req); in pnfs_generic_pg_init_read()
2639 req_offset(req), in pnfs_generic_pg_init_read()
2666 req_offset(req), in pnfs_generic_pg_init_write()
2722 req_start = req_offset(req); in pnfs_generic_pg_test()
/Linux-v5.10/drivers/message/fusion/
Dmptbase.c909 int req_offset; in mpt_get_msg_frame() local
916 req_offset = (u8 *)mf - (u8 *)ioc->req_frames; in mpt_get_msg_frame()
918 req_idx = req_offset / ioc->req_sz; in mpt_get_msg_frame()
961 int req_offset; in mpt_put_msg_frame() local
966 req_offset = (u8 *)mf - (u8 *)ioc->req_frames; in mpt_put_msg_frame()
968 req_idx = req_offset / ioc->req_sz; in mpt_put_msg_frame()
974 mf_dma_addr = (ioc->req_frames_low_dma + req_offset) | ioc->RequestNB[req_idx]; in mpt_put_msg_frame()
997 int req_offset; in mpt_put_msg_frame_hi_pri() local
1002 req_offset = (u8 *)mf - (u8 *)ioc->req_frames; in mpt_put_msg_frame_hi_pri()
1003 req_idx = req_offset / ioc->req_sz; in mpt_put_msg_frame_hi_pri()
[all …]
/Linux-v5.10/fs/nfs/flexfilelayout/
Dflexfilelayout.c815 req_offset(req), in ff_layout_pg_get_read()
903 req_offset(req), in ff_layout_pg_init_write()
962 req_offset(req), in ff_layout_pg_get_mirror_count_write()
/Linux-v5.10/fs/nfs/blocklayout/
Dblocklayout.c841 (req_offset(req) + req->wb_bytes == i_size_read(pgio->pg_inode))) { in is_aligned_req()