Searched refs:used (Results 176 - 200 of 636) sorted by last modified time

1234567891011>>

/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etf.c176 bool used = false; local
225 used = true;
235 used = false;
241 if (!used)
/linux-master/drivers/bus/mhi/host/
H A Dmain.c742 WARN_ON(!buf_info->used);
762 buf_info->used = false;
1219 WARN_ON(buf_info->used);
/linux-master/arch/loongarch/include/asm/
H A Dpercpu.h20 # error compiler support for the model attribute is necessary when a recent assembler is used
/linux-master/drivers/s390/virtio/
H A Dvirtio_ccw.c131 dma64_t used; member in struct:vq_info_block
498 info->info_block->s.used = 0;
607 info->info_block->s.used = u64_to_dma64(virtqueue_get_used_addr(vq));
/linux-master/drivers/s390/scsi/
H A Dzfcp_qdio.c57 int used; local
61 used = QDIO_MAX_BUFFERS_PER_Q - atomic_read(&qdio->req_q_free);
62 qdio->req_q_util += used * span;
415 /* cleanup used outbound sbals */
/linux-master/tools/testing/ktest/
H A Dktest.pl383 # Options may be used by other options, record them.
386 # default variables that can be used
493 menu must be a non-nested menu. Add the quotes used in the menu
495 of \$GRUB_MENU that is found will be used.
502 If grub2 is used, the full path for the grub.cfg file is placed
507 If syslinux is used, the label that boots the target kernel must
517 # used with process_expression()
823 # This could be an option that is used later, save
1318 print "The following option$s not used; could be a typo:\n";
1770 # used b
[all...]
/linux-master/drivers/vhost/
H A Dvdpa.c726 (u64)(uintptr_t)vq->used))
/linux-master/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.c101 struct vring_used *used = (struct vring_used *) local
106 true, desc, avail, used);
109 true, desc, avail, used);
/linux-master/drivers/vdpa/pds/
H A Dvdpa_dev.c179 u16 used; local
190 used = state->packed.last_used_idx |
193 /* The avail and used index are stored with the packed wrap
200 used ^= PDS_VDPA_PACKED_INVERT_IDX;
205 * the current used index the next time the vq is kicked.
207 used = avail;
210 if (used != avail) {
211 dev_dbg(dev, "Setting used equal to avail, for interoperability\n");
212 used = avail;
216 pdsv->vqs[qid].used_idx = used;
229 u16 used; local
[all...]
/linux-master/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c101 * other end is vqqp used by the driver. cq is where completions are
585 /* Use vector 0 by default. Consider adding code to choose least used
1093 /* Two QPs are used by each virtqueue. One is used by the driver and one by
1094 * firmware. The fw argument indicates whether the subjected QP is the one used
1390 if (!ent->used) {
1399 ent->used = true;
1415 irqp->entries[i].used = false;
3707 * We used to clear _F_MAC feature bit if seeing
/linux-master/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c51 * J_KEY for kernel contexts when TID RDMA is used.
253 * Therefore, when priv->pkts_ps is used to calculate req->cur_seg
311 * qp_to_rcd - determine the receive context used by a qp
467 * is no longer being used.
1214 "unexpected odd allocation cnt %u map 0x%x used %u",
1215 cnt, grp->map, grp->used);
1221 grp->base, grp->map, grp->used, cnt);
1231 * these groups will move from group->full without affecting used
1232 * 2. If more TID's are needed allocate from used (will move from used
1242 struct tid_group *group = NULL, *used; local
[all...]
/linux-master/include/linux/
H A Dnfs_xdr.h61 __u64 used; member in struct:nfs_fattr::__anon858::__anon860
209 struct nfs4_slot *sr_slot; /* slot used to send request */
655 unsigned int replen; /* used by read */
657 const u32 * bitmask; /* used by write */
658 u32 bitmask_store[NFS_BITMASK_SZ]; /* used by write */
659 enum nfs3_stable_how stable; /* used by write */
671 unsigned int replen; /* used by read */
672 int eof; /* used by read */
673 void * scratch; /* used by read */
676 struct nfs_writeverf * verf; /* used b
[all...]
H A Dhisi_acc_qm.h402 atomic_t used; member in struct:hisi_qp_status
/linux-master/fs/nfs/
H A Dinternal.h62 * Value used if the user did not specify a port value.
724 * Calculate the number of 512byte blocks used.
728 blkcnt_t used = (tsize + 511) >> 9; local
729 return (used > ULONG_MAX) ? ULONG_MAX : used;
910 * If a zero value is set, then autobind will be used.
/linux-master/fs/ext4/
H A Dinode.c243 * special handling of symlinks here because i_size is used to
333 int used, int quota_claim)
339 trace_ext4_da_update_reserve_space(inode, used, quota_claim);
340 if (unlikely(used > ei->i_reserved_data_blocks)) {
341 ext4_warning(inode->i_sb, "%s: ino %lu, used %d "
343 __func__, inode->i_ino, used,
346 used = ei->i_reserved_data_blocks;
350 ei->i_reserved_data_blocks -= used;
351 percpu_counter_sub(&sbi->s_dirtyclusters_counter, used);
357 dquot_claim_block(inode, EXT4_C2B(sbi, used));
332 ext4_da_update_reserve_space(struct inode *inode, int used, int quota_claim) argument
[all...]
/linux-master/fs/bcachefs/
H A Dxattr.c234 size_t used; member in struct:xattr_buf
245 if (buf->used + total_len > buf->len)
248 memcpy(buf->buf + buf->used, prefix, prefix_len);
249 memcpy(buf->buf + buf->used + prefix_len,
251 buf->buf[buf->used + prefix_len + name_len] = '\0';
254 buf->used += total_len;
348 return buf.used;
H A Dbtree_update.h206 trans->fs_usage_deltas->used = 0;
/linux-master/drivers/staging/media/atomisp/i2c/
H A Dgc2235.h134 bool used; member in struct:gc2235_resolution
530 .used = 0,
543 .used = 0,
555 .used = 0,
578 .used = 0,
590 .used = 0,
602 .used = 0,
620 .used = 0,
632 .used = 0,
/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_hw.h144 * @ref_bufs_used: Bitfield of used reference buffers
278 bool used; member in struct:hantro_av1_frame_ref
362 * @init: If needed, can be used for initialization.
364 * @exit: If needed, can be used to undo the .init phase.
/linux-master/drivers/media/platform/qcom/venus/
H A Dcore.h359 bool used; member in struct:venus_ts_metadata
373 * @list: used for attach an instance to the core
401 * @subscriptions: used to hold current events subscriptions
402 * @buf_count: used to count number of buffers (reqbuf(0))
431 * @hprop: a union used as a holder by get property
/linux-master/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg.c6 * The multi-planar buffers API is used.
22 * was fully tested to work. Context switching is not used by the driver.
27 * used slot, and then validating it. The encoder has an additional descriptor
750 if (!slot_data->used)
792 jpeg->slot_data.used = true;
818 jpeg->slot_data.used = false;
848 jpeg->slot_data.used = false;
912 if (!jpeg->slot_data.used)
1421 if (ctx->mxc_jpeg->slot_data.used) {
H A Dmxc-jpeg.h112 bool used; member in struct:mxc_jpeg_slot_data
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec.h42 * @used: Capture buffer contain decoded frame data and keep in
56 bool used; member in struct:mtk_video_dec_buf
/linux-master/arch/sparc/mm/
H A Dsrmmu.c171 srmmu_nocache_map.used << SRMMU_NOCACHE_BITMAP_SHIFT);
381 /* context handling - a dynamically sized pool is used */
992 "nocache used\t: %d\n",
996 srmmu_nocache_map.used << SRMMU_NOCACHE_BITMAP_SHIFT);
/linux-master/tools/perf/util/
H A Dstat.h31 bool used; member in struct:perf_stat_aggr
36 /* used for repeated runs */
42 /* used for group read */

Completed in 345 milliseconds

1234567891011>>