Home
last modified time | relevance | path

Searched refs:max_reqs (Results 1 – 16 of 16) sorted by relevance

/linux/fs/nfs/
H A Dnfs4session.c263 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
302 dprintk("--> %s: max_reqs=%u, tbl->max_slots %u\n", __func__, in nfs4_realloc_slot_table()
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 in nfs4_realloc_slot_table()
350 nfs4_setup_slot_table(struct nfs4_slot_table * tbl,unsigned int max_reqs,const char * queue) nfs4_setup_slot_table() argument
[all...]
H A Dnfs4session.h84 unsigned int max_reqs, const char *queue);
H A Dnfs4proc.c9386 args->fc_attrs.max_reqs = max_session_slots; in nfs4_init_channel_attrs()
9389 "max_ops=%u max_reqs=%u\n", in nfs4_init_channel_attrs()
9392 args->fc_attrs.max_ops, args->fc_attrs.max_reqs); in nfs4_init_channel_attrs()
9399 args->bc_attrs.max_reqs = max_t(unsigned short, max_session_cb_slots, 1); in nfs4_init_channel_attrs()
9400 if (args->bc_attrs.max_reqs > max_bc_slots) in nfs4_init_channel_attrs()
9401 args->bc_attrs.max_reqs = max_bc_slots; in nfs4_init_channel_attrs()
9404 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n", in nfs4_init_channel_attrs()
9408 args->bc_attrs.max_reqs); in nfs4_init_channel_attrs()
9427 if (rcvd->max_reqs == 0) in nfs4_verify_fore_channel_attrs()
9429 if (rcvd->max_reqs > NFS4_MAX_SLOT_TABL in nfs4_verify_fore_channel_attrs()
[all...]
H A Dnfs4xdr.c1922 *p++ = cpu_to_be32(args->fc_attrs.max_reqs); /* max requests */ in encode_create_session()
1931 *p++ = cpu_to_be32(args->bc_attrs.max_reqs); /* max requests */ in encode_create_session()
5831 attrs->max_reqs = be32_to_cpup(p++); in decode_chan_attrs()
/linux/include/linux/sunrpc/
H A Dbc_xprt.h27 void xprt_destroy_backchannel(struct rpc_xprt *, unsigned int max_reqs);
31 void xprt_destroy_bc(struct rpc_xprt *xprt, unsigned int max_reqs);
55 unsigned int max_reqs) in xprt_destroy_backchannel() argument
H A Dxprt.h30 #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 Dbackchannel_rqst.c196 * @max_reqs: the maximum number of preallocated structures to destroy
202 void xprt_destroy_backchannel(struct rpc_xprt *xprt, unsigned int max_reqs) in xprt_destroy_backchannel() argument
205 xprt->ops->bc_destroy(xprt, max_reqs); in xprt_destroy_backchannel()
209 void xprt_destroy_bc(struct rpc_xprt *xprt, unsigned int max_reqs) in xprt_destroy_bc() argument
215 if (max_reqs == 0) in xprt_destroy_bc()
219 xprt->bc_alloc_max -= min(max_reqs, xprt->bc_alloc_max); in xprt_destroy_bc()
226 if (--max_reqs == 0) in xprt_destroy_bc()
H A Dsysfs.c234 xprt->last_used, xprt->cong, xprt->cwnd, xprt->max_reqs, in rpc_sysfs_xprt_info_show()
H A Dxprt.c1708 if (xprt->num_reqs >= xprt->max_reqs) in xprt_dynamic_alloc_slot()
1837 xprt->max_reqs = max_t(unsigned int, max_alloc, num_prealloc); in xprt_alloc()
H A Dxprtsock.c1670 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 Dsvc_rdma_backchannel.c267 new_xprt->rx_buf.rb_bc_max_requests = xprt->max_reqs; in xprt_setup_rdma_bc()
H A Dverbs.c402 ep->re_max_requests = r_xprt->rx_xprt.max_reqs; in rpcrdma_ep_create()
1069 for (i = 0; i < r_xprt->rx_xprt.max_reqs; i++) { in rpcrdma_buffer_create()
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr.h365 u16 max_reqs; member
H A Dmpi3mr_fw.c3153 mrioc->facts.max_reqs = le16_to_cpu(facts_data->max_outstanding_requests); in mpi3mr_process_factsdata()
3230 mrioc->facts.max_reqs, mrioc->facts.min_devhandle, in mpi3mr_process_factsdata()
3317 mrioc->num_reply_bufs = mrioc->facts.max_reqs + MPI3MR_NUM_EVT_REPLIES; in mpi3mr_alloc_reply_sense_bufs()
3319 mrioc->num_sense_bufs = mrioc->facts.max_reqs / MPI3MR_SENSEBUF_FACTOR; in mpi3mr_alloc_reply_sense_bufs()
4257 mrioc->max_host_ios = mrioc->facts.max_reqs - MPI3MR_INTERNAL_CMDS_RESVD; in mpi3mr_init_ioc()
H A Dmpi3mr_app.c3105 return sysfs_emit(buf, "%d\n", mrioc->facts.max_reqs); in fw_queue_depth_show()
/linux/include/linux/
H A Dnfs_xdr.h201 u32 max_reqs; member