Home
last modified time | relevance | path

Searched +full:non +full:- +full:specified (Results 1 – 25 of 1102) sorted by relevance

12345678910>>...45

/kernel/linux/linux-5.10/arch/s390/include/asm/
Dscsw.h1 /* SPDX-License-Identifier: GPL-2.0 */
17 * struct cmd_scsw - command-mode subchannel status word
24 * @isic: initial-status interruption control
25 * @alcc: address-limit checking control
26 * @ssi: suppress-suspended interruption
63 * struct tm_scsw - transport-mode subchannel status word
68 * @x: IRB-format control
69 * @q: interrogate-complete
79 * @schxs: subchannel-extended status
105 * struct eadm_scsw - subchannel status word for eadm subchannels
[all …]
/kernel/linux/linux-6.6/arch/s390/include/asm/
Dscsw.h1 /* SPDX-License-Identifier: GPL-2.0 */
17 * struct cmd_scsw - command-mode subchannel status word
24 * @isic: initial-status interruption control
25 * @alcc: address-limit checking control
26 * @ssi: suppress-suspended interruption
63 * struct tm_scsw - transport-mode subchannel status word
68 * @x: IRB-format control
69 * @q: interrogate-complete
79 * @schxs: subchannel-extended status
105 * struct eadm_scsw - subchannel status word for eadm subchannels
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/sapphirerapids/
Duncore-cache.json223 "BriefDescription": "Multi-socket cacheline Directory state lookups; Snoop Not Needed",
227 …"PublicDescription": "Counts transactions that looked into the multi-socket cacheline Directory st…
232 "BriefDescription": "Multi-socket cacheline Directory state lookups; Snoop Needed",
236 …"PublicDescription": "Counts transactions that looked into the multi-socket cacheline Directory s…
241 …"BriefDescription": "Multi-socket cacheline Directory state updates; Directory Updated memory writ…
245 …"PublicDescription": "Counts only multi-socket cacheline Directory state updates memory writes iss…
250 …"BriefDescription": "Multi-socket cacheline Directory state updates; Directory Updated memory writ…
254 …"PublicDescription": "Counts only multi-socket cacheline Directory state updates due to memory wri…
281 …s from a remote socket which hit in the HitME cache (used to cache the multi-socket Directory stat…
396 …"PublicDescription": "Counts when a normal (Non-Isochronous) read is issued to any of the memory c…
[all …]
/kernel/linux/linux-6.6/fs/smb/client/
Dsmberr.h1 /* SPDX-License-Identifier: LGPL-2.1 */
43 only, attempt to delete a non-empty
46 specified was not recognized by the
57 #define ERRbaddrive 15 /* Invalid drive specified. */
64 more files matching the specified
68 #define ERRbadshare 32 /* The sharing mode specified for an
72 existing lock or specified an
106 #define ERRerror 1 /* Non-specific error code. It is
113 #define ERRbadpw 2 /* Bad password - name/password pair in
120 specified context for requested
[all …]
/kernel/linux/linux-5.10/fs/cifs/
Dsmberr.h22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
56 only, attempt to delete a non-empty
59 specified was not recognized by the
70 #define ERRbaddrive 15 /* Invalid drive specified. */
77 more files matching the specified
81 #define ERRbadshare 32 /* The sharing mode specified for an
85 existing lock or specified an
119 #define ERRerror 1 /* Non-specific error code. It is
126 #define ERRbadpw 2 /* Bad password - name/password pair in
133 specified context for requested
[all …]
/kernel/linux/linux-5.10/kernel/rcu/
Drcu_segcblist.c1 // SPDX-License-Identifier: GPL-2.0+
20 rclp->head = NULL; in rcu_cblist_init()
21 rclp->tail = &rclp->head; in rcu_cblist_init()
22 rclp->len = 0; in rcu_cblist_init()
26 * Enqueue an rcu_head structure onto the specified callback list.
30 *rclp->tail = rhp; in rcu_cblist_enqueue()
31 rclp->tail = &rhp->next; in rcu_cblist_enqueue()
32 WRITE_ONCE(rclp->len, rclp->len + 1); in rcu_cblist_enqueue()
37 * any contents of the first. If rhp is non-NULL, enqueue it as the sole
39 * rcu_cblist structure, if initially non-empty, always appears non-empty
[all …]
/kernel/linux/linux-5.10/Documentation/leds/
Dledtrig-transient.rst56 non-transient state. When driver gets suspended, irrespective of the transient
71 - duration allows setting timer value in msecs. The initial value is 0.
72 - activate allows activating and deactivating the timer specified by
75 - state allows user to specify a transient state to be held for the specified
79 - one shot timer activate mechanism.
84 activate state indicates a timer with a value of specified
90 - one shot timer value. When activate is set, duration value
96 - transient state to be held. It has two values 0 or 1. 0 maps
97 to LED_OFF and 1 maps to LED_FULL. The specified state is
99 state gets changed to the non-transient state which is the
[all …]
/kernel/linux/linux-6.6/Documentation/leds/
Dledtrig-transient.rst56 non-transient state. When driver gets suspended, irrespective of the transient
71 - duration allows setting timer value in msecs. The initial value is 0.
72 - activate allows activating and deactivating the timer specified by
75 - state allows user to specify a transient state to be held for the specified
79 - one shot timer activate mechanism.
84 activate state indicates a timer with a value of specified
90 - one shot timer value. When activate is set, duration value
96 - transient state to be held. It has two values 0 or 1. 0 maps
97 to LED_OFF and 1 maps to LED_FULL. The specified state is
99 state gets changed to the non-transient state which is the
[all …]
/kernel/linux/linux-6.6/kernel/rcu/
Drcu_segcblist.c1 // SPDX-License-Identifier: GPL-2.0+
20 rclp->head = NULL; in rcu_cblist_init()
21 rclp->tail = &rclp->head; in rcu_cblist_init()
22 rclp->len = 0; in rcu_cblist_init()
26 * Enqueue an rcu_head structure onto the specified callback list.
30 *rclp->tail = rhp; in rcu_cblist_enqueue()
31 rclp->tail = &rhp->next; in rcu_cblist_enqueue()
32 WRITE_ONCE(rclp->len, rclp->len + 1); in rcu_cblist_enqueue()
37 * any contents of the first. If rhp is non-NULL, enqueue it as the sole
39 * rcu_cblist structure, if initially non-empty, always appears non-empty
[all …]
/kernel/liteos_m/kernel/include/
Dlos_memory.h2 * Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
3 * Copyright (c) 2020-2022 Huawei Device Co., Ltd. All rights reserved.
126 * @brief Free memory nodes allocated by the specified task.
130 * <li>This API is used to free all memory nodes allocated by the specified task.</li>
155 * @brief Initialize multiple non-continuous memory regions.
159 …* <li>This API is used to initialize multiple non-continuous memory regions. If the starting addre…
160 …* specified, the memory regions will be linked to the pool as free nodes. Otherwise, the first me…
166 …* <li>If the starting address of a memory pool is specified, the start address of the non-continuo…
168 * <li>The multiple non-continuous memory regions shouldn't conflict with each other.</li>
171 …* @param pool [IN] The memory pool address. If NULL is specified, the start address of f…
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/mmc/
Dmmc-controller.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/mmc/mmc-controller.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Ulf Hansson <ulf.hansson@linaro.org>
25 "#address-cells":
30 "#size-cells":
37 broken-cd:
42 cd-gpios:
47 non-removable:
[all …]
/kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/apei/
Deinj.rst1 .. SPDX-License-Identifier: GPL-2.0
15 which shows that the BIOS is exposing an EINJ table - it is the
39 - available_error_type
47 0x00000002 Processor Uncorrectable non-fatal
50 0x00000010 Memory Uncorrectable non-fatal
54 0x00000100 PCI Express Uncorrectable non-fatal
56 0x00000400 Platform Uncorrectable non-fatal
63 - error_type
68 - error_inject
71 sure you have specified all necessary error parameters, i.e. this
[all …]
/kernel/linux/linux-6.6/Documentation/firmware-guide/acpi/apei/
Deinj.rst1 .. SPDX-License-Identifier: GPL-2.0
15 which shows that the BIOS is exposing an EINJ table - it is the
39 - available_error_type
47 0x00000002 Processor Uncorrectable non-fatal
50 0x00000010 Memory Uncorrectable non-fatal
53 0x00000080 PCI Express Uncorrectable non-fatal
56 0x00000400 Platform Uncorrectable non-fatal
63 - error_type
68 - error_inject
71 sure you have specified all necessary error parameters, i.e. this
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/
Dmmc-controller.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/mmc/mmc-controller.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Ulf Hansson <ulf.hansson@linaro.org>
25 "#address-cells":
30 "#size-cells":
37 broken-cd:
42 cd-gpios:
46 non-removable:
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/
Dsecure.txt15 can be supported by prefixing the property name with "secure-". So for
16 instance "secure-foo" would override "foo". For property names with
18 "vendor,secure-foo". If there is no "secure-" property then the Secure
19 world value is the same as specified for the Normal world by the
20 non-prefixed property. However, only the properties listed below may
21 validly have "secure-" versions; this list will be enlarged on a
22 case-by-case basis.
25 been annotated to indicate the presence of Secure-only devices can
26 still be processed unmodified by existing Non-secure software (and in
32 secure- bindings only need to be used where both the Secure and Normal
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/
Dsecure.txt15 can be supported by prefixing the property name with "secure-". So for
16 instance "secure-foo" would override "foo". For property names with
18 "vendor,secure-foo". If there is no "secure-" property then the Secure
19 world value is the same as specified for the Normal world by the
20 non-prefixed property. However, only the properties listed below may
21 validly have "secure-" versions; this list will be enlarged on a
22 case-by-case basis.
25 been annotated to indicate the presence of Secure-only devices can
26 still be processed unmodified by existing Non-secure software (and in
32 secure- bindings only need to be used where both the Secure and Normal
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/icelakex/
Duncore-cache.json1001 …ed in Counter 0. The filtering available is found in the control register - threshold, invert an…
1093 "BriefDescription": "Multi-socket cacheline directory state lookups : Snoop Not Needed",
1097 …"PublicDescription": "Multi-socket cacheline directory state lookups : Snoop Not Needed : Counts t…
1102 "BriefDescription": "Multi-socket cacheline directory state lookups : Snoop Needed",
1106 …"PublicDescription": "Multi-socket cacheline directory state lookups : Snoop Needed : Counts the n…
1111 …"BriefDescription": "Multi-socket cacheline directory state updates; memory write due to directory…
1115 …"PublicDescription": "Counts only multi-socket cacheline directory state updates memory writes iss…
1120 …"BriefDescription": "Multi-socket cacheline directory state updates; memory write due to directory…
1124 …"PublicDescription": "Counts only multi-socket cacheline directory state updates due to memory wri…
1147 "BriefDescription": "Distress signal asserted : DPT Stalled - IV",
[all …]
/kernel/linux/linux-6.6/include/rdma/
Diw_cm.h1 /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */
36 * iw_cm_handler - Function to be called by the IW CM when delivering events
46 * iw_event_handler - Function called by the provider when delivering provider
48 * or -errno if the event could not be processed.
97 * iw_create_cm_id - Create an IW CM identifier.
102 * @context: User specified context associated with the id.
108 * iw_destroy_cm_id - Destroy an IW CM identifier.
118 * iw_cm_listen - Listen for incoming connection requests on the
119 * specified IW CM id.
122 * @backlog: The maximum number of outstanding un-accepted inbound listen
[all …]
/kernel/linux/linux-6.6/include/uapi/linux/
Dblkzoned.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
23 * enum blk_zone_type - Types of zones allowed in a zoned device.
28 * @BLK_ZONE_TYPE_SEQWRITE_PREF: The zone can be written non-sequentially
39 * enum blk_zone_cond - Condition [state] of a zone in a zoned device.
49 * @BLK_ZONE_COND_READONLY: The zone is read-only.
54 * - ZC1: Empty | BLK_ZONE_COND_EMPTY
55 * - ZC2: Implicit Open | BLK_ZONE_COND_IMP_OPEN
56 * - ZC3: Explicit Open | BLK_ZONE_COND_EXP_OPEN
57 * - ZC4: Closed | BLK_ZONE_COND_CLOSED
58 * - ZC5: Full | BLK_ZONE_COND_FULL
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dblkzoned.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
23 * enum blk_zone_type - Types of zones allowed in a zoned device.
28 * @BLK_ZONE_TYPE_SEQWRITE_PREF: The zone can be written non-sequentially
39 * enum blk_zone_cond - Condition [state] of a zone in a zoned device.
49 * @BLK_ZONE_COND_READONLY: The zone is read-only.
54 * - ZC1: Empty | BLK_ZONE_COND_EMPTY
55 * - ZC2: Implicit Open | BLK_ZONE_COND_IMP_OPEN
56 * - ZC3: Explicit Open | BLK_ZONE_COND_EXP_OPEN
57 * - ZC4: Closed | BLK_ZONE_COND_CLOSED
58 * - ZC5: Full | BLK_ZONE_COND_FULL
[all …]
/kernel/linux/linux-5.10/include/rdma/
Diw_cm.h1 /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */
36 * iw_cm_handler - Function to be called by the IW CM when delivering events
46 * iw_event_handler - Function called by the provider when delivering provider
48 * or -errno if the event could not be processed.
96 * iw_create_cm_id - Create an IW CM identifier.
101 * @context: User specified context associated with the id.
107 * iw_destroy_cm_id - Destroy an IW CM identifier.
117 * iw_cm_bind_qp - Unbind the specified IW CM identifier and QP
130 * iw_cm_get_qp - Return the ib_qp associated with a QPN
138 * iw_cm_listen - Listen for incoming connection requests on the
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/mm/
Dhugetlbpage.rst15 256M and ppc64 supports 4K and 16M. A TLB is a cache of virtual-to-physical
87 Once a number of huge pages have been pre-allocated to the kernel huge page
100 be specified in bytes with optional scale suffix [kKmMgG]. The default huge
107 parameter to preallocate a number of huge pages of the specified
108 size. Hence, hugepagesz and hugepages are typically specified in
113 hugepagesz can only be specified once on the command line for a
122 specified, it can not be overwritten by a hugepagesz,hugepages
135 only be specified once on the command line. default_hugepagesz can
138 sized huge pages to preallocate can also be implicitly specified as
150 indicates the current number of pre-allocated huge pages of the default size.
[all …]
/kernel/linux/linux-5.10/drivers/s390/cio/
Ddevice_ops.c1 // SPDX-License-Identifier: GPL-1.0+
30 * ccw_device_set_options_mask() - set some options and unset the rest
34 * All flags specified in @flags are set, all flags not specified in @flags
37 * %0 on success, -%EINVAL on an invalid flag combination.
46 return -EINVAL; in ccw_device_set_options_mask()
47 cdev->private->options.fast = (flags & CCWDEV_EARLY_NOTIFICATION) != 0; in ccw_device_set_options_mask()
48 cdev->private->options.repall = (flags & CCWDEV_REPORT_ALL) != 0; in ccw_device_set_options_mask()
49 cdev->private->options.pgroup = (flags & CCWDEV_DO_PATHGROUP) != 0; in ccw_device_set_options_mask()
50 cdev->private->options.force = (flags & CCWDEV_ALLOW_FORCE) != 0; in ccw_device_set_options_mask()
51 cdev->private->options.mpath = (flags & CCWDEV_DO_MULTIPATH) != 0; in ccw_device_set_options_mask()
[all …]
/kernel/linux/linux-6.6/drivers/s390/cio/
Ddevice_ops.c1 // SPDX-License-Identifier: GPL-1.0+
30 * ccw_device_set_options_mask() - set some options and unset the rest
34 * All flags specified in @flags are set, all flags not specified in @flags
37 * %0 on success, -%EINVAL on an invalid flag combination.
46 return -EINVAL; in ccw_device_set_options_mask()
47 cdev->private->options.fast = (flags & CCWDEV_EARLY_NOTIFICATION) != 0; in ccw_device_set_options_mask()
48 cdev->private->options.repall = (flags & CCWDEV_REPORT_ALL) != 0; in ccw_device_set_options_mask()
49 cdev->private->options.pgroup = (flags & CCWDEV_DO_PATHGROUP) != 0; in ccw_device_set_options_mask()
50 cdev->private->options.force = (flags & CCWDEV_ALLOW_FORCE) != 0; in ccw_device_set_options_mask()
51 cdev->private->options.mpath = (flags & CCWDEV_DO_MULTIPATH) != 0; in ccw_device_set_options_mask()
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/hwmon/
Dntc-thermistor.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2 ---
3 $id: http://devicetree.org/schemas/hwmon/ntc-thermistor.yaml#
4 $schema: http://devicetree.org/meta-schemas/core.yaml#
9 - Linus Walleij <linus.walleij@linaro.org>
13 vary in resistance in an often non-linear way in relation to temperature.
16 temperature is non-linear, software drivers most often need to use a look
20 pull-up resistor or/and a pull-down resistor and a fixed voltage like this:
22 + e.g. 5V = pull-up voltage (puv)
24 +-+
[all …]

12345678910>>...45