Home
last modified time | relevance | path

Searched refs:list (Results 4176 - 4200 of 16882) sorted by relevance

1...<<161162163164165166167168169170>>...676

/kernel/linux/linux-6.6/kernel/
H A Dtracepoint.c9 #include <linux/list.h>
74 * Tracepoint module list mutex protects the local module list.
78 /* Local list of struct tp_module */
598 list_for_each_entry(tp_mod, &tracepoint_module_list, list) in register_tracepoint_module_notifier()
622 list_for_each_entry(tp_mod, &tracepoint_module_list, list) in unregister_tracepoint_module_notifier()
661 list_add_tail(&tp_mod->list, &tracepoint_module_list); in tracepoint_module_coming()
676 list_for_each_entry(tp_mod, &tracepoint_module_list, list) { in tracepoint_module_going()
680 list_del(&tp_mod->list); in tracepoint_module_going()
694 * walk through the list withou in tracepoint_module_going()
[all...]
H A Dsoftirq.c762 struct tasklet_struct *list; in tasklet_action_common() local
765 list = tl_head->head; in tasklet_action_common()
770 while (list) { in tasklet_action_common()
771 struct tasklet_struct *t = list; in tasklet_action_common()
773 list = list->next; in tasklet_action_common()
935 /* Find end, append list for that CPU. */ in takeover_tasklets()
/kernel/linux/linux-6.6/net/dsa/
H A Dtag_8021q.c67 struct list_head list; member
135 list_for_each_entry(v, &ctx->vlans, list) in dsa_tag_8021q_vlan_find()
174 list_add_tail(&v->list, &ctx->vlans); in dsa_port_do_tag_8021q_vlan_add()
204 list_del(&v->list); in dsa_port_do_tag_8021q_vlan_del()
450 list_for_each_entry_safe(v, n, &ctx->vlans, list) { in dsa_tag_8021q_unregister()
451 list_del(&v->list); in dsa_tag_8021q_unregister()
/kernel/linux/linux-6.6/sound/soc/sh/rcar/
H A Dssiu.c518 const int *list = NULL; in rsnd_ssiu_probe() local
557 list = gen2_id; in rsnd_ssiu_probe()
560 list = gen3_id; in rsnd_ssiu_probe()
563 list = gen4_id; in rsnd_ssiu_probe()
583 if (list[j] > i) in rsnd_ssiu_probe()
586 ssiu->id_sub = i - list[ssiu->id]; in rsnd_ssiu_probe()
/kernel/linux/linux-6.6/net/devlink/
H A Dlinecard.c15 list_for_each_entry(devlink_linecard, &devlink->linecard_list, list) { in devlink_linecard_get_by_index()
158 list_for_each_entry(linecard, &devlink->linecard_list, list) in devlink_linecards_notify_register()
166 list_for_each_entry_reverse(linecard, &devlink->linecard_list, list) in devlink_linecards_notify_unregister()
209 list_for_each_entry(linecard, &devlink->linecard_list, list) { in devlink_nl_linecard_get_dump_one()
471 list_add_tail(&linecard->list, &devlink->linecard_list); in devl_linecard_create()
485 list_del(&linecard->list); in devl_linecard_destroy()
/third_party/backends/backend/
H A Dpieusb_usb.c139 code_to_text(struct code_text_t *list, int code) in code_to_text() argument
141 while (list && list->text) { in code_to_text()
142 if (list->code == code) in code_to_text()
143 return list->text; in code_to_text()
144 list++; in code_to_text()
400 strcpy (ptr, ": Invalid field in parameter list"); in sanei_pieusb_decode_sense()
/third_party/PyYAML/tests/lib/
H A Dtest_yaml_ext.py131 py_tokens = list(yaml.scan(py_data, Loader=yaml.PyLoader))
170 py_events = list(yaml.parse(py_data, Loader=yaml.PyLoader))
203 events = list(yaml.parse(data, Loader=yaml.PyLoader))
207 py_events = list(yaml.parse(c_data, Loader=yaml.PyLoader))
208 c_events = list(yaml.parse(c_data, Loader=yaml.CLoader))
273 if not isinstance(collections, list):
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DICUServiceThreadTest.java326 private final String[] list; field in ICUServiceThreadTest.GetListThread
329 GetListThread(String name, ICUService service, long delay, String[] list) { in GetListThread() argument
332 this.list = list; in GetListThread()
338 n = list.length - 1; in iterate()
340 String id = list[n]; in iterate()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DPluralFormatUnitTest.java234 Collection<Double> list = rules.getSamples(keyword); in TestSamples()
235 if (list.size() == 0) { in TestSamples()
237 list = rules.getSamples(keyword, SampleType.DECIMAL); in TestSamples()
240 if (list == null || list.size() == 0) { in TestSamples()
241 errln("Empty list for " + localeName + " : " + keyword); in TestSamples()
243 logln("\t" + localeName + " : " + keyword + " ; " + list); in TestSamples()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralFormatUnitTest.java232 Collection<DecimalQuantity> list = rules.getDecimalQuantitySamples(keyword); in TestSamples()
233 if (list.size() == 0) { in TestSamples()
235 list = rules.getDecimalQuantitySamples(keyword, SampleType.DECIMAL); in TestSamples()
238 if (list == null || list.size() == 0) { in TestSamples()
239 errln("Empty list for " + localeName + " : " + keyword); in TestSamples()
241 logln("\t" + localeName + " : " + keyword + " ; " + list); in TestSamples()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUServiceThreadTest.java323 private final String[] list; field in ICUServiceThreadTest.GetListThread
326 GetListThread(String name, ICUService service, long delay, String[] list) { in GetListThread() argument
329 this.list = list; in GetListThread()
335 n = list.length - 1; in iterate()
337 String id = list[n]; in iterate()
/third_party/mbedtls/tests/scripts/
H A Dgenerate_tls13_compat_tests.py111 self._cert_sig_algs = list(CERTIFICATES.keys())
565 parser.add_argument('--list-ciphers', action='store_true',
568 parser.add_argument('--list-sig-algs', action='store_true',
571 parser.add_argument('--list-named-groups', action='store_true',
574 parser.add_argument('--list-servers', action='store_true',
577 parser.add_argument('--list-clients', action='store_true',
581 default=list(SERVER_CLASSES.keys())[0],
584 default=list(CLIENT_CLASSES.keys())[0],
587 default=list(CIPHER_SUITE_IANA_VALUE.keys())[0],
590 default=list(SIG_ALG_IANA_VALU
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_formats.c301 struct VkDrmFormatModifierPropertiesListEXT *list = (void *)ext; in v3dv_GetPhysicalDeviceFormatProperties2() local
303 list->pDrmFormatModifierProperties, in v3dv_GetPhysicalDeviceFormatProperties2()
304 &list->drmFormatModifierCount); in v3dv_GetPhysicalDeviceFormatProperties2()
326 struct VkDrmFormatModifierPropertiesList2EXT *list = (void *)ext; in v3dv_GetPhysicalDeviceFormatProperties2() local
328 list->pDrmFormatModifierProperties, in v3dv_GetPhysicalDeviceFormatProperties2()
329 &list->drmFormatModifierCount); in v3dv_GetPhysicalDeviceFormatProperties2()
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_enc_common.c40 LIST_FOR_EACH_ENTRY_SAFE(i, next, head, list) { in enc_ReleaseTasks()
140 task = list_entry(inp->tasks.next, struct encode_task, list); in vid_enc_BufferEncoded_common()
141 list_del(&task->list); in vid_enc_BufferEncoded_common()
142 list_addtail(&task->list, &priv->used_tasks); in vid_enc_BufferEncoded_common()
186 task = list_entry(priv->free_tasks.next, struct encode_task, list); in enc_NeedTask_common()
187 list_del(&task->list); in enc_NeedTask_common()
/third_party/mesa3d/src/mapi/glapi/gen/
H A Dgl_marshal.py299 list = []
302 list.append('{0}_size < 0'.format(p.name))
303 list.append('({0}_size > 0 && !{0})'.format(p.name))
305 if len(list) == 0:
308 list.append('(unsigned)cmd_size > MARSHAL_MAX_CMD_SIZE')
310 out('if (unlikely({0})) {{'.format(' || '.join(list)))
/third_party/icu/icu4c/source/test/intltest/
H A Dcolldata.cpp490 const CEList *list = new CEList(coll, *string, status); in getCEList() local
493 delete list; in getCEList()
494 list = NULL; in getCEList()
497 return list; in getCEList()
500 void CollData::freeCEList(const CEList *list) in freeCEList() argument
502 delete list; in freeCEList()
/third_party/libwebsockets/lib/tls/
H A Dtls-jit-trust.c197 inf = lws_container_of(d, lws_tls_jit_inflight_t, list); in lws_tls_jit_trust_sort_kids()
215 lws_dll2_add_tail(&inf->list, &wsi->a.context->jit_inflight); in lws_tls_jit_trust_sort_kids()
296 lws_dll2_add_tail(&inf->list, &cx->jit_inflight); in lws_tls_jit_trust_vhost_bind()
332 lws_dll2_remove(&inf->list); in lws_tls_jit_trust_inflight_destroy()
342 inf = lws_container_of(d, lws_tls_jit_inflight_t, list); in inflight_destroy()
438 lws_tls_jit_inflight_t, list); in lws_tls_jit_trust_got_cert_cb()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-iterator-gen.cc224 GrowableFixedArray list(state()); in StringListFromIterable()
232 // 3. Let list be a new empty List. in StringListFromIterable()
235 {list.var_array(), list.var_length(), list.var_capacity()}); in StringListFromIterable()
252 // iii. Append nextValue to the end of the List list. in StringListFromIterable()
253 list.Push(next_value); in StringListFromIterable()
281 // 6. Return list. in StringListFromIterable()
282 return list.ToFixedArray(); in StringListFromIterable()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_screen.c252 /* st_program.c's parameter list optimization requires that future nir in i915_finalize_nir()
560 PIPE_FORMAT_Z24_UNORM_S8_UINT, PIPE_FORMAT_NONE /* list terminator */ in i915_is_format_supported()
568 PIPE_FORMAT_I8_UNORM, PIPE_FORMAT_NONE /* list terminator */ in i915_is_format_supported()
574 PIPE_FORMAT_NONE /* list terminator */ in i915_is_format_supported()
576 const enum pipe_format *list; in i915_is_format_supported() local
586 list = depth_supported; in i915_is_format_supported()
588 list = render_supported; in i915_is_format_supported()
590 list = tex_supported; in i915_is_format_supported()
594 for (i = 0; list[i] != PIPE_FORMAT_NONE; i++) { in i915_is_format_supported()
595 if (list[ in i915_is_format_supported()
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dlower.c238 list_addtail(&move->list, &node->list); in ppir_lower_select()
455 list_addtail(&zero->node.list, &node->list); in ppir_lower_branch()
540 list_for_each_entry(ppir_block, block, &comp->block_list, list) { in ppir_lower_prog()
541 list_for_each_entry_safe(ppir_node, node, &block->node_list, list) { in ppir_lower_prog()
/third_party/python/Tools/i18n/
H A Dpygettext.py145 Specify a file that contains a list of strings that are not be
151 Specify a file that contains a list of files (one per line) that
272 """Get a list of module files for a filename, a module or package name,
279 list = []
281 list.extend(getFilesForName(file))
282 return list
295 list = []
302 # add all *.py files to list
303 list.extend(
307 return list
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFileDescriptor.cs11 // notice, this list of conditions and the following disclaimer.
13 // copyright notice, this list of conditions and the following disclaimer
152 var list = current.GetNestedDescriptorListForField(path[i]); in FindDescriptorForPath()
153 current = GetDescriptorFromList(list, path[i + 1]); in FindDescriptorForPath()
158 private DescriptorBase GetDescriptorFromList(IReadOnlyList<DescriptorBase> list, int index) in GetDescriptorFromList() argument
162 if (list == null) in GetDescriptorFromList()
167 if (index < 0 || index >= list.Count) in GetDescriptorFromList()
173 return list[index]; in GetDescriptorFromList()
269 /// Unmodifiable list of top-level message types declared in this file.
274 /// Unmodifiable list o
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.h23 #include <list>
180 typedef std::list<Varying> VaryingList;
310 int lookup(VariableArray &list, TIntermTyped *variable);
311 int lookup(VariableArray &list, TInterfaceBlock *block);
314 int allocate(VariableArray &list, TIntermTyped *variable, bool samplersOnly = false);
315 void free(VariableArray &list, TIntermTyped *variable);
/third_party/toybox/kconfig/
H A Dconf.c319 for (child = menu->list; child; child = child->next) { in conf_choice()
385 for (child = menu->list; child; child = child->next) { in conf_choice()
399 if (child->list) { in conf_choice()
401 conf(child->list); in conf_choice()
464 for (child = menu->list; child; child = child->next) in conf()
489 for (child = menu->list; child; child = child->next) in check_conf()
/third_party/toybox/toys/pending/
H A Dmodprobe.c85 // Remove first element from the list and return it.
99 // Add new node at the beginning of the list.
109 // Add new node at tail of list.
117 // Reverse list order.
118 static struct arg_list *llist_rev(struct arg_list *list) in llist_rev() argument
122 while (list) { in llist_rev()
123 struct arg_list *next = list->next; in llist_rev()
125 list->next = rev; in llist_rev()
126 rev = list; in llist_rev()
127 list in llist_rev()
[all...]

Completed in 36 milliseconds

1...<<161162163164165166167168169170>>...676