| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | striped.rst | 6 device across one or more underlying devices. Data is written in "chunks", 7 with consecutive chunks rotating among the underlying devices. This can 13 Number of underlying devices. 18 Full pathname to the underlying block-device, or a 23 One or more underlying devices can be specified. The striped device size must 24 be a multiple of the chunk size multiplied by the number of underlying devices. 33 # Create a striped device across any number of underlying devices. The device
|
| H A D | dm-ebs.rst | 13 Underlying block size can be set to > 4K to test buffering larger units. 18 <dev path> <offset> <emulated sectors> [<underlying sectors>] 23 Full pathname to the underlying block-device, 43 offset 1024 sectors with underlying devices block size automatically set: 48 offset 128 sectors, enforce 2KiB underlying device block size.
|
| H A D | writecache.rst | 18 2. the underlying device that will be cached 48 underlying device 54 - some underlying devices perform better with fua, some 74 to the underlying device
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | overlayfs.rst | 32 In the special case of all overlay layers on the same underlying 34 filesystem and st_ino from the underlying filesystem. This will 40 underlying filesystem, the same compliant behavior could be achieved 42 identifier from the real object st_ino and an underlying fsid index. 44 If all underlying filesystems support NFS file handles and export file 46 will use the high inode number bits for fsid. Even when the underlying 49 case of underlying filesystems like xfs and tmpfs, which use 64bit inode 51 the underlying inode number does overflow into the high xino bits, overlay 210 underlying directory (upper or lower). 317 compared to direct access on underlying lower or upper filesystems [all …]
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | README.txt | 13 X11 windows and native windows of the underlying window server to 17 the underlying window server. The layer is referred to as "generic" 18 because it abstracts away the details of the underlying window system and 23 layer to interact with the underlying window system. 32 confusion, an on-screen native window of the underlying window system 39 If the underlying window system does not provide a backing buffer for 59 The specifics of the underlying window system are provided to the 88 the underlying window server. Most operations will be buffered until 91 o ROOTLESS_RESIZE_GRAVITY: If the underlying window system supports it, 116 the API of the underlying window system. This underlying API may not [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-grgpio.c | 45 /* Structure for an irq of the core - called an underlying irq */ 48 u8 uirq; /* Underlying irq of the gpio driver */ 53 * used to map to the corresponding underlying irq. 68 * The grgpio core can have multiple "underlying" irqs. The gpio lines 69 * can be mapped to any one or none of these underlying irqs 76 * This array contains information on each underlying irq, each 85 * the irq to the underlying irq by pointing into the uirqs array. 205 * For each gpio line, call its interrupt handler if it its underlying in grgpio_irq_handler() 252 /* Request underlying irq if not already requested */ in grgpio_irq_map() 261 "Could not request underlying irq %d\n", in grgpio_irq_map() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-ebs-target.c | 23 struct dm_dev *dev; /* Underlying device to emulate block size on. */ 31 unsigned int u_bs; /* Underlying block size in sectors retrievd from/set on lower layer device. */ 33 bool u_bs_set:1; /* Flag to indicate underlying block size is set on table line. */ 149 * Partial first underlying block (__nr_blocks() may have in __ebs_discard_bio() 157 /* Partial last underlying block if any. */ in __ebs_discard_bio() 239 * <dev_path>: path of the underlying device 242 * [<ubs>]: underlying block size in units of 512 bytes imposed on the lower layer; 243 * optional, if not supplied, retrieve logical block size from underlying device 283 ti->error = "Invalid underlying block size"; in ebs_ctr() 302 ti->error = "Invalid retrieved underlying block size"; in ebs_ctr() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | ec.h | 222 * \return NID of the underlying field type OID. 314 * \param p BIGNUM with the polynomial defining the underlying field 325 * \param p BIGNUM for the polynomial defining the underlying field 380 * \param p BIGNUM with the polynomial defining the underlying field 421 * \param group EC_GROUP the underlying EC_GROUP object 446 * \param group underlying the EC_GROUP object 458 * \param group underlying EC_GROUP object 465 * \param group underlying EC_GROUP object 479 * \param group underlying EC_GROUP object 493 * \param group underlying EC_GROUP object [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/device-mapper/ |
| H A D | dm-bow.txt | 7 utility over the underlying device. 17 propagated to the underlying device. 19 State 1: All writes to the device cause the underlying data to be backed up to 34 dm-bow takes one command line parameter, the name of the underlying device. 37 suitable underlying device and the resultant device will be mounted. A file
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | stl_queue.h | 75 * @tparam _Sequence Type of underlying sequence, defaults to deque<_Tp>. in _GLIBCXX_VISIBILITY() 86 * The second template parameter defines the type of the underlying in _GLIBCXX_VISIBILITY() 133 "value_type must be the same as the underlying container"); in _GLIBCXX_VISIBILITY() 152 /// @c c is the underlying container. in _GLIBCXX_VISIBILITY() 262 * underlying sequence. in _GLIBCXX_VISIBILITY() 290 * The time complexity of the operation depends on the underlying in _GLIBCXX_VISIBILITY() 338 * underlying sequence type, but the expected rules are: this relation is in _GLIBCXX_VISIBILITY() 354 * depend on the underlying sequence type, but the expected rules in _GLIBCXX_VISIBILITY() 420 * @tparam _Sequence Type of underlying sequence, defaults to vector<_Tp>. in _GLIBCXX_VISIBILITY() 430 * The second template parameter defines the type of the underlying in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | stl_stack.h | 75 * @tparam _Sequence Type of underlying sequence, defaults to deque<_Tp>. in _GLIBCXX_VISIBILITY() 87 * The second template parameter defines the type of the underlying in _GLIBCXX_VISIBILITY() 135 "value_type must be the same as the underlying container"); in _GLIBCXX_VISIBILITY() 236 * underlying sequence. in _GLIBCXX_VISIBILITY() 265 * underlying sequence. in _GLIBCXX_VISIBILITY() 312 * depend on the underlying sequence type, but the expected rules in _GLIBCXX_VISIBILITY() 329 * depend on the underlying sequence type, but the expected rules in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | stl_queue.h | 75 * @tparam _Sequence Type of underlying sequence, defaults to deque<_Tp>. in _GLIBCXX_VISIBILITY() 86 * The second template parameter defines the type of the underlying in _GLIBCXX_VISIBILITY() 133 "value_type must be the same as the underlying container"); in _GLIBCXX_VISIBILITY() 152 /// @c c is the underlying container. in _GLIBCXX_VISIBILITY() 262 * underlying sequence. in _GLIBCXX_VISIBILITY() 290 * The time complexity of the operation depends on the underlying in _GLIBCXX_VISIBILITY() 338 * underlying sequence type, but the expected rules are: this relation is in _GLIBCXX_VISIBILITY() 354 * depend on the underlying sequence type, but the expected rules in _GLIBCXX_VISIBILITY() 420 * @tparam _Sequence Type of underlying sequence, defaults to vector<_Tp>. in _GLIBCXX_VISIBILITY() 430 * The second template parameter defines the type of the underlying in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | stl_stack.h | 75 * @tparam _Sequence Type of underlying sequence, defaults to deque<_Tp>. in _GLIBCXX_VISIBILITY() 87 * The second template parameter defines the type of the underlying in _GLIBCXX_VISIBILITY() 135 "value_type must be the same as the underlying container"); in _GLIBCXX_VISIBILITY() 236 * underlying sequence. in _GLIBCXX_VISIBILITY() 265 * underlying sequence. in _GLIBCXX_VISIBILITY() 312 * depend on the underlying sequence type, but the expected rules in _GLIBCXX_VISIBILITY() 329 * depend on the underlying sequence type, but the expected rules in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/core/ |
| H A D | scoped_enum.hpp | 38 * Casts a scoped enum to its underlying type. 40 …ful when working with scoped enum classes, which doens't implicitly convert to the underlying type. 42 * @returns The underlying type. 113 * @param UnderlyingType The underlying type. 157 * Starts a declaration of a scoped enum with the default int underlying type.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/ |
| H A D | stdio_filebuf.h | 110 * @return The underlying file descriptor. in _GLIBCXX_VISIBILITY() 113 * used to access the underlying POSIX file descriptor. Note that in _GLIBCXX_VISIBILITY() 121 * @return The underlying FILE*. in _GLIBCXX_VISIBILITY() 123 * This function can be used to access the underlying "C" file pointer. in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/ |
| H A D | stdio_filebuf.h | 110 * @return The underlying file descriptor. in _GLIBCXX_VISIBILITY() 113 * used to access the underlying POSIX file descriptor. Note that in _GLIBCXX_VISIBILITY() 121 * @return The underlying FILE*. in _GLIBCXX_VISIBILITY() 123 * This function can be used to access the underlying "C" file pointer. in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_simple_kms_helper.h | 59 * It is called when the underlying crtc is enabled. 69 * It is called when the underlying crtc is disabled. 78 * specifically when the underlying plane is checked. 97 * This function is called when the underlying plane state is updated.
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | hwspinlock.h | 171 * This function attempts to lock the underlying hwspinlock, and will 192 * This function attempts to lock the underlying hwspinlock, and will 269 * This function locks the underlying @hwlock. If the @hwlock 292 * This function locks the underlying @hwlock. If the @hwlock 315 * This function locks the underlying @hwlock. If the @hwlock 338 * This function locks the underlying @hwlock. If the @hwlock 360 * This function locks the underlying @hwlock. If the @hwlock
|
| /OK3568_Linux_fs/kernel/drivers/net/ipa/ |
| H A D | ipa_interrupt.h | 22 * for an AP RX endpoint whose underlying GSI channel is suspended/stopped. 70 * be delivered to the endpoint because it is suspended (or its underlying 98 * that occurs if aggregation is active on an endpoint when its underlying
|
| /OK3568_Linux_fs/kernel/include/xen/interface/io/ |
| H A D | blkif.h | 89 * the underlying block-device hardware. The boolean simply indicates whether 98 * info. A flush will ask the underlying storage hardware to flush its 102 * with BLKIF_RSP_EOPNOTSUPP if it is unsupported by the underlying 116 * the underlying block-device hardware. The boolean simply indicates whether 121 * Discard operation is a request for the underlying block device to mark 129 * underlying block device supports trim (ATA) or unmap (SCSI) operations,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | nist_kw.h | 101 * \return cipher-specific error code on failure of the underlying cipher. 111 * and underlying cipher sub-context. 136 * \return cipher-specific error code on failure of the underlying cipher. 163 * \return cipher-specific error code on failure of the underlying cipher.
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | nist_kw.h | 101 * \return cipher-specific error code on failure of the underlying cipher. 111 * and underlying cipher sub-context. 136 * \return cipher-specific error code on failure of the underlying cipher. 163 * \return cipher-specific error code on failure of the underlying cipher.
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | nist_kw.h | 101 * \return cipher-specific error code on failure of the underlying cipher. 111 * and underlying cipher sub-context. 136 * \return cipher-specific error code on failure of the underlying cipher. 163 * \return cipher-specific error code on failure of the underlying cipher.
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | nist_kw.h | 101 * \return cipher-specific error code on failure of the underlying cipher. 111 * and underlying cipher sub-context. 136 * \return cipher-specific error code on failure of the underlying cipher. 163 * \return cipher-specific error code on failure of the underlying cipher.
|
| /OK3568_Linux_fs/buildroot/package/luaposix/ |
| H A D | Config.in | 10 underlying system, so it won't work on non-POSIX systems. 12 of the underlying system and bind only available APIs.
|