Home
last modified time | relevance | path

Searched +full:fine +full:- +full:grained (Results 1 – 25 of 213) sorted by relevance

123456789

/kernel/linux/linux-6.6/drivers/powercap/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
34 fine grained control. These domains include processor package, DRAM
49 fine grained control. These domains include processor package, DRAM
/kernel/linux/linux-6.6/Documentation/scsi/
Dscsi_eh.rst1 .. SPDX-License-Identifier: GPL-2.0
14 [1-1] struct scsi_cmnd
15 [1-2] How do scmd's get completed?
16 [1-2-1] Completing a scmd w/ scsi_done
17 [1-2-2] Completing a scmd w/ timeout
18 [1-3] How EH takes over
20 [2-1] EH through fine-grained callbacks
21 [2-1-1] Overview
22 [2-1-2] Flow of scmds through EH
23 [2-1-3] Flow of control
[all …]
/kernel/linux/linux-5.10/Documentation/scsi/
Dscsi_eh.rst1 .. SPDX-License-Identifier: GPL-2.0
14 [1-1] struct scsi_cmnd
15 [1-2] How do scmd's get completed?
16 [1-2-1] Completing a scmd w/ scsi_done
17 [1-2-2] Completing a scmd w/ timeout
18 [1-3] How EH takes over
20 [2-1] EH through fine-grained callbacks
21 [2-1-1] Overview
22 [2-1-2] Flow of scmds through EH
23 [2-1-3] Flow of control
[all …]
/kernel/linux/linux-6.6/include/linux/
Dlru_cache.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
7 Copyright (C) 2003-2008, LINBIT Information Technologies GmbH.
8 Copyright (C) 2003-2008, Philipp Reisner <philipp.reisner@linbit.com>.
9 Copyright (C) 2003-2008, Lars Ellenberg <lars.ellenberg@linbit.com>.
24 This header file (and its .c file; kernel-doc of functions see there)
42 we need to resync all regions that have been target of in-flight WRITE IO
48 This is known as "write intent log", and can be implemented as on-disk
49 (coarse or fine grained) bitmap, or other meta data.
53 in-flight WRITE IO, e.g. by only lazily clearing the on-disk write-intent
64 [*] usually as a result of a cluster split-brain and insufficient protection.
[all …]
/kernel/linux/linux-5.10/include/linux/
Dlru_cache.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
7 Copyright (C) 2003-2008, LINBIT Information Technologies GmbH.
8 Copyright (C) 2003-2008, Philipp Reisner <philipp.reisner@linbit.com>.
9 Copyright (C) 2003-2008, Lars Ellenberg <lars.ellenberg@linbit.com>.
24 This header file (and its .c file; kernel-doc of functions see there)
42 we need to resync all regions that have been target of in-flight WRITE IO
48 This is known as "write intent log", and can be implemented as on-disk
49 (coarse or fine grained) bitmap, or other meta data.
53 in-flight WRITE IO, e.g. by only lazily clearing the on-disk write-intent
64 [*] usually as a result of a cluster split-brain and insufficient protection.
[all …]
/kernel/linux/linux-6.6/fs/nfsd/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
20 You may choose to use a user-space NFS server instead, in which
24 user space programs which can be found in the Linux nfs-utils
25 package, available from http://linux-nfs.org/. More detail about
41 NFSv2 (RFC 1094) was the first publicly-released version of NFS.
68 To store ACLs on your NFS server, you also need to enable ACL-
88 space programs which can be found in the Linux nfs-utils package,
89 available from http://linux-nfs.org/.
118 the server and the clients. See draft-ietf-nfsv4-scsi-layout for
132 draft-ietf-nfsv4-flex-files for more details.
[all …]
/kernel/linux/linux-5.10/fs/nfsd/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
18 You may choose to use a user-space NFS server instead, in which
22 user space programs which can be found in the Linux nfs-utils
23 package, available from http://linux-nfs.org/. More detail about
65 To store ACLs on your NFS server, you also need to enable ACL-
85 space programs which can be found in the Linux nfs-utils package,
86 available from http://linux-nfs.org/.
116 the server and the clients. See draft-ietf-nfsv4-scsi-layout for
130 draft-ietf-nfsv4-flex-files for more details.
133 to be a flex file server - it is for testing the client,
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_modeset_lock.c32 * As KMS moves toward more fine grained locking, and atomic ioctl where
34 * to use &ww_mutex and acquire-contexts to avoid deadlocks. But because
36 * of extra utility/tracking out of our acquire-ctx. This is provided
39 * For basic principles of &ww_mutex, see: Documentation/locking/ww-mutex-design.rst
47 * if (ret == -EDEADLK) {
70 * On top of these per-object locks using &ww_mutex there's also an overall
81 * drm_modeset_lock_all - take all modeset locks
84 * This function takes all modeset locks, suitable where a more fine-grained
97 struct drm_mode_config *config = &dev->mode_config; in drm_modeset_lock_all()
105 mutex_lock(&config->mutex); in drm_modeset_lock_all()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/
Dpwm-regulator.txt7 predefined voltage <=> duty-cycle values must be
10 Intermediary duty-cycle values which would normally
11 allow finer grained voltage selection are ignored and
13 the user if the assumptions made in continuous-voltage
18 regulator-{min,max}-microvolt properties to calculate
19 appropriate duty-cycle values. This allows for a much
20 more fine grained solution when compared with
21 voltage-table mode above. This solution does make an
22 assumption that a %50 duty-cycle value will cause the
27 --------------------
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/hwmon/
Dmax6650.txt4 [1] https://datasheets.maximintegrated.com/en/ds/MAX6650-MAX6651.pdf
7 - compatible : One of "maxim,max6650" or "maxim,max6651"
8 - reg : I2C address, one of 0x1b, 0x1f, 0x4b, 0x48.
11 - maxim,fan-microvolt : The supply voltage of the fan, either 5000000 uV or
13 - maxim,fan-prescale : Pre-scaling value, as per datasheet [1]. Lower values
14 allow more fine-grained control of slower fans.
16 - maxim,fan-target-rpm: Initial requested fan rotation speed. If specified, the
17 driver selects closed-loop mode and the requested speed.
22 fan-max6650: max6650@1b {
25 maxim,fan-microvolt = <12000000>;
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/hwmon/
Dmax6650.txt4 [1] https://datasheets.maximintegrated.com/en/ds/MAX6650-MAX6651.pdf
7 - compatible : One of "maxim,max6650" or "maxim,max6651"
8 - reg : I2C address, one of 0x1b, 0x1f, 0x4b, 0x48.
11 - maxim,fan-microvolt : The supply voltage of the fan, either 5000000 uV or
13 - maxim,fan-prescale : Pre-scaling value, as per datasheet [1]. Lower values
14 allow more fine-grained control of slower fans.
16 - maxim,fan-target-rpm: Initial requested fan rotation speed. If specified, the
17 driver selects closed-loop mode and the requested speed.
22 fan-max6650: max6650@1b {
25 maxim,fan-microvolt = <12000000>;
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/
Ddrm_modeset_lock.c33 * As KMS moves toward more fine grained locking, and atomic ioctl where
35 * to use &ww_mutex and acquire-contexts to avoid deadlocks. But because
37 * of extra utility/tracking out of our acquire-ctx. This is provided
40 * For basic principles of &ww_mutex, see: Documentation/locking/ww-mutex-design.rst
48 * if (ret == -EDEADLK) {
71 * On top of these per-object locks using &ww_mutex there's also an overall
129 * drm_modeset_lock_all - take all modeset locks
132 * This function takes all modeset locks, suitable where a more fine-grained
145 struct drm_mode_config *config = &dev->mode_config; in drm_modeset_lock_all()
153 mutex_lock(&config->mutex); in drm_modeset_lock_all()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/loongson/
Dlsdc_probe.c1 // SPDX-License-Identifier: GPL-2.0+
29 * We can achieve fine-grained control with the information about the host.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/regulator/
Dpwm-regulator.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/regulator/pwm-regulator.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Brian Norris <briannorris@chromium.org>
11 - Lee Jones <lee@kernel.org>
12 - Alexandre Courbot <acourbot@nvidia.com>
19 duty-cycle values must be provided via DT. Limitations are that the
21 Intermediary duty-cycle values which would normally allow finer grained
23 is given to the user if the assumptions made in continuous-voltage mode do
[all …]
/kernel/linux/linux-5.10/drivers/powercap/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
34 fine grained control. These domains include processor package, DRAM
/kernel/linux/linux-5.10/arch/arc/include/asm/
Dbarrier.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com)
12 * ARCv2 based HS38 cores are in-order issue, but still weakly ordered
13 * due to micro-arch buffering/queuing of load/store, cache hit vs. miss ...
16 * - Operand supports fine grained load/store/load+store semantics
17 * - Ensures that selected memory operation issued before it will complete
19 * - DMB guarantees SMP as well as local barrier semantics
20 * (asm-generic/barrier.h ensures sane smp_*mb if not defined here, i.e.
22 * - DSYNC provides DMB+completion_of_cache_bpu_maintenance_ops hence not needed
42 #include <asm-generic/barrier.h>
/kernel/linux/linux-6.6/arch/arc/include/asm/
Dbarrier.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com)
12 * ARCv2 based HS38 cores are in-order issue, but still weakly ordered
13 * due to micro-arch buffering/queuing of load/store, cache hit vs. miss ...
16 * - Operand supports fine grained load/store/load+store semantics
17 * - Ensures that selected memory operation issued before it will complete
19 * - DMB guarantees SMP as well as local barrier semantics
20 * (asm-generic/barrier.h ensures sane smp_*mb if not defined here, i.e.
22 * - DSYNC provides DMB+completion_of_cache_bpu_maintenance_ops hence not needed
42 #include <asm-generic/barrier.h>
/kernel/linux/linux-6.6/Documentation/tools/rv/
Drv.rst1 .. SPDX-License-Identifier: GPL-2.0
6 --------------------
8 --------------------
22 Instead of relying on a fine-grained model of a system (e.g., a
23 re-implementation a instruction level), RV works by analyzing the trace
44 **-h**, **--help**
53 **rv-list**\(1), **rv-mon**\(1)
/kernel/linux/linux-6.6/include/linux/mfd/
Drohm-bd957x.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
18 * - I2C/thermal,
19 * - Over voltage protection
20 * - Short-circuit protection
21 * - Over current protection
22 * - Over voltage detection
23 * - Under voltage detection
24 * - Under voltage protection
25 * - 'system interrupt'.
28 * information - for example which of the regulators have over-voltage.
[all …]
/kernel/linux/linux-5.10/net/openvswitch/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
21 expected in a traditional hardware switch, it enables fine-grained
22 programmatic extension and flow-based control of the network. This
24 particularly important in multi-server virtualization deployments,
28 The Open vSwitch datapath provides an in-kernel fast path for packet
29 forwarding. It is complemented by a userspace daemon, ovs-vswitchd,
/kernel/linux/linux-6.6/net/openvswitch/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
23 expected in a traditional hardware switch, it enables fine-grained
24 programmatic extension and flow-based control of the network. This
26 particularly important in multi-server virtualization deployments,
30 The Open vSwitch datapath provides an in-kernel fast path for packet
31 forwarding. It is complemented by a userspace daemon, ovs-vswitchd,
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/
Ddcn30_clk_mgr_smu_msg.c43 CTX->logger
65 } while (max_retries--); in dcn30_smu_wait_for_response()
239 * Bits 7:0 - number of DPM levels
240 * Bit 28 - 1 = auto DPM on
241 * Bit 29 - 1 = sweep DPM on
242 * Bit 30 - 1 = forced DPM on
243 * Bit 31 - 0 = discrete, 1 = fine-grained
245 * With fine-grained DPM, only min and max frequencies will be reported
/kernel/linux/linux-5.10/security/apparmor/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
50 provide fine grained control of the debug options that are
85 to the KUnit documentation in Documentation/dev-tools/kunit/.
/kernel/linux/linux-6.6/drivers/block/zram/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
16 See Documentation/admin-guide/blockdev/zram.rst for more information.
24 bool "lzo-rle"
51 default "lzo-rle" if ZRAM_DEF_COMP_LZORLE
70 See Documentation/admin-guide/blockdev/zram.rst for more information.
77 entry (page), which can be used for a more fine grained IDLE
89 See Documentation/admin-guide/blockdev/zram.rst for more information.
95 This will enable multi-compression streams, so that ZRAM can
96 re-compress pages using a potentially slower but more effective
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/
Ddcn30_clk_mgr_smu_msg.c46 CTX->logger
68 } while (max_retries--); in dcn30_smu_wait_for_response()
249 * Bits 7:0 - number of DPM levels
250 * Bit 28 - 1 = auto DPM on
251 * Bit 29 - 1 = sweep DPM on
252 * Bit 30 - 1 = forced DPM on
253 * Bit 31 - 0 = discrete, 1 = fine-grained
255 * With fine-grained DPM, only min and max frequencies will be reported

123456789