/linux-6.3-rc2/block/ |
A D | blk-merge.c | 116 *nsegs = 1; in bio_split_discard() 153 *nsegs = 0; in bio_split_write_zeroes() 245 (*nsegs)++; in bvec_split_segs() 297 nsegs++; in bio_split_rw() 309 *segs = nsegs; in bio_split_rw() 322 *segs = nsegs; in bio_split_rw() 491 nsegs++; in blk_bvec_map_sg() 494 return nsegs; in blk_bvec_map_sg() 533 int nsegs = 0; in __blk_bios_map_sg() local 560 return nsegs; in __blk_bios_map_sg() [all …]
|
A D | blk-map.c | 562 unsigned int nsegs = 0, bytes = 0; in blk_rq_map_user_bvec() local 593 if (nsegs >= nr_segs || bytes > UINT_MAX - bv->bv_len) in blk_rq_map_user_bvec() 600 nsegs++; in blk_rq_map_user_bvec()
|
A D | blk-mq.c | 2840 unsigned int nsegs) in blk_mq_get_new_requests() argument 2852 if (blk_mq_attempt_bio_merge(q, bio, nsegs)) in blk_mq_get_new_requests() 2875 struct blk_plug *plug, struct bio **bio, unsigned int nsegs) in blk_mq_get_cached_request() argument 2883 if (blk_mq_attempt_bio_merge(q, *bio, nsegs)) { in blk_mq_get_cached_request()
|
/linux-6.3-rc2/net/sunrpc/xprtrdma/ |
A D | rpc_rdma.c | 342 int nsegs; in rpcrdma_encode_read_list() local 353 if (nsegs < 0) in rpcrdma_encode_read_list() 354 return nsegs; in rpcrdma_encode_read_list() 367 } while (nsegs); in rpcrdma_encode_read_list() 409 if (nsegs < 0) in rpcrdma_encode_write_list() 410 return nsegs; in rpcrdma_encode_write_list() 433 } while (nsegs); in rpcrdma_encode_write_list() 440 nsegs); in rpcrdma_encode_write_list() 487 if (nsegs < 0) in rpcrdma_encode_reply_chunk() 488 return nsegs; in rpcrdma_encode_reply_chunk() [all …]
|
A D | frwr_ops.c | 286 int nsegs, bool writing, __be32 xid, in frwr_map() argument 295 if (nsegs > ep->re_max_fr_depth) in frwr_map() 296 nsegs = ep->re_max_fr_depth; in frwr_map() 297 for (i = 0; i < nsegs;) { in frwr_map() 305 if ((i < nsegs && seg->mr_offset) || in frwr_map()
|
A D | xprt_rdma.h | 539 int nsegs, bool writing, __be32 xid,
|
/linux-6.3-rc2/fs/nilfs2/ |
A D | sufile.c | 168 if (unlikely(nsegs == 0)) in nilfs_sufile_updatev() 198 if (++seg >= segnumv + nsegs) in nilfs_sufile_updatev() 269 __u64 nsegs; in nilfs_sufile_set_alloc_range() local 654 unsigned long nsegs, ncleaned; in nilfs_sufile_truncate_range() local 756 unsigned long nsegs, nrsvsegs; in nilfs_sufile_resize() local 762 if (nsegs == newnsegs) in nilfs_sufile_resize() 767 if (newnsegs < nsegs && nsegs - newnsegs + nrsvsegs > sui->ncleansegs) in nilfs_sufile_resize() 774 if (newnsegs > nsegs) { in nilfs_sufile_resize() 833 nsegs = min_t(unsigned long, in nilfs_sufile_get_suinfo() 840 nsegs - i); in nilfs_sufile_get_suinfo() [all …]
|
A D | sufile.h | 85 size_t nsegs, size_t *ndone) in nilfs_sufile_freev() argument 87 return nilfs_sufile_updatev(sufile, segnumv, nsegs, 0, ndone, in nilfs_sufile_freev() 102 __u64 *segnumv, size_t nsegs, in nilfs_sufile_cancel_freev() argument 105 return nilfs_sufile_updatev(sufile, segnumv, nsegs, 0, ndone, in nilfs_sufile_cancel_freev()
|
A D | the_nilfs.c | 395 unsigned long nilfs_nrsvsegs(struct the_nilfs *nilfs, unsigned long nsegs) in nilfs_nrsvsegs() argument 398 DIV_ROUND_UP(nsegs * nilfs->ns_r_segments_percentage, in nilfs_nrsvsegs() 402 void nilfs_set_nsegments(struct the_nilfs *nilfs, unsigned long nsegs) in nilfs_set_nsegments() argument 404 nilfs->ns_nsegments = nsegs; in nilfs_set_nsegments() 405 nilfs->ns_nrsvsegs = nilfs_nrsvsegs(nilfs, nsegs); in nilfs_set_nsegments() 716 size_t nsegs) in nilfs_discard_segments() argument 726 for (sn = segnump; sn < segnump + nsegs; sn++) { in nilfs_discard_segments()
|
A D | the_nilfs.h | 279 unsigned long nilfs_nrsvsegs(struct the_nilfs *nilfs, unsigned long nsegs); 280 void nilfs_set_nsegments(struct the_nilfs *nilfs, unsigned long nsegs);
|
A D | ioctl.c | 857 size_t len, nsegs; in nilfs_ioctl_clean_segments() local 872 nsegs = argv[4].v_nmembs; in nilfs_ioctl_clean_segments() 875 if (nsegs > UINT_MAX / sizeof(__u64)) in nilfs_ioctl_clean_segments() 884 nsegs * sizeof(__u64)); in nilfs_ioctl_clean_segments() 896 if (argv[n].v_nmembs > nsegs * nilfs->ns_blocks_per_segment) in nilfs_ioctl_clean_segments()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | elf-fdpic.h | 29 Elf32_Half nsegs; /* number of segments */ member
|
/linux-6.3-rc2/include/trace/events/ |
A D | rpcrdma.h | 396 int nsegs 399 TP_ARGS(task, pos, mr, nsegs), 409 __field(int, nsegs) 420 __entry->nsegs = nsegs; 438 int nsegs \ 446 int nsegs 449 TP_ARGS(task, mr, nsegs), 458 __field(int, nsegs) 468 __entry->nsegs = nsegs; 485 int nsegs \ [all …]
|
/linux-6.3-rc2/fs/ |
A D | binfmt_elf_fdpic.c | 564 len += sizeof(struct elf32_fdpic_loadseg) * exec_params->loadmap->nsegs; in create_elf_fdpic_tables() 576 interp_params->loadmap->nsegs; in create_elf_fdpic_tables() 771 loadmap->nsegs = nloads; in elf_fdpic_map_file() 796 for (loop = loadmap->nsegs; loop > 0; loop--, seg++) { in elf_fdpic_map_file() 821 for (loop = loadmap->nsegs; loop > 0; loop--, seg++) { in elf_fdpic_map_file() 842 for (loop = loadmap->nsegs; loop > 0; loop--, seg++) { in elf_fdpic_map_file() 876 nloads = loadmap->nsegs; in elf_fdpic_map_file() 889 loadmap->nsegs--; in elf_fdpic_map_file() 906 for (loop = 0; loop < loadmap->nsegs; loop++, seg++) in elf_fdpic_map_file()
|
/linux-6.3-rc2/drivers/net/ethernet/google/gve/ |
A D | gve_tx.c | 613 int nsegs; in gve_tx() local 628 nsegs = gve_tx_add_skb_no_copy(priv, tx, skb); in gve_tx() 630 nsegs = gve_tx_add_skb_copy(priv, tx, skb); in gve_tx() 633 if (nsegs) { in gve_tx() 636 tx->req += nsegs; in gve_tx()
|
/linux-6.3-rc2/crypto/ |
A D | rsa-pkcs1pad.c | 165 int nsegs = next ? 2 : 1; in pkcs1pad_sg_set_buf() local 167 sg_init_table(sg, nsegs); in pkcs1pad_sg_set_buf() 171 sg_chain(sg, nsegs, next); in pkcs1pad_sg_set_buf()
|
/linux-6.3-rc2/fs/cifs/ |
A D | file.c | 3337 unsigned int nbv = iter->nr_segs, ix = 0, nsegs = 0; in cifs_limit_bvec_subset() local 3356 nsegs++; in cifs_limit_bvec_subset() 3358 if (span >= max_size || nsegs >= max_segs) in cifs_limit_bvec_subset() 3364 *_nsegs = nsegs; in cifs_limit_bvec_subset() 3397 unsigned int wsize, nsegs = 0; in cifs_write_from_iter() local 3424 cur_len = cifs_limit_bvec_subset(from, max_len, max_segs, &nsegs); in cifs_write_from_iter() 3426 cur_len, max_len, nsegs, from->nr_segs, max_segs); in cifs_write_from_iter() 3913 unsigned int rsize, nsegs, max_segs = INT_MAX; in cifs_send_async_read() local 3955 max_segs, &nsegs); in cifs_send_async_read() 3957 cur_len, max_len, nsegs, ctx->iter.nr_segs, max_segs); in cifs_send_async_read()
|
/linux-6.3-rc2/drivers/media/dvb-frontends/ |
A D | dib8000.c | 4014 int guard, rate_num, rate_denum = 1, bits_per_symbol, nsegs; in dib8000_get_time_us() local 4056 nsegs = c->layer[i].segment_count; in dib8000_get_time_us() 4057 if (nsegs == 0 || nsegs > 13) in dib8000_get_time_us() 4100 denom += bits_per_symbol * rate_num * fft_div * nsegs * 384; in dib8000_get_time_us() 4221 unsigned nsegs = c->layer[i].segment_count; in dib8000_get_stats() local 4223 if (nsegs == 0 || nsegs > 13) in dib8000_get_stats()
|
/linux-6.3-rc2/drivers/scsi/bfa/ |
A D | bfa_svc.c | 452 u16 nsegs, idx, per_seg_fcxp; in bfa_fcxp_meminfo() local 465 nsegs = BFI_MEM_DMA_NSEGS(num_fcxps, per_fcxp_sz); in bfa_fcxp_meminfo() 468 bfa_mem_dma_seg_iter(fcxp_mod, seg_ptr, nsegs, idx) { in bfa_fcxp_meminfo() 5144 u16 nsegs, idx, per_seg_sgpg, num_sgpg; in bfa_sgpg_meminfo() local 5154 nsegs = BFI_MEM_DMA_NSEGS(num_sgpg, sgpg_sz); in bfa_sgpg_meminfo() 5157 bfa_mem_dma_seg_iter(sgpg_mod, seg_ptr, nsegs, idx) { in bfa_sgpg_meminfo() 5182 u16 i, idx, nsegs, per_seg_sgpg, num_sgpg; in bfa_sgpg_attach() local 5197 nsegs = BFI_MEM_DMA_NSEGS(num_sgpg, sgpg_sz); in bfa_sgpg_attach() 5202 bfa_mem_dma_seg_iter(mod, seg_ptr, nsegs, idx) { in bfa_sgpg_attach() 5426 u16 nsegs, idx, per_seg_uf = 0; in bfa_uf_meminfo() local [all …]
|
A D | bfa_fcpim.c | 3630 u16 nsegs, idx, per_seg_ios, num_io_req; in bfa_fcp_meminfo() local 3664 nsegs = BFI_MEM_DMA_NSEGS(num_io_req, BFI_IOIM_SNSLEN); in bfa_fcp_meminfo() 3667 bfa_mem_dma_seg_iter(fcp, seg_ptr, nsegs, idx) { in bfa_fcp_meminfo() 3687 u16 idx, nsegs, num_io_req; in bfa_fcp_attach() local 3700 nsegs = BFI_MEM_DMA_NSEGS(num_io_req, BFI_IOIM_SNSLEN); in bfa_fcp_attach() 3702 bfa_mem_dma_seg_iter(fcp, seg_ptr, nsegs, idx) { in bfa_fcp_attach()
|
/linux-6.3-rc2/include/net/ |
A D | addrconf.h | 96 unsigned char nsegs);
|
/linux-6.3-rc2/drivers/scsi/lpfc/ |
A D | lpfc_nvmet.c | 2714 int i, cnt, nsegs; in lpfc_nvmet_prep_fcp_wqe() local 2745 nsegs = rsp->sg_cnt; in lpfc_nvmet_prep_fcp_wqe() 2901 if (nsegs == 1 && phba->cfg_enable_pbde) { in lpfc_nvmet_prep_fcp_wqe() 2982 nsegs = 0; in lpfc_nvmet_prep_fcp_wqe() 2999 for_each_sg(rsp->sg, sgel, nsegs, i) { in lpfc_nvmet_prep_fcp_wqe()
|
/linux-6.3-rc2/net/ipv6/ |
A D | addrconf.c | 4457 unsigned char nsegs) in ipv6_chk_rpl_srh_loop() argument 4467 for (i = 0; i < nsegs; i++) { in ipv6_chk_rpl_srh_loop()
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnxt/ |
A D | bnxt.c | 5116 u32 nsegs, n, segs = 0, flags; in bnxt_hwrm_vnic_set_tpa() local 5138 nsegs = (MAX_SKB_FRAGS - 1) * n; in bnxt_hwrm_vnic_set_tpa() 5143 nsegs = (MAX_SKB_FRAGS - n) / n; in bnxt_hwrm_vnic_set_tpa() 5150 segs = ilog2(nsegs); in bnxt_hwrm_vnic_set_tpa()
|