Searched refs:max_entries (Results 76 - 100 of 417) sorted by path

1234567891011>>

/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp.c224 int max_entries = ath12k_hal_srng_get_max_entries(ab, type); local
227 if (max_entries < 0 || entry_sz < 0)
230 if (num_entries > max_entries)
231 num_entries = max_entries;
/linux-master/drivers/nvme/host/
H A Dpci.c1937 u32 max_entries, len; local
1945 max_entries = tmp;
1947 if (dev->ctrl.hmmaxd && dev->ctrl.hmmaxd < max_entries)
1948 max_entries = dev->ctrl.hmmaxd;
1950 descs = dma_alloc_coherent(dev->dev, max_entries * sizeof(*descs),
1955 bufs = kcalloc(max_entries, sizeof(*bufs), GFP_KERNEL);
1959 for (size = 0; size < preferred && i < max_entries; size += len) {
1994 dma_free_coherent(dev->dev, max_entries * sizeof(*descs), descs,
/linux-master/drivers/s390/block/
H A Ddasd_eckd.c3371 int max_entries; local
3380 max_entries = trkcount * rpt_max;
3387 if (pos++ > max_entries)
/linux-master/drivers/s390/scsi/
H A Dzfcp_dbf.c568 int max_entries, x, last = 0; local
600 max_entries = (be16_to_cpu(reqh->ct_mr_size) * 4 /
608 for (x = 1; x < max_entries && !last; x++) {
H A Dzfcp_fc.c730 struct zfcp_adapter *adapter, int max_entries)
759 for (x = 1; x < max_entries && !last; x++) {
809 int chain, max_entries, buf_num, max_bytes; local
815 max_entries = chain ? ZFCP_FC_GPN_FT_MAX_ENT : ZFCP_FC_GPN_FT_ENT_PAGE;
832 ret = zfcp_fc_eval_gpn_ft(fc_req, adapter, max_entries);
729 zfcp_fc_eval_gpn_ft(struct zfcp_fc_req *fc_req, struct zfcp_adapter *adapter, int max_entries) argument
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_app.c157 logdata_enable.max_entries =
H A Dmpi3mr_fw.c43 u16 pi, ci, max_entries; local
48 max_entries = op_req_q->num_requests;
50 if ((ci == (pi + 1)) || ((!ci) && (pi == (max_entries - 1))))
1643 u16 areq_pi = 0, areq_ci = 0, max_entries = 0; local
1656 max_entries = mrioc->num_admin_req;
1658 (areq_pi == (max_entries - 1)))) {
1673 if (++areq_pi == max_entries)
2305 u16 pi = 0, max_entries, reply_qidx = 0, midx; local
2320 max_entries = op_req_q->num_requests;
2346 if (++pi == max_entries)
[all...]
/linux-master/drivers/ufs/core/
H A Dufs-mcq.c209 hwq->max_entries;
218 cqe_size = sizeof(struct cq_entry) * hwq->max_entries;
292 u32 entries = hwq->max_entries;
337 qsize = hwq->max_entries * MCQ_ENTRY_SIZE_IN_DWORD - 1;
443 hwq->max_entries = hba->nutrs + 1;
614 if (sq_head_slot == hwq->max_entries)
H A Dufshcd-priv.h373 if (q->sq_tail_slot == q->max_entries)
394 if (q->cq_head_slot == q->max_entries)
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c1464 static int omapfb_parse_vram_param(const char *param, int max_entries, argument
1485 if (fbnum >= max_entries)
/linux-master/fs/ceph/
H A Dmds_client.c2569 req->r_args.readdir.max_entries = cpu_to_le32(num_entries);
/linux-master/fs/ext4/
H A Dmigrate.c96 unsigned long max_entries = inode->i_sb->s_blocksize >> 2; local
103 for (i = 0; i < max_entries; i++) {
125 unsigned long max_entries = inode->i_sb->s_blocksize >> 2; local
132 for (i = 0; i < max_entries; i++) {
140 lb->curr_block += max_entries;
155 unsigned long max_entries = inode->i_sb->s_blocksize >> 2; local
162 for (i = 0; i < max_entries; i++) {
170 lb->curr_block += max_entries * max_entries;
185 unsigned long max_entries local
225 unsigned long max_entries = inode->i_sb->s_blocksize >> 2; local
417 unsigned long max_entries; local
[all...]
/linux-master/fs/xfs/
H A Dxfs_acl.c35 int max_entries)
49 if (count > max_entries || XFS_ACL_SIZE(count) != len) {
31 xfs_acl_from_disk( struct xfs_mount *mp, const struct xfs_acl *aclp, int len, int max_entries) argument
/linux-master/include/linux/
H A Dacpi.h226 acpi_tbl_entry_handler handler, unsigned int max_entries);
229 int proc_num, unsigned int max_entries);
232 unsigned int max_entries);
H A Dbpf.h266 u32 max_entries; member in struct:bpf_map
H A Dfw_table.h45 int proc_num, unsigned int max_entries);
H A Dstacktrace.h83 unsigned int nr_entries, max_entries; member in struct:stack_trace
/linux-master/include/linux/ceph/
H A Dceph_fs.h428 __le32 max_entries; /* how many dentries to grab */ member in struct:ceph_mds_request_args::__anon276
/linux-master/include/rdma/
H A Dib_cache.h115 size_t max_entries);
/linux-master/include/uapi/linux/
H A Dbpf.h211 * *max_entries* limit specified at map creation time.
733 * the map reached the *max_entries* limit specified at map
1459 __u32 max_entries; /* max number of entries in a map */ member in struct:bpf_attr::__anon2589
6583 __u32 max_entries; member in struct:bpf_map_info
/linux-master/include/uapi/scsi/
H A Dscsi_bsg_mpi3mr.h216 * @max_entries: Number of log data entries cached by the driver
220 __u16 max_entries; member in struct:mpi3mr_logdata_enable
/linux-master/include/ufs/
H A Dufshcd.h1100 * @max_entries: max number of slots in this hardware queue
1119 u32 max_entries; member in struct:ufs_hw_queue
/linux-master/io_uring/
H A Dio_uring.c1176 * If more entries than max_entries are available, stop processing once this
1181 unsigned int max_entries)
1208 } while (node && *count < max_entries);
1257 unsigned int max_entries,
1270 node = io_handle_tw_list(node, count, max_entries);
1179 io_handle_tw_list(struct llist_node *node, unsigned int *count, unsigned int max_entries) argument
1256 tctx_task_work_run(struct io_uring_task *tctx, unsigned int max_entries, unsigned int *count) argument
H A Dio_uring.h86 struct llist_node *io_handle_tw_list(struct llist_node *node, unsigned int *count, unsigned int max_entries);
87 struct llist_node *tctx_task_work_run(struct io_uring_task *tctx, unsigned int max_entries, unsigned int *count);
H A Dsqpoll.c233 static unsigned int io_sq_tw(struct llist_node **retry_list, int max_entries) argument
239 *retry_list = io_handle_tw_list(*retry_list, &count, max_entries);
240 if (count >= max_entries)
242 max_entries -= count;
245 *retry_list = tctx_task_work_run(tctx, max_entries, &count);

Completed in 436 milliseconds

1234567891011>>