/linux/block/ |
A D | blk-merge.c | 105 *nsegs = 1; in blk_bio_discard_split() 142 *nsegs = 0; in blk_bio_write_zeroes_split() 158 *nsegs = 1; in blk_bio_write_same_split() 245 (*nsegs)++; in bvec_split_segs() 300 nsegs++; in blk_bio_segment_split() 311 *segs = nsegs; in blk_bio_segment_split() 314 *segs = nsegs; in blk_bio_segment_split() 473 nsegs++; in blk_bvec_map_sg() 476 return nsegs; in blk_bvec_map_sg() 542 return nsegs; in __blk_bios_map_sg() [all …]
|
A D | blk-mq.c | 2515 unsigned int nsegs, in blk_mq_get_new_requests() argument 2525 if (blk_mq_attempt_bio_merge(q, bio, nsegs, same_queue_rq)) in blk_mq_get_new_requests() 2561 unsigned int nsegs, in blk_mq_get_request() argument 2572 if (blk_mq_attempt_bio_merge(q, bio, nsegs, in blk_mq_get_request() 2591 rq = blk_mq_get_new_requests(q, plug, bio, nsegs, same_queue_rq); in blk_mq_get_request()
|
/linux/net/sunrpc/xprtrdma/ |
A D | rpc_rdma.c | 346 int nsegs; in rpcrdma_encode_read_list() local 357 if (nsegs < 0) in rpcrdma_encode_read_list() 358 return nsegs; in rpcrdma_encode_read_list() 371 } while (nsegs); in rpcrdma_encode_read_list() 413 if (nsegs < 0) in rpcrdma_encode_write_list() 414 return nsegs; in rpcrdma_encode_write_list() 437 } while (nsegs); in rpcrdma_encode_write_list() 444 nsegs); in rpcrdma_encode_write_list() 491 if (nsegs < 0) in rpcrdma_encode_reply_chunk() 492 return nsegs; in rpcrdma_encode_reply_chunk() [all …]
|
A D | frwr_ops.c | 294 int nsegs, bool writing, __be32 xid, in frwr_map() argument 303 if (nsegs > ep->re_max_fr_depth) in frwr_map() 304 nsegs = ep->re_max_fr_depth; in frwr_map() 305 for (i = 0; i < nsegs;) { in frwr_map() 313 if ((i < nsegs && seg->mr_offset) || in frwr_map()
|
A D | xprt_rdma.h | 535 int nsegs, bool writing, __be32 xid,
|
/linux/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 646 unsigned long nsegs, ncleaned; in nilfs_sufile_truncate_range() local 748 unsigned long nsegs, nrsvsegs; in nilfs_sufile_resize() local 754 if (nsegs == newnsegs) in nilfs_sufile_resize() 759 if (newnsegs < nsegs && nsegs - newnsegs + nrsvsegs > sui->ncleansegs) in nilfs_sufile_resize() 766 if (newnsegs > nsegs) { in nilfs_sufile_resize() 825 nsegs = min_t(unsigned long, in nilfs_sufile_get_suinfo() 832 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 | 362 unsigned long nilfs_nrsvsegs(struct the_nilfs *nilfs, unsigned long nsegs) in nilfs_nrsvsegs() argument 365 DIV_ROUND_UP(nsegs * nilfs->ns_r_segments_percentage, in nilfs_nrsvsegs() 369 void nilfs_set_nsegments(struct the_nilfs *nilfs, unsigned long nsegs) in nilfs_set_nsegments() argument 371 nilfs->ns_nsegments = nsegs; in nilfs_set_nsegments() 372 nilfs->ns_nrsvsegs = nilfs_nrsvsegs(nilfs, nsegs); in nilfs_set_nsegments() 653 size_t nsegs) in nilfs_discard_segments() argument 663 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/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/include/uapi/linux/ |
A D | elf-fdpic.h | 29 Elf32_Half nsegs; /* number of segments */ member
|
/linux/fs/ |
A D | binfmt_elf_fdpic.c | 563 len += sizeof(struct elf32_fdpic_loadseg) * exec_params->loadmap->nsegs; in create_elf_fdpic_tables() 575 interp_params->loadmap->nsegs; in create_elf_fdpic_tables() 770 loadmap->nsegs = nloads; in elf_fdpic_map_file() 795 for (loop = loadmap->nsegs; loop > 0; loop--, seg++) { in elf_fdpic_map_file() 820 for (loop = loadmap->nsegs; loop > 0; loop--, seg++) { in elf_fdpic_map_file() 841 for (loop = loadmap->nsegs; loop > 0; loop--, seg++) { in elf_fdpic_map_file() 875 nloads = loadmap->nsegs; in elf_fdpic_map_file() 888 loadmap->nsegs--; in elf_fdpic_map_file() 905 for (loop = 0; loop < loadmap->nsegs; loop++, seg++) in elf_fdpic_map_file()
|
/linux/drivers/net/ethernet/google/gve/ |
A D | gve_tx.c | 580 int nsegs; in gve_tx() local 595 nsegs = gve_tx_add_skb_no_copy(priv, tx, skb); in gve_tx() 597 nsegs = gve_tx_add_skb_copy(priv, tx, skb); in gve_tx() 600 if (nsegs) { in gve_tx() 603 tx->req += nsegs; in gve_tx()
|
/linux/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/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/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/tools/perf/trace/beauty/include/linux/ |
A D | socket.h | 417 struct iovec __user **uiov, size_t *nsegs);
|
/linux/include/linux/ |
A D | socket.h | 417 struct iovec __user **uiov, size_t *nsegs);
|
/linux/include/net/ |
A D | addrconf.h | 92 unsigned char nsegs);
|
/linux/drivers/scsi/lpfc/ |
A D | lpfc_nvmet.c | 2710 int i, cnt, nsegs; in lpfc_nvmet_prep_fcp_wqe() local 2741 nsegs = rsp->sg_cnt; in lpfc_nvmet_prep_fcp_wqe() 2897 if (nsegs == 1 && phba->cfg_enable_pbde) { in lpfc_nvmet_prep_fcp_wqe() 2978 nsegs = 0; in lpfc_nvmet_prep_fcp_wqe() 2995 for_each_sg(rsp->sg, sgel, nsegs, i) { in lpfc_nvmet_prep_fcp_wqe()
|
/linux/net/ |
A D | socket.c | 2286 struct iovec __user **uiov, size_t *nsegs) in __copy_msghdr_from_user() argument 2330 *nsegs = msg.msg_iovlen; in __copy_msghdr_from_user()
|
/linux/net/ipv6/ |
A D | addrconf.c | 4428 unsigned char nsegs) in ipv6_chk_rpl_srh_loop() argument 4438 for (i = 0; i < nsegs; i++) { in ipv6_chk_rpl_srh_loop()
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
A D | bnxt.c | 4911 u32 nsegs, n, segs = 0, flags; in bnxt_hwrm_vnic_set_tpa() local 4933 nsegs = (MAX_SKB_FRAGS - 1) * n; in bnxt_hwrm_vnic_set_tpa() 4938 nsegs = (MAX_SKB_FRAGS - n) / n; in bnxt_hwrm_vnic_set_tpa() 4945 segs = ilog2(nsegs); in bnxt_hwrm_vnic_set_tpa()
|