Home
last modified time | relevance | path

Searched full:element (Results 1 – 25 of 1845) sorted by relevance

12345678910>>...74

/linux-6.12.1/mm/
Dmempool.c24 static void poison_error(mempool_t *pool, void *element, size_t size, in poison_error() argument
32 pr_err("BUG: mempool element poison mismatch\n"); in poison_error()
34 pr_err(" nr=%d @ %p: %s0x", nr, element, start > 0 ? "... " : ""); in poison_error()
36 pr_cont("%x ", *(u8 *)(element + i)); in poison_error()
41 static void __check_element(mempool_t *pool, void *element, size_t size) in __check_element() argument
43 u8 *obj = element; in __check_element()
50 poison_error(pool, element, size, i); in __check_element()
57 static void check_element(mempool_t *pool, void *element) in check_element() argument
59 /* Skip checking: KASAN might save its metadata in the element. */ in check_element()
65 __check_element(pool, element, (size_t)pool->pool_data); in check_element()
[all …]
/linux-6.12.1/drivers/gpu/drm/msm/registers/
Drules-fd.xsd22 <element name="database" type="rng:databaseType" />
23 <element name="import" type="rng:importType" />
24 <element name="copyright" type="rng:copyrightType" />
25 <element name="domain" type="rng:domainType" />
26 <element name="array" type="rng:arrayType" />
27 <element name="stripe" type="rng:stripeType" />
28 <element name="reg64" type="rng:registerType" />
29 <element name="reg32" type="rng:registerType" />
30 <element name="bitset" type="rng:bitsetType" />
31 <element name="bitfield" type="rng:bitfieldType" />
[all …]
/linux-6.12.1/security/tomoyo/
Dgc.c33 …* tomoyo_struct_used_by_io_buffer - Check whether the list element is used by /sys/kernel/security…
35 * @element: Pointer to "struct list_head".
37 * Returns true if @element is used by /sys/kernel/security/tomoyo/ users,
40 static bool tomoyo_struct_used_by_io_buffer(const struct list_head *element) in tomoyo_struct_used_by_io_buffer() argument
50 if (head->r.domain == element || head->r.group == element || in tomoyo_struct_used_by_io_buffer()
51 head->r.acl == element || &head->w.domain->list == element) in tomoyo_struct_used_by_io_buffer()
105 * @element: Pointer to "struct list_head".
109 static inline void tomoyo_del_transition_control(struct list_head *element) in tomoyo_del_transition_control() argument
112 container_of(element, typeof(*ptr), head.list); in tomoyo_del_transition_control()
121 * @element: Pointer to "struct list_head".
[all …]
/linux-6.12.1/include/uapi/linux/
Dchio.h9 /* changer element types */
10 #define CHET_MT 0 /* media transport element (robot) */
11 #define CHET_ST 1 /* storage element (media slots) */
12 #define CHET_IE 2 /* import/export element */
13 #define CHET_DT 3 /* data transfer element (tape/cdrom/whatever) */
25 * query vendor-specific element types
27 * accessing elements works by specifing type and unit of the element.
33 int cp_curpicker; /* current transport element */
54 * move a medium from one element to another
57 int cm_fromtype; /* type/unit of source element */
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/rocketlake/
Dfloating-point.json12element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
16element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
21element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB MU…
25element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
30element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
34element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
39element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
43element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
48element. Applies to SSE* and AVX* packed single precision and packed double precision FP instruct…
52element. Applies to SSE* and AVX* packed single precision floating-point and packed double precis…
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/tigerlake/
Dfloating-point.json12element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
16element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
21element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB MU…
25element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
30element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
34element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
39element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
43element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
48element. Applies to SSE* and AVX* packed single precision and packed double precision FP instruct…
52element. Applies to SSE* and AVX* packed single precision floating-point and packed double precis…
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/icelake/
Dfloating-point.json12element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
16element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
21element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB MU…
25element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
30element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
34element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
39element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
43element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
48element. Applies to SSE* and AVX* packed single precision and packed double precision FP instruct…
52element. Applies to SSE* and AVX* packed single precision floating-point and packed double precis…
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/icelakex/
Dfloating-point.json12element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
16element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
21element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB MU…
25element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
30element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
34element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
39element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
43element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
48element. Applies to SSE* and AVX* packed single precision and packed double precision FP instruct…
52element. Applies to SSE* and AVX* packed single precision floating-point and packed double precis…
[all …]
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dcore_acl_flex_keys.c14 * that will be used to store key/mask values. For each defined element type
73 elinfo = &mlxsw_afk_element_infos[elinst->element]; in mlxsw_afk_blocks_check()
113 int element_to_block[MLXSW_AFK_ELEMENT_MAX]; /* index is element, value
141 DECLARE_BITMAP(element, MLXSW_AFK_ELEMENT_MAX);
148 enum mlxsw_afk_element element) in mlxsw_afk_picker_count_hits() argument
160 if (elinst->element == element) { in mlxsw_afk_picker_count_hits()
161 __set_bit(element, picker[i].element); in mlxsw_afk_picker_count_hits()
176 memcpy(&hits_element, &picker[block_index].element, in mlxsw_afk_picker_subtract_hits()
181 if (__test_and_clear_bit(j, picker[i].element)) in mlxsw_afk_picker_subtract_hits()
208 enum mlxsw_afk_element element; in mlxsw_afk_picker_key_info_add() local
[all …]
Dcore_acl_flex_keys.h51 enum mlxsw_afk_element element; /* element ID */ member
53 struct mlxsw_item item; /* element geometry in internal storage */
58 .element = MLXSW_AFK_ELEMENT_##_element, \
78 struct mlxsw_afk_element_inst { /* element instance in actual block */
79 enum mlxsw_afk_element element; member
81 struct mlxsw_item item; /* element geometry in block */
91 .element = MLXSW_AFK_ELEMENT_##_element, \
144 #define mlxsw_afk_element_usage_for_each(element, elusage) \ argument
145 for_each_set_bit(element, (elusage)->usage, MLXSW_AFK_ELEMENT_MAX)
149 enum mlxsw_afk_element element) in mlxsw_afk_element_usage_add() argument
[all …]
/linux-6.12.1/drivers/acpi/acpica/
Duttrack.c15 * element contains the caller's component, module name, function name, and
17 * acpi_ut_track_allocation to add an element to the list; deletion
258 * 2) Element was found. Returns Allocation parameter.
259 * 3) Element was not found. Returns position where it should be
262 * DESCRIPTION: Searches for an element in the global allocation tracking list.
263 * If the element is not found, returns the location within the
264 * list where the element should be inserted.
281 struct acpi_debug_mem_block *element; in acpi_ut_find_allocation() local
283 element = acpi_gbl_global_list->list_head; in acpi_ut_find_allocation()
284 if (!element) { in acpi_ut_find_allocation()
[all …]
/linux-6.12.1/scripts/
Dasn1_compiler.c414 /* Can be a directive, type name or element in tokenise()
432 * it's an element name in tokenise()
681 struct element { struct
686 struct element *children; argument
687 struct element *next; argument
688 struct element *render_next; argument
689 struct element *list_next; argument
708 struct element *element; argument
798 static struct element *parse_type(struct token **_cursor, struct token *stop,
819 type->element = parse_type(&cursor, type[1].name, NULL); in parse()
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/graniterapids/
Dfloating-point.json77element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
81element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
86element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB MU…
90element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
95element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
99element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
104element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
108element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
113element. Applies to SSE* and AVX* packed single precision and packed double precision FP instruct…
117element. Applies to SSE* and AVX* packed single precision floating-point and packed double precis…
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/sapphirerapids/
Dfloating-point.json77element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
81element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
86element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB MU…
90element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
95element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
99element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
104element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
108element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
113element. Applies to SSE* and AVX* packed single precision and packed double precision FP instruct…
117element. Applies to SSE* and AVX* packed single precision floating-point and packed double precis…
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/emeraldrapids/
Dfloating-point.json77element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
81element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
86element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB MU…
90element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
95element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
99element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
104element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
108element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
113element. Applies to SSE* and AVX* packed single precision and packed double precision FP instruct…
117element. Applies to SSE* and AVX* packed single precision floating-point and packed double precis…
[all …]
/linux-6.12.1/arch/powerpc/include/asm/
Dguest-state-buffer.h16 /* Element without a value and any length */
171 * element
183 * struct kvmppc_gs_proc_table - deserialized process table information element
213 * struct kvmppc_gs_elem - serialized guest state buffer element
216 * @data: the guest state buffer element's value
241 * struct kvmppc_gs_bitmap - a bitmap for element ids
250 * struct kvmppc_gs_parser - a map of element ids to locations in a buffer
337 * Returns a pointer to the first element of the buffer data.
425 * @pos: set to current element
440 * kvmppc_gse_iden() - guest state ID of element
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/skylakex/
Dfloating-point.json7element. Applies to packed double precision floating-point instructions: ADD SUB HADD HSUB SUBADD…
16element. Applies to packed single precision floating-point instructions: ADD SUB HADD HSUB SUBADD…
25element. Applies to packed double precision floating-point instructions: ADD SUB HADD HSUB SUBADD…
34element. Applies to packed single precision floating-point instructions: ADD SUB HADD HSUB SUBADD…
39element. Applies to SSE* and AVX* packed single precision and packed double precision FP instruct…
43element. Applies to SSE* and AVX* packed single precision floating-point and packed double precis…
48element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB MU…
52element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB MU…
57element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB MU…
61element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB MU…
[all …]
/linux-6.12.1/include/linux/soc/ti/
Dk3-ringacc.h29 * stores credentials with each message, requiring the element size to be
43 * RA ring element's sizes in bytes.
63 * @elm_size: Ring element size
204 * k3_ringacc_ring_push - push element to the ring tail
206 * @elem: pointer on ring element buffer
208 * Push one ring element to the ring tail. Size of the ring element is
216 * k3_ringacc_ring_pop - pop element from the ring head
218 * @elem: pointer on ring element buffer
220 * Push one ring element from the ring head. Size of the ring element is
228 * k3_ringacc_ring_push_head - push element to the ring head
[all …]
/linux-6.12.1/lib/
Dlru_cache.c82 struct lc_element **element = NULL; in lc_create() local
100 element = kcalloc(e_count, sizeof(struct lc_element *), GFP_KERNEL); in lc_create()
101 if (!element) in lc_create()
119 lc->lc_element = element; in lc_create()
133 element[i] = e; in lc_create()
140 void *p = element[--i]; in lc_create()
145 kfree(element); in lc_create()
260 * lc_find - find element by label, if present in the hash table
262 * @enr: element number
264 * Returns the pointer to an element, if the element with the requested
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/cascadelakex/
Dfloating-point.json7element. Applies to packed double precision floating-point instructions: ADD SUB HADD HSUB SUBADD…
16element. Applies to packed single precision floating-point instructions: ADD SUB HADD HSUB SUBADD…
25element. Applies to packed double precision floating-point instructions: ADD SUB HADD HSUB SUBADD…
34element. Applies to packed single precision floating-point instructions: ADD SUB HADD HSUB SUBADD…
39element. Applies to SSE* and AVX* packed single precision and packed double precision FP instruct…
43element. Applies to SSE* and AVX* packed single precision floating-point and packed double precis…
48element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB MU…
52element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB MU…
57element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB MU…
61element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB MU…
[all …]
/linux-6.12.1/drivers/staging/media/atomisp/pci/base/circbuf/src/
Dcircbuf.c26 * @brief Read the oldest element from the circular buffer.
27 * Read the oldest element WITHOUT checking whether the
28 * circular buffer is empty or not. The oldest element is
33 * @return the oldest element.
45 * @param chunk_src The position at which the first element in the chunk is.
46 * @param chunk_dest The position to which the first element in the chunk would be shift.
53 * @brief Get the "val" field in the element.
55 * @param elem The pointer to the element.
114 /* read an element from the buffer */ in ia_css_circbuf_pop()
137 * Step 1: When the target element is at the "start" position. in ia_css_circbuf_extract()
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/alderlake/
Dfloating-point.json86element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
90element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
96element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB MU…
100element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
106element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
110element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
116element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
120element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
126element. Applies to SSE* and AVX* packed single precision and packed double precision FP instruct…
130element. Applies to SSE* and AVX* packed single precision floating-point and packed double precis…
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/broadwellde/
Dfloating-point.json3element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
7element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
12element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
16element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
21element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
25element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
30element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
34element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
39element. Applies to SSE* and AVX* packed single precision and packed double precision FP instruct…
43element. Applies to SSE* and AVX* packed single precision floating-point and packed double precis…
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/broadwell/
Dfloating-point.json3element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
7element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
12element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
16element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
21element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
25element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
30element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
34element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
39element. Applies to SSE* and AVX* packed single precision and packed double precision FP instruct…
43element. Applies to SSE* and AVX* packed single precision floating-point and packed double precis…
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/broadwellx/
Dfloating-point.json3element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
7element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
12element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
16element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
21element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
25element. Applies to SSE* and AVX* packed double precision floating-point instructions: ADD SUB HA…
30element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
34element. Applies to SSE* and AVX* packed single precision floating-point instructions: ADD SUB HA…
39element. Applies to SSE* and AVX* packed single precision and packed double precision FP instruct…
43element. Applies to SSE* and AVX* packed single precision floating-point and packed double precis…
[all …]

12345678910>>...74