Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/soc/rockchip/
Dpm_domains.c47 u32 req_offset; member
174 regmap_write(pmu->regmap, pmu->info->req_offset, in rockchip_pmu_set_idle_request()
178 regmap_update_bits(pmu->regmap, pmu->info->req_offset, in rockchip_pmu_set_idle_request()
870 .req_offset = 0x64,
879 .req_offset = 0x148,
890 .req_offset = 0x38, /* PMU_MISC_CON1 */
901 .req_offset = 0x0c,
912 .req_offset = 0x38, /* PMU_MISC_CON1 */
921 .req_offset = 0x40c,
932 .req_offset = 0x10,
[all …]
/Linux-v5.15/include/linux/
Dnfs_page.h206 loff_t req_offset(struct nfs_page *req) in req_offset() function
/Linux-v5.15/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.15/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()
1071 if (req_offset(req) != req_offset(prev) + prev->wb_bytes) in nfs_coalesce_size()
Dpnfs.h683 u64 req_last = req_offset(req) + req->wb_bytes; in pnfs_lseg_request_intersecting()
686 req_offset(req), req_last); in pnfs_lseg_request_intersecting()
Dread.c118 (long long)req_offset(req)); in nfs_readpage_release()
Dwrite.c1731 if (lwb < (req_offset(req) + req->wb_bytes)) in nfs_get_lwb()
1732 lwb = req_offset(req) + req->wb_bytes; in nfs_get_lwb()
1864 (long long)req_offset(req)); in nfs_commit_release_pages()
Dpnfs.c2690 rd_size = i_size_read(pgio->pg_inode) - req_offset(req); in pnfs_generic_pg_init_read()
2696 req_offset(req), in pnfs_generic_pg_init_read()
2723 req_offset(req), in pnfs_generic_pg_init_write()
2779 req_start = req_offset(req); in pnfs_generic_pg_test()
/Linux-v5.15/drivers/message/fusion/
Dmptbase.c908 int req_offset; in mpt_get_msg_frame() local
915 req_offset = (u8 *)mf - (u8 *)ioc->req_frames; in mpt_get_msg_frame()
917 req_idx = req_offset / ioc->req_sz; in mpt_get_msg_frame()
960 int req_offset; in mpt_put_msg_frame() local
965 req_offset = (u8 *)mf - (u8 *)ioc->req_frames; in mpt_put_msg_frame()
967 req_idx = req_offset / ioc->req_sz; in mpt_put_msg_frame()
973 mf_dma_addr = (ioc->req_frames_low_dma + req_offset) | ioc->RequestNB[req_idx]; in mpt_put_msg_frame()
996 int req_offset; in mpt_put_msg_frame_hi_pri() local
1001 req_offset = (u8 *)mf - (u8 *)ioc->req_frames; in mpt_put_msg_frame_hi_pri()
1002 req_idx = req_offset / ioc->req_sz; in mpt_put_msg_frame_hi_pri()
[all …]
/Linux-v5.15/fs/nfs/flexfilelayout/
Dflexfilelayout.c811 req_offset(req), in ff_layout_pg_get_read()
899 req_offset(req), in ff_layout_pg_init_write()
958 req_offset(req), in ff_layout_pg_get_mirror_count_write()
/Linux-v5.15/fs/nfs/blocklayout/
Dblocklayout.c836 (req_offset(req) + req->wb_bytes == i_size_read(pgio->pg_inode))) { in is_aligned_req()