Searched refs:max_reqs (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/nfs/ |
| H A D | nfs4session.c | 263 u32 max_reqs, u32 ivalue) in nfs4_grow_slot_table() argument 265 if (max_reqs <= tbl->max_slots) in nfs4_grow_slot_table() 267 if (!IS_ERR(nfs4_find_or_create_slot(tbl, max_reqs - 1, ivalue, GFP_NOFS))) in nfs4_grow_slot_table() 298 u32 max_reqs, u32 ivalue) in nfs4_realloc_slot_table() argument 303 max_reqs, tbl->max_slots); in nfs4_realloc_slot_table() 305 if (max_reqs > NFS4_MAX_SLOT_TABLE) in nfs4_realloc_slot_table() 306 max_reqs = NFS4_MAX_SLOT_TABLE; in nfs4_realloc_slot_table() 308 ret = nfs4_grow_slot_table(tbl, max_reqs, ivalue); in nfs4_realloc_slot_table() 313 nfs4_reset_slot_table(tbl, max_reqs - 1, ivalue); in nfs4_realloc_slot_table() 350 int nfs4_setup_slot_table(struct nfs4_slot_table *tbl, unsigned int max_reqs, in nfs4_setup_slot_table() argument [all …]
|
| H A D | nfs4proc.c | 9101 args->fc_attrs.max_reqs = max_session_slots; in nfs4_init_channel_attrs() 9107 args->fc_attrs.max_ops, args->fc_attrs.max_reqs); in nfs4_init_channel_attrs() 9114 args->bc_attrs.max_reqs = max_t(unsigned short, max_session_cb_slots, 1); in nfs4_init_channel_attrs() 9115 if (args->bc_attrs.max_reqs > max_bc_slots) in nfs4_init_channel_attrs() 9116 args->bc_attrs.max_reqs = max_bc_slots; in nfs4_init_channel_attrs() 9123 args->bc_attrs.max_reqs); in nfs4_init_channel_attrs() 9142 if (rcvd->max_reqs == 0) in nfs4_verify_fore_channel_attrs() 9144 if (rcvd->max_reqs > NFS4_MAX_SLOT_TABLE) in nfs4_verify_fore_channel_attrs() 9145 rcvd->max_reqs = NFS4_MAX_SLOT_TABLE; in nfs4_verify_fore_channel_attrs() 9165 if (rcvd->max_reqs > sent->max_reqs) in nfs4_verify_back_channel_attrs()
|
| /linux/include/linux/sunrpc/ |
| H A D | bc_xprt.h | 27 void xprt_destroy_backchannel(struct rpc_xprt *, unsigned int max_reqs); 32 void xprt_destroy_bc(struct rpc_xprt *xprt, unsigned int max_reqs); 57 unsigned int max_reqs) in xprt_destroy_backchannel() argument
|
| H A D | xprt.h | 30 #define RPC_MAXCWND(xprt) ((xprt)->max_reqs << RPC_CWNDSHIFT) 189 unsigned int max_reqs); 234 unsigned int max_reqs; /* max number of slots */ member
|
| /linux/net/sunrpc/ |
| H A D | backchannel_rqst.c | 217 void xprt_destroy_backchannel(struct rpc_xprt *xprt, unsigned int max_reqs) in xprt_destroy_backchannel() argument 220 xprt->ops->bc_destroy(xprt, max_reqs); in xprt_destroy_backchannel() 224 void xprt_destroy_bc(struct rpc_xprt *xprt, unsigned int max_reqs) in xprt_destroy_bc() argument 230 if (max_reqs == 0) in xprt_destroy_bc() 234 xprt->bc_alloc_max -= min(max_reqs, xprt->bc_alloc_max); in xprt_destroy_bc() 241 if (--max_reqs == 0) in xprt_destroy_bc()
|
| H A D | sysfs.c | 235 xprt->last_used, xprt->cong, xprt->cwnd, xprt->max_reqs, in rpc_sysfs_xprt_info_show()
|
| H A D | xprt.c | 1724 if (xprt->num_reqs >= xprt->max_reqs) in xprt_dynamic_alloc_slot() 1853 xprt->max_reqs = max_t(unsigned int, max_alloc, num_prealloc); in xprt_alloc()
|
| H A D | xprtsock.c | 1670 sk->sk_rcvbuf = transport->rcvsize * xprt->max_reqs * 2; in xs_udp_do_set_buffer_size() 1674 sk->sk_sndbuf = transport->sndsize * xprt->max_reqs * 2; in xs_udp_do_set_buffer_size()
|
| /linux/net/sunrpc/xprtrdma/ |
| H A D | svc_rdma_backchannel.c | 267 new_xprt->rx_buf.rb_bc_max_requests = xprt->max_reqs; in xprt_setup_rdma_bc()
|
| H A D | verbs.c | 402 ep->re_max_requests = r_xprt->rx_xprt.max_reqs; in rpcrdma_ep_create() 1084 for (i = 0; i < r_xprt->rx_xprt.max_reqs; i++) { in rpcrdma_buffer_create()
|
| /linux/drivers/scsi/mpi3mr/ |
| H A D | mpi3mr_fw.c | 3298 mrioc->facts.max_reqs = le16_to_cpu(facts_data->max_outstanding_requests); in mpi3mr_process_factsdata() 3375 mrioc->facts.max_reqs, mrioc->facts.min_devhandle, in mpi3mr_process_factsdata() 3462 mrioc->num_reply_bufs = mrioc->facts.max_reqs + MPI3MR_NUM_EVT_REPLIES; in mpi3mr_alloc_reply_sense_bufs() 3464 mrioc->num_sense_bufs = mrioc->facts.max_reqs / MPI3MR_SENSEBUF_FACTOR; in mpi3mr_alloc_reply_sense_bufs() 4402 mrioc->max_host_ios = mrioc->facts.max_reqs - MPI3MR_INTERNAL_CMDS_RESVD; in mpi3mr_init_ioc()
|
| /linux/include/linux/ |
| H A D | nfs_xdr.h | 201 u32 max_reqs; member
|