Home
last modified time | relevance | path

Searched full:primitive (Results 1 – 25 of 403) sorted by relevance

12345678910>>...17

/kernel/linux/linux-5.10/net/llc/
Dllc_s_ac.c49 * primitive from the network layer. Verifies event is a primitive type of
50 * event. Verify the primitive is a UNITDATA REQUEST.
74 * primitive from the network layer. Verify event is a primitive type
75 * event. Verify the primitive is a XID REQUEST.
130 * primitive from the network layer. Verify event is a primitive type
131 * event; verify the primitive is a TEST REQUEST.
197 * primitive.
211 * primitive. Verify our event is a PDU type event.
/kernel/linux/linux-6.6/net/llc/
Dllc_s_ac.c69 * primitive from the network layer. Verifies event is a primitive type of
70 * event. Verify the primitive is a UNITDATA REQUEST.
89 * primitive from the network layer. Verify event is a primitive type
90 * event. Verify the primitive is a XID REQUEST.
140 * primitive from the network layer. Verify event is a primitive type
141 * event; verify the primitive is a TEST REQUEST.
202 * primitive.
216 * primitive. Verify our event is a PDU type event.
/kernel/linux/linux-5.10/include/linux/
Drculist.h107 * with another list-mutation primitive, such as list_add_rcu()
128 * with another list-mutation primitive, such as list_add_tail_rcu()
153 * with another list-mutation primitive, such as list_del_rcu()
185 * list-mutation primitive, such as hlist_add_head_rcu() or
312 * This primitive may safely run concurrently with the _rcu list-mutation
348 * This primitive may safely run concurrently with the _rcu list-mutation
367 * This primitive may safely run concurrently with the _rcu list-mutation
386 * This list-traversal primitive may safely run concurrently with
403 * This list-traversal primitive may safely run concurrently with
421 * This primitive may safely run concurrently with the _rcu
[all …]
Drculist_nulls.h28 * list-mutation primitive, such as hlist_nulls_add_head_rcu() or
68 * with another list-mutation primitive, such as hlist_nulls_add_head_rcu()
91 * with another list-mutation primitive, such as hlist_nulls_add_head_rcu()
97 * list-traversal primitive must be guarded by rcu_read_lock().
122 * with another list-mutation primitive, such as hlist_nulls_add_head_rcu()
128 * list-traversal primitive must be guarded by rcu_read_lock().
Drslib.h27 * @prim: Primitive element, index form
29 * @gfpoly: The primitive generator polynominal
90 * must be primitive;
93 * @prim: primitive element to generate polynomial roots
Drculist_bl.h40 * with another list-mutation primitive, such as hlist_bl_add_head_rcu()
63 * with another list-mutation primitive, such as hlist_bl_add_head_rcu()
69 * list-traversal primitive must be guarded by rcu_read_lock().
Dprocessor.h15 * cpu_relax, or any "spin" or sleep type of primitive including nested uses
43 * for the uncontended case before using this primitive.
/kernel/linux/linux-6.6/include/linux/
Drculist.h98 * with another list-mutation primitive, such as list_add_rcu()
119 * with another list-mutation primitive, such as list_add_tail_rcu()
144 * with another list-mutation primitive, such as list_del_rcu()
176 * list-mutation primitive, such as hlist_add_head_rcu() or
303 * This primitive may safely run concurrently with the _rcu list-mutation
347 * This primitive may safely run concurrently with the _rcu list-mutation
366 * This primitive may safely run concurrently with the _rcu list-mutation
385 * This list-traversal primitive may safely run concurrently with
402 * This list-traversal primitive may safely run concurrently with
420 * This primitive may safely run concurrently with the _rcu
[all …]
Drculist_nulls.h28 * list-mutation primitive, such as hlist_nulls_add_head_rcu() or
68 * with another list-mutation primitive, such as hlist_nulls_add_head_rcu()
91 * with another list-mutation primitive, such as hlist_nulls_add_head_rcu()
97 * list-traversal primitive must be guarded by rcu_read_lock().
122 * with another list-mutation primitive, such as hlist_nulls_add_head_rcu()
128 * list-traversal primitive must be guarded by rcu_read_lock().
Drslib.h27 * @prim: Primitive element, index form
29 * @gfpoly: The primitive generator polynominal
90 * must be primitive;
93 * @prim: primitive element to generate polynomial roots
Drculist_bl.h40 * with another list-mutation primitive, such as hlist_bl_add_head_rcu()
63 * with another list-mutation primitive, such as hlist_bl_add_head_rcu()
69 * list-traversal primitive must be guarded by rcu_read_lock().
Dprocessor.h15 * cpu_relax, or any "spin" or sleep type of primitive including nested uses
43 * for the uncontended case before using this primitive.
/kernel/linux/linux-5.10/Documentation/RCU/
Dchecklist.rst10 result in the same sorts of problems that leaving out a locking primitive
129 accesses. The rcu_dereference() primitive ensures that
136 The rcu_dereference() primitive is also an excellent
141 just that. The rcu_dereference() primitive therefore also
148 The rcu_dereference() primitive is used by the
168 hlist_add_head_rcu() primitive is required.
171 primitive must be used to keep list_del()'s pointer
174 the hlist_del_rcu() primitive is required.
185 publicized. Use the rcu_assign_pointer() primitive
210 a single non-expedited primitive to cover the entire batch.
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/include/
Ddal_asic_id.h74 /* KV1 with Spectre GFX core, 8-8-1-2 (CU-Pix-Primitive-RB) */
78 * 3-4-1-1 (CU-Pix-Primitive-RB) */
81 /* KB with Kalindi GFX core, 2-4-1-1 (CU-Pix-Primitive-RB) */
84 /* KB with Kalindi GFX core, 2-4-1-1 (CU-Pix-Primitive-RB) */
87 /* BV with Kalindi GFX core, 2-4-1-1 (CU-Pix-Primitive-RB) */
90 /* ML with Godavari GFX core, 2-4-1-1 (CU-Pix-Primitive-RB) */
93 /* ML with Godavari GFX core, 2-4-1-1 (CU-Pix-Primitive-RB) */
/kernel/linux/linux-6.6/Documentation/RCU/
Dchecklist.rst10 result in the same sorts of problems that leaving out a locking primitive
139 accesses. The rcu_dereference() primitive ensures that
144 The rcu_dereference() primitive is also an excellent
149 just that. The rcu_dereference() primitive therefore also
155 The rcu_dereference() primitive is used by the
175 hlist_add_head_rcu() primitive is required.
178 primitive must be used to keep list_del()'s pointer
181 the hlist_del_rcu() primitive is required.
192 publicized. Use the rcu_assign_pointer() primitive
223 a single non-expedited primitive to cover the entire batch.
[all …]
/kernel/linux/linux-5.10/include/crypto/internal/
Dkpp.h39 * Function registers an implementation of a key-agreement protocol primitive
49 * crypto_unregister_kpp() -- Unregister key-agreement protocol primitive
52 * Function unregisters an implementation of a key-agreement protocol primitive
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/include/
Ddal_asic_id.h74 /* KV1 with Spectre GFX core, 8-8-1-2 (CU-Pix-Primitive-RB) */
78 * 3-4-1-1 (CU-Pix-Primitive-RB) */
81 /* KB with Kalindi GFX core, 2-4-1-1 (CU-Pix-Primitive-RB) */
84 /* KB with Kalindi GFX core, 2-4-1-1 (CU-Pix-Primitive-RB) */
87 /* BV with Kalindi GFX core, 2-4-1-1 (CU-Pix-Primitive-RB) */
90 /* ML with Godavari GFX core, 2-4-1-1 (CU-Pix-Primitive-RB) */
93 /* ML with Godavari GFX core, 2-4-1-1 (CU-Pix-Primitive-RB) */
/kernel/linux/linux-5.10/include/kunit/
Dtest.h1225 * @left: an arbitrary expression that evaluates to a primitive C type.
1226 * @right: an arbitrary expression that evaluates to a primitive C type.
1272 * @left: an arbitrary expression that evaluates to a primitive C type.
1273 * @right: an arbitrary expression that evaluates to a primitive C type.
1319 * @left: an arbitrary expression that evaluates to a primitive C type.
1320 * @right: an arbitrary expression that evaluates to a primitive C type.
1341 * @left: an arbitrary expression that evaluates to a primitive C type.
1342 * @right: an arbitrary expression that evaluates to a primitive C type.
1363 * @left: an arbitrary expression that evaluates to a primitive C type.
1364 * @right: an arbitrary expression that evaluates to a primitive C type.
[all …]
/kernel/linux/linux-6.6/include/kunit/
Dtest.h866 * @left: an arbitrary expression that evaluates to a primitive C type.
867 * @right: an arbitrary expression that evaluates to a primitive C type.
908 * @left: an arbitrary expression that evaluates to a primitive C type.
909 * @right: an arbitrary expression that evaluates to a primitive C type.
950 * @left: an arbitrary expression that evaluates to a primitive C type.
951 * @right: an arbitrary expression that evaluates to a primitive C type.
971 * @left: an arbitrary expression that evaluates to a primitive C type.
972 * @right: an arbitrary expression that evaluates to a primitive C type.
992 * @left: an arbitrary expression that evaluates to a primitive C type.
993 * @right: an arbitrary expression that evaluates to a primitive C type.
[all …]
/kernel/linux/linux-5.10/net/sctp/
Ddebug.c126 /* Lookup primitive debug name. */
129 if (id.primitive <= SCTP_EVENT_PRIMITIVE_MAX) in sctp_pname()
130 return sctp_primitive_tbl[id.primitive]; in sctp_pname()
/kernel/linux/linux-6.6/net/sctp/
Ddebug.c126 /* Lookup primitive debug name. */
129 if (id.primitive <= SCTP_EVENT_PRIMITIVE_MAX) in sctp_pname()
130 return sctp_primitive_tbl[id.primitive]; in sctp_pname()
/kernel/linux/linux-5.10/lib/reed_solomon/
Dreed_solomon.c63 * @prim: primitive element to generate polynomial roots
124 /* If it's not primitive, exit */ in codec_init()
203 * must be primitive;
209 * @prim: primitive element to generate polynomial roots
281 * must be primitive;
284 * @prim: primitive element to generate polynomial roots
304 * @prim: primitive element to generate polynomial roots
/kernel/linux/linux-6.6/lib/reed_solomon/
Dreed_solomon.c63 * @prim: primitive element to generate polynomial roots
124 /* If it's not primitive, exit */ in codec_init()
203 * must be primitive;
209 * @prim: primitive element to generate polynomial roots
281 * must be primitive;
284 * @prim: primitive element to generate polynomial roots
304 * @prim: primitive element to generate polynomial roots
/kernel/linux/linux-5.10/tools/perf/pmu-events/
Djsmn.c57 * Fills next available token with JSON primitive.
72 * In strict mode primitive must be followed by "," in jsmn_parse_primitive()
95 * In strict mode primitive must be followed by a in jsmn_parse_primitive()
258 * is a primitive. in jsmn_parse()
/kernel/linux/linux-6.6/include/crypto/
Dkdf_sp800108.h49 * SP800-108 allows the use of either a HMAC or a hash primitive. When
50 * the caller intends to use a hash primitive, the call to

12345678910>>...17