Searched refs:reqs (Results 1 - 25 of 72) sorted by last modified time

123

/linux-master/drivers/interconnect/
H A Dcore.c173 path = kzalloc(struct_size(path, reqs, num_nodes), GFP_KERNEL);
183 hlist_add_head(&path->reqs[i].req_node, &node->req_list);
184 path->reqs[i].node = node;
185 path->reqs[i].dev = dev;
186 path->reqs[i].enabled = true;
310 next = path->reqs[i].node;
653 path->reqs[i].tag = tag;
707 old_avg = path->reqs[0].avg_bw;
708 old_peak = path->reqs[0].peak_bw;
711 node = path->reqs[
[all...]
/linux-master/fs/fuse/
H A Dfile.c703 left = --io->reqs;
789 io->reqs++;
3007 io->reqs = 1;
H A Dfuse_i.h344 unsigned reqs; member in struct:fuse_io_priv
H A Dvirtio_fs.c675 LIST_HEAD(reqs);
684 list_move_tail(&req->list, &reqs);
691 list_for_each_entry_safe(req, next, &reqs, list) {
/linux-master/io_uring/
H A Dio_uring.c1087 void *reqs[IO_REQ_ALLOC_BATCH]; variable
1101 ret = kmem_cache_alloc_bulk(req_cachep, gfp, ARRAY_SIZE(reqs), reqs);
1108 reqs[0] = kmem_cache_alloc(req_cachep, gfp);
1109 if (!reqs[0])
1116 struct io_kiocb *req = reqs[i];
/linux-master/net/9p/
H A Dclient.c315 tag = idr_alloc(&c->reqs, req, P9_NOTAG, P9_NOTAG + 1,
318 tag = idr_alloc(&c->reqs, req, 0, P9_NOTAG, GFP_NOWAIT);
361 req = idr_find(&c->reqs, tag);
395 idr_remove(&c->reqs, tag);
426 idr_for_each_entry(&c->reqs, req, id) {
993 idr_init(&clnt->reqs);
/linux-master/fs/
H A Daio.c99 struct percpu_ref reqs; member in struct:kioctx
630 percpu_ref_exit(&ctx->reqs);
637 struct kioctx *ctx = container_of(ref, struct kioctx, reqs);
669 percpu_ref_kill(&ctx->reqs);
670 percpu_ref_put(&ctx->reqs);
791 if (percpu_ref_init(&ctx->reqs, free_ioctx_reqs, 0, GFP_KERNEL))
819 percpu_ref_get(&ctx->reqs); /* free_ioctx_users() will drop this */
842 percpu_ref_exit(&ctx->reqs);
1073 percpu_ref_get(&ctx->reqs);
1115 percpu_ref_put(&iocb->ki_ctx->reqs);
[all...]
/linux-master/fs/nfs/
H A Ddirect.c544 LIST_HEAD(reqs);
548 nfs_direct_write_scan_commit_list(dreq->inode, &reqs, &cinfo);
550 nfs_direct_join_group(&reqs, &cinfo, dreq->inode);
559 while (!list_empty(&reqs)) {
560 req = nfs_list_entry(reqs.next);
581 while (!list_empty(&reqs)) {
582 req = nfs_list_entry(reqs.next);
692 LIST_HEAD(reqs);
695 nfs_direct_write_scan_commit_list(dreq->inode, &reqs, &cinfo);
697 while (!list_empty(&reqs)) {
[all...]
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_rm.c234 * @reqs: input parameter, rm requirements for HW blocks needed in the
241 struct dpu_rm_requirements *reqs)
266 if (!reqs->topology.num_dspp)
288 struct dpu_rm_requirements *reqs)
296 if (!reqs->topology.num_lm) {
297 DPU_ERROR("invalid number of lm: %d\n", reqs->topology.num_lm);
303 lm_count < reqs->topology.num_lm; i++) {
312 &dspp_idx[lm_count], reqs)) {
319 if (lm_count < reqs->topology.num_lm) {
332 reqs)) {
238 _dpu_rm_check_lm_and_get_connected_blks(struct dpu_rm *rm, struct dpu_global_state *global_state, uint32_t enc_id, int lm_idx, int *pp_idx, int *dspp_idx, struct dpu_rm_requirements *reqs) argument
285 _dpu_rm_reserve_lms(struct dpu_rm *rm, struct dpu_global_state *global_state, uint32_t enc_id, struct dpu_rm_requirements *reqs) argument
583 _dpu_rm_make_reservation( struct dpu_rm *rm, struct dpu_global_state *global_state, struct drm_encoder *enc, struct dpu_rm_requirements *reqs) argument
619 _dpu_rm_populate_requirements( struct drm_encoder *enc, struct dpu_rm_requirements *reqs, struct msm_display_topology req_topology) argument
667 struct dpu_rm_requirements reqs; local
[all...]
/linux-master/drivers/accel/qaic/
H A Dqaic_data.c168 kfree(slice->reqs);
305 slice->reqs[i].cmd = cmd;
306 slice->reqs[i].src_addr = cpu_to_le64(slice->dir == DMA_TO_DEVICE ?
308 slice->reqs[i].dest_addr = cpu_to_le64(slice->dir == DMA_TO_DEVICE ?
316 slice->reqs[i].len = cpu_to_le32((u32)sg_dma_len(sg));
319 slice->reqs[i].sem_cmd0 = cpu_to_le32(ENCODE_SEM(req->sem0.val,
326 slice->reqs[i].sem_cmd1 = cpu_to_le32(ENCODE_SEM(req->sem1.val,
333 slice->reqs[i].sem_cmd2 = cpu_to_le32(ENCODE_SEM(req->sem2.val,
340 slice->reqs[i].sem_cmd3 = cpu_to_le32(ENCODE_SEM(req->sem3.val,
351 slice->reqs[
1074 struct dbc_req *reqs = slice->reqs; local
1103 struct dbc_req *reqs = slice->reqs; local
[all...]
H A Dqaic.h251 struct dbc_req *reqs; member in struct:bo_slice
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py79 reqs = set()
84 reqs.update(set(t['plugins']['requires']))
86 reqs.add(t['plugins']['requires'])
94 return reqs
96 def load_required_plugins(self, reqs, parser, args, remaining):
104 for r in reqs:
/linux-master/include/trace/events/
H A Drpcrdma.h1435 unsigned int reqs
1438 TP_ARGS(r_xprt, reqs),
1441 __field(unsigned int, reqs)
1447 __entry->reqs = reqs;
1452 TP_printk("peer=[%s]:%s %u reqs",
1453 __get_str(addr), __get_str(port), __entry->reqs
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type.h3623 u32 reqs; member in struct:ixgbe_mbx_stats
H A Dixgbe_mbx.c237 hw->mbx.stats.reqs++;
418 mbx->stats.reqs = 0;
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_power_well.c310 u32 reqs; local
323 (reqs = hsw_power_well_requesters(dev_priv, regs, pw_idx)), 1);
330 !!(reqs & 1), !!(reqs & 2), !!(reqs & 4), !!(reqs & 8));
/linux-master/tools/testing/selftests/iommu/
H A Diommufd_utils.h222 static int _test_cmd_hwpt_invalidate(int fd, __u32 hwpt_id, void *reqs, argument
230 .data_uptr = (uint64_t)reqs,
239 #define test_cmd_hwpt_invalidate(hwpt_id, reqs, data_type, lreq, nreqs) \
242 _test_cmd_hwpt_invalidate(self->fd, hwpt_id, reqs, \
245 #define test_err_hwpt_invalidate(_errno, hwpt_id, reqs, data_type, lreq, \
249 self->fd, hwpt_id, reqs, \
/linux-master/fs/cachefiles/
H A Ddaemon.c116 xa_init_flags(&cache->reqs, XA_FLAGS_ALLOC);
138 struct xarray *xa = &cache->reqs;
165 xa_destroy(&cache->reqs);
359 XA_STATE(xas, &cache->reqs, 0);
367 if (!xa_empty(&cache->reqs)) {
H A Dondemand.c15 XA_STATE(xas, &cache->reqs, 0);
17 xa_lock(&cache->reqs);
29 xa_unlock(&cache->reqs);
93 req = xa_erase(&cache->reqs, id);
146 req = xa_erase(&cache->reqs, id);
189 XA_STATE(xas, &cache->reqs, 0);
305 XA_STATE(xas, &cache->reqs, cache->req_id_next);
307 xa_lock(&cache->reqs);
319 xa_unlock(&cache->reqs);
327 xa_unlock(&cache->reqs);
[all...]
H A Dinternal.h126 struct xarray reqs; /* xarray of pending on-demand requests */ member in struct:cachefiles_cache
/linux-master/drivers/scsi/isci/
H A Drequest.c3397 ireq = ihost->reqs[ISCI_TAG_TCI(tag)];
/linux-master/drivers/dma/
H A Dtegra210-adma.c44 #define TEGRA186_ADMA_CH_CONFIG_OUTSTANDING_REQS(reqs) (reqs << 4)
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dusb.c436 struct brcmf_usbreq *req, *reqs; local
438 reqs = kcalloc(qsize, sizeof(struct brcmf_usbreq), GFP_ATOMIC);
439 if (reqs == NULL)
442 req = reqs;
453 return reqs;
462 kfree(reqs);
/linux-master/sound/pci/hda/
H A Dpatch_ca0132.c180 int reqs[EFFECT_VALS_MAX_COUNT]; /*effect module request*/ member in struct:ct_effect
194 .reqs = {0, 1},
202 .reqs = {7, 8},
210 .reqs = {2, 3},
218 .reqs = {4, 5, 6},
226 .reqs = {24, 23, 25},
234 .reqs = {9, 10, 11, 12, 13, 14,
245 .reqs = {0, 1, 2, 3},
253 .reqs = {6, 7, 8, 9},
261 .reqs
424 int reqs[VOICEFX_MAX_PARAM_COUNT]; /*effect module request*/ member in struct:ct_voicefx
520 int reqs[EQ_PRESET_MAX_PARAM_COUNT]; /*effect module request*/ member in struct:ct_eq
715 unsigned int reqs[3]; /* scp req ID */ member in struct:ct_dsp_volume_ctl
[all...]
/linux-master/lib/
H A Dtest_firmware.c68 * @reqs: stores all requests information
116 struct test_batched_req *reqs; member in struct:test_config
174 if (!test_fw_config->reqs)
178 req = &test_fw_config->reqs[i];
189 vfree(test_fw_config->reqs);
190 test_fw_config->reqs = NULL;
239 test_fw_config->reqs = NULL;
493 if (test_fw_config->reqs) {
540 if (test_fw_config->reqs) {
570 if (test_fw_config->reqs) {
[all...]

Completed in 395 milliseconds

123