Home
last modified time | relevance | path

Searched +full:cache +full:- +full:op +full:- +full:block +full:- +full:size (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/freebsd-src/sys/contrib/openzfs/man/man8/
H A Dzdb.826 .Op Fl AbcdDFGhikLMNPsTvXYy
27 .Op Fl e Oo Fl V Oc Oo Fl p Ar path Oc Ns …
28 .Op Fl I Ar inflight-I/O-ops
30 .Op Fl t Ar txg
31 .Op Fl U Ar cache
32 .Op Fl x Ar dumpdir
33 .Op F
[all...]
H A Dzpool-iostat.89 .\" or https://opensource.org/licenses/CDDL-1.0.
27 .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved.
34 .Nm zpool-iostat
43 .Op Ar interval Op Ar count
86 .Bl -tag -width Ds
87 .It Fl c Op Ar SCRIPT1 Ns Oo , Ns Ar SCRIPT2 Oc Ns …
130 Blank or NULL values are printed as a '-' to make output AWKable.
133 .Bl -tag -compact -width "VDEV_ENC_SYSFS_PATH"
165 This can be used to look up the current block device name regardless of the
179 Print request size histograms for the leaf vdev's I/O.
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/riscv/
H A Dcpus.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR MIT)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: RISC-V CPUs
10 - Paul Walmsley <paul.walmsley@sifive.com>
11 - Palme
[all...]
/freebsd-src/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c1 /*-
2 * Copyright (c) 2013-2019, Mellanox Technologies, Ltd. All rights reserved.
32 #include <linux/dma-mapping.h>
36 #include <linux/io-mapping.h>
43 static int mlx5_copy_from_msg(void *to, struct mlx5_cmd_msg *from, int size);
107 return ERR_PTR(-ENOMEM); in alloc_cmd()
109 ent->in = in; in alloc_cmd()
110 ent->uin_size = uin_size; in alloc_cmd()
111 ent->out = out; in alloc_cmd()
112 ent->uou in alloc_cmd()
195 verify_block_sig(struct mlx5_cmd_prot_block * block) verify_block_sig() argument
206 calc_block_sig(struct mlx5_cmd_prot_block * block,u8 token,int csum) calc_block_sig() argument
223 struct mlx5_cmd_prot_block *block; calc_chain_sig() local
286 struct mlx5_cmd_prot_block *block; verify_signature() local
302 dump_buf(void * buf,int size,int data_only,int offset) dump_buf() argument
323 mlx5_internal_err_ret_value(struct mlx5_core_dev * dev,u16 op,u32 * synd,u8 * status) mlx5_internal_err_ret_value() argument
719 u16 op = MLX5_GET(mbox_in, ent->lay->in, opcode); dump_command() local
752 struct mlx5_cmd_prot_block *block; dump_command() local
989 u16 op; mlx5_cmd_invoke() local
1044 mlx5_copy_to_msg(struct mlx5_cmd_msg * to,void * from,size_t size) mlx5_copy_to_msg() argument
1058 struct mlx5_cmd_prot_block *block; mlx5_copy_to_msg() local
1070 mlx5_copy_from_msg(void * to,struct mlx5_cmd_msg * from,int size) mlx5_copy_from_msg() argument
1084 struct mlx5_cmd_prot_block *block; mlx5_copy_from_msg() local
1097 mlx5_alloc_cmd_msg(struct mlx5_core_dev * dev,gfp_t flags,size_t size) mlx5_alloc_cmd_msg() argument
1112 struct mlx5_cmd_prot_block *block; mlx5_alloc_cmd_msg() local
[all...]
/freebsd-src/usr.sbin/ctladm/
H A Dctladm.83 .\" Copyright (c) 2015-2021 Alexander Motin <mav@FreeBSD.org>
36 .\" $Id: //depot/users/kenm/FreeBSD-test2/usr.sbin/ctladm/ctladm.8#3 $
72 .Aq Fl f Ar file|-
82 .Aq Fl f Ar file|-
98 .Op Fl c Ar size
133 .Op Fl s Ar len fmt Op Ar args
197 .Aq Fl a | Fl c Ar connection-id | Fl i Ar name | Fl p Ar portal
200 .Aq Fl a | Fl c Ar connection-id | Fl i Ar name | Fl p Ar portal
207 .Aq Fl a | Fl c Ar controller-id | Fl h Ar name
218 some meta-commands that utilize
[all …]
/freebsd-src/usr.sbin/mfiutil/
H A Dmfiutil.839 .Op Fl D Ar device
40 .Op Fl t Ar type
41 .Op Fl u Ar unit
44 .Op Fl D Ar device
45 .Op Fl t Ar type
46 .Op Fl u Ar unit
49 .Op Fl d
50 .Op Fl e
51 .Op Fl D Ar device
52 .Op F
[all...]
/freebsd-src/share/man/man4/
H A Dmtio.454 the name of the no-rewind devices.
68 will over write the second end-of-file marker.
80 .Bd -literal
93 /* structure for MTIOCTOP - mag tape op command */
100 #define MTWEOF 0 /* write an end-of-file record */
108 #define MTCACHE 8 /* enable controller cache */
109 #define MTNOCACHE 9 /* disable controller cache */
112 /* Set block size for device. If device is a variable size dev */
113 /* a non zero parameter will change the device to a fixed block size */
114 /* device with block size set to that of the parameter passed in. */
[all …]
/freebsd-src/sys/fs/nfsclient/
H A Dnfs_clbio.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
70 static struct buf *nfs_getcacheblk(struct vnode *vp, daddr_t bn, int size,
76 * Vnode op for VM getpages.
88 return (off / vp->v_bufobj.bo_bsize); in ncl_gbp_getblkno()
100 nsize = np->n_size; in ncl_gbp_getblksz()
103 biosize = vp->v_bufobj.bo_bsize; in ncl_gbp_getblksz()
108 bcount = nsize - (off_t)lbn * biosize; in ncl_gbp_getblksz()
116 int i, error, nextoff, size, toff, count, npages; in ncl_getpages() local
129 vp = ap->a_vp; in ncl_getpages()
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1 //===- LazyValueInfo.cpp - Value constraint analysis --------
1310 usesOperand(User * Usr,Value * Op) usesOperand() argument
1326 constantFoldUser(User * Usr,Value * Op,const APInt & OpConstVal,const DataLayout & DL) constantFoldUser() argument
1415 Value *Op = Usr->getOperand(i); getEdgeValueLocal() local
[all...]
H A DAssumptionCache.cpp1 //===- AssumptionCache.cpp - Cache finding @llvm.assume calls -------
72 Value *Op; findAffectedValues() local
[all...]
H A DMemoryDependenceAnalysis.cpp1 //===- MemoryDependenceAnalysis.cpp - Mem Deps Implementation --------
737 AssertSorted(MemoryDependenceResults::NonLocalDepInfo & Cache,int Count=-1) AssertSorted() argument
752 NonLocalDepInfo &Cache = CacheP.first; getNonLocalCallDependency() local
936 getNonLocalInfoForBlock(Instruction * QueryInst,const MemoryLocation & Loc,bool isLoad,BasicBlock * BB,NonLocalDepInfo * Cache,unsigned NumSortedEntries,BatchAAResults & BatchAA) getNonLocalInfoForBlock() argument
1021 SortNonLocalDepInfoCache(MemoryDependenceResults::NonLocalDepInfo & Cache,unsigned NumSortedEntries) SortNonLocalDepInfoCache() argument
1157 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps; getNonLocalPointerDepFromBB() local
[all...]
/freebsd-src/sys/powerpc/include/
H A Dhid.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
52 #define HID0_RISEG 0x00080000 /* Read I-SEG */
58 #define HID0_ICE 0x00008000 /* Enable i-cache */
59 #define HID0_DCE 0x00004000 /* Enable d-cache */
60 #define HID0_ILOCK 0x00002000 /* i-cache lock */
61 #define HID0_DLOCK 0x00001000 /* d-cache lock */
62 #define HID0_ICFI 0x00000800 /* i-cache flush invalidate */
63 #define HID0_DCFI 0x00000400 /* d-cache flush invalidate */
64 #define HID0_SPD 0x00000200 /* Disable speculative cache access */
[all …]
/freebsd-src/sys/sys/
H A Dmtio.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
44 /* structure for MTIOCTOP - mag tape op command */
51 #define MTWEOF 0 /* write an end-of-file record */
59 #define MTCACHE 8 /* enable controller cache */
60 #define MTNOCACHE 9 /* disable controller cache */
63 /* Set block size for device. If device is a variable size dev */
64 /* a non zero parameter will change the device to a fixed block size */
65 /* device with block size set to that of the parameter passed in. */
66 /* Resetting the block size to 0 will restore the device to a variable */
[all …]
H A Dbuf.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
79 * b_bufsize, b_bcount. b_bufsize is the allocation size of the
81 * originally requested buffer size and can serve as a bounds check
92 * V - Protected by owning bufobj lock
93 * Q - Protected by the buf queue lock
94 * D - Protecte
549 bread(vp,blkno,size,cred,bpp) global() argument
552 bread_gb(vp,blkno,size,cred,gbflags,bpp) global() argument
555 breadn(vp,blkno,size,rablkno,rabsize,cnt,cred,bpp) global() argument
[all...]
/freebsd-src/sys/dev/virtio/block/
H A Dvirtio_blk.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
35 #define VIRTIO_BLK_F_SIZE_MAX 0x0002 /* Indicates maximum segment size */
38 #define VIRTIO_BLK_F_RO 0x0020 /* Disk is read-only */
39 #define VIRTIO_BLK_F_BLK_SIZE 0x0040 /* Block size of disk is available*/
57 /* The capacity (in 512-byte sectors). */
59 /* The maximum segment size (if VIRTIO_BLK_F_SIZE_MAX) */
70 /* Block size of device (if VIRTIO_BLK_F_BLK_SIZE) */
75 /* Exponent for physical block per logical block. */
79 /* Minimum I/O size without performance penalty in logical
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1 //===- llvm/Analysis/ScalarEvolution.h - Scalar Evolution -------*-
[all...]
/freebsd-src/lib/libpmc/pmu-events/arch/powerpc/power9/
H A Dother.json45 …"BriefDescription": "The processor's data cache was reloaded from a location other than the local …
65 "BriefDescription": "Read-write data cache collisions"
75 … "BriefDescription": "Data ERAT Miss (Data TLB Access) page size 16G (hpt mode) or 1G (radix mode)"
85 …iefDescription": "A radix translation attempt missed in the TLB and all levels of page walk cache."
90 "BriefDescription": "D-cache invalidates sent over the reload bus to the core"
95 …"BriefDescription": "The processor's Instruction cache was reloaded from the local chip's Memory d…
145 …"BriefDescription": "The processor's data cache was reloaded from local core's L2 with load hit st…
200 "BriefDescription": "Read-write data cache collisions"
255 …"BriefDescription": "The processor's data cache was reloaded from local core's L2 with load hit st…
280-word boundary, which causes it to require an additional slice than than what normally would be re…
[all …]
/freebsd-src/sys/nlm/
H A Dnlm_advlock.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
60 int ns_svid; /* on-the-wire SVID for this file */
77 struct vnode *vp, int op, struct flock *fl, int flags,
78 int svid, size_t fhlen, void *fh, off_t size, bool_t reclaim);
81 struct vnode *vp, int op, struct flock *fl, int flags,
82 int svid, size_t fhlen, void *fh, off_t size);
85 struct vnode *vp, int op, struct flock *fl, int flags,
86 int svid, size_t fhlen, void *fh, off_t size);
91 rpcvers_t vers, size_t fhlen, void *fh, off_t size,
[all …]
/freebsd-src/sys/fs/fuse/
H A Dfuse_internal.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 2007-2009 Google Inc. and Amit Singh
117 &fuse_lookup_cache_hits, "number of positive cache hits in lookup");
120 &fuse_lookup_cache_misses, "number of cache misses in lookup");
138 * Check the entry cache timeout. We have to do this within fusefs in fuse_internal_get_cached_vnode()
144 if (bintime_cmp(&(VTOFUD(*vpp)->entry_cache_timeou in fuse_internal_get_cached_vnode()
377 int op = FUSE_FSYNC; fuse_internal_fsync() local
691 fuse_internal_remove(struct vnode * dvp,struct vnode * vp,struct componentname * cnp,enum fuse_opcode op) fuse_internal_remove() argument
775 fuse_internal_newentry_makerequest(struct mount * mp,uint64_t dnid,struct componentname * cnp,enum fuse_opcode op,void * buf,size_t bufsize,struct fuse_dispatcher * fdip) fuse_internal_newentry_makerequest() argument
830 fuse_internal_newentry(struct vnode * dvp,struct vnode ** vpp,struct componentname * cnp,enum fuse_opcode op,void * buf,size_t bufsize,__enum_uint8 (vtype)vtype) fuse_internal_newentry() argument
[all...]
/freebsd-src/sys/arm/arm/
H A Dbusdma_machdep.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2012-2015 Ian Lepore
32 * From i386/busdma_machdep.c 191438 2009-04-23 20:24:19Z jhb
162 static void dma_preread_safe(vm_offset_t va, vm_paddr_t pa, vm_size_t size);
163 static void dma_dcache_sync(struct sync_list *sl, bus_dmasync_op_t op);
165 static busdma_bufalloc_t coherent_allocator; /* Cache of coherent buffers */
166 static busdma_bufalloc_t standard_allocator; /* Cache of standard buffers */
170 #define dmat_alignment(dmat) ((dmat)->alignment)
172 #define dmat_boundary(dmat) ((dmat)->boundary)
[all …]
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dlz4.c2 LZ4 - Fast LZ compression algorithm
3 Copyright (C) 2011-present, Yann Collet.
5 BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
31 - LZ4 homepage : http://www.lz4.org
32 - LZ4 source repository : https://github.com/lz4/lz4
56 * typically improves speed, due to cache effect (ex: L1 32KB for Intel,
57 * L1 64KB for AMD). Memory usage formula : N->2^(N+2) Bytes
58 * (examples : 12 -> 16KB ; 17 -> 512KB)
87 /*-************************************
92 * Unfortunately, on some target/compiler combinations, the generated assembly is sub-optimal.
[all …]
/freebsd-src/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c2 * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
5 * This source code is licensed under both the BSD-style license (found in the
8 * You may select, at your option, one of the above-listed licenses.
12 * this module takes care of decompressing _compressed_ block */
14 /*-*******************************************************
50 /*-*************************************************************
51 * Block decoding
55 * Provides the size of compressed block from block header `src` */
63 bpPtr->lastBlock = cBlockHeader & 1; in ZSTD_getcBlockSize()
64 bpPtr->blockType = (blockType_e)((cBlockHeader >> 1) & 3); in ZSTD_getcBlockSize()
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1 //===- RewriteStatepointsForGC.cpp - Make GC relocations explicit --------
353 findBaseDefiningValueOfVector(Value * I,DefiningValueMapTy & Cache,IsKnownBaseMapTy & KnownBases) findBaseDefiningValueOfVector() argument
451 findBaseDefiningValue(Value * I,DefiningValueMapTy & Cache,IsKnownBaseMapTy & KnownBases) findBaseDefiningValue() argument
625 findBaseDefiningValueCached(Value * I,DefiningValueMapTy & Cache,IsKnownBaseMapTy & KnownBases) findBaseDefiningValueCached() argument
642 findBaseOrBDV(Value * I,DefiningValueMapTy & Cache,IsKnownBaseMapTy & KnownBases) findBaseOrBDV() argument
806 findBasePointer(Value * I,DefiningValueMapTy & Cache,IsKnownBaseMapTy & KnownBases) findBasePointer() argument
943 __anon64c521960a02(Value *Op) findBasePointer() argument
1028 __anon64c521960d02(Value *Op) findBasePointer() argument
[all...]
/freebsd-src/sys/arm64/arm64/
H A Dbusdma_bounce.c1 /*-
3 * Copyright (c) 2015-2016 The FreeBSD Foundation
125 #define dmat_alignment(dmat) ((dmat)->common.alignment)
126 #define dmat_bounce_flags(dmat) ((dmat)->bounce_flags)
127 #define dmat_boundary(dmat) ((dmat)->common.boundary)
128 #define dmat_domain(dmat) ((dmat)->common.domain)
129 #define dmat_flags(dmat) ((dmat)->common.flags)
130 #define dmat_highaddr(dmat) ((dmat)->common.highaddr)
131 #define dmat_lowaddr(dmat) ((dmat)->common.lowaddr)
132 #define dmat_lockfunc(dmat) ((dmat)->commo
184 cacheline_bounce(bus_dma_tag_t dmat,bus_dmamap_t map,bus_addr_t paddr,bus_size_t size) cacheline_bounce() argument
209 might_bounce(bus_dma_tag_t dmat,bus_dmamap_t map,bus_addr_t paddr,bus_size_t size) might_bounce() argument
230 must_bounce(bus_dma_tag_t dmat,bus_dmamap_t map,bus_addr_t paddr,bus_size_t size) must_bounce() argument
947 dma_preread_safe(char * va,vm_size_t size) dma_preread_safe() argument
962 dma_dcache_sync(struct sync_list * sl,bus_dmasync_op_t op) dma_dcache_sync() argument
968 bus_size_t size; dma_dcache_sync() local
1023 bounce_bus_dmamap_sync(bus_dma_tag_t dmat,bus_dmamap_t map,bus_dmasync_op_t op) bounce_bus_dmamap_sync() argument
[all...]
/freebsd-src/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c5 * This source code is licensed under both the BSD-style license (found in the
8 * You may select, at your option, one of the above-listed licenses.
12 * this module takes care of decompressing _compressed_ block */
14 /*-*******************************************************
50 /*-*************************************************************
51 * Block decoding
55 * Provides the size of compressed block from block header `src` */
63 bpPtr->lastBlock = cBlockHeader & 1; in ZSTD_getcBlockSize()
64 bpPtr->blockType = (blockType_e)((cBlockHeader >> 1) & 3); in ZSTD_getcBlockSize()
65 bpPtr->origSize = cSize; /* only useful for RLE */ in ZSTD_getcBlockSize()
[all …]

12345678910>>...13