/kernel/linux/linux-6.6/kernel/sched/ |
H A D | walt.c | 1332 list_for_each_entry(tmp, head, list) { in insert_cluster() 1335 iter = &tmp->list; in insert_cluster() 1338 list_add(&cluster->list, iter); in insert_cluster() 1351 INIT_LIST_HEAD(&cluster->list); in alloc_new_cluster() 1420 cluster1 = container_of(a, struct sched_cluster, list); in compare_clusters() 1421 cluster2 = container_of(b, struct sched_cluster, list); in compare_clusters() 1529 .list = LIST_HEAD_INIT(init_cluster.list), 1819 list_first_entry(&cluster_head, struct sched_cluster, list) 1821 list_last_entry(&cluster_head, struct sched_cluster, list) [all...] |
/kernel/linux/linux-6.6/sound/usb/ |
H A D | pcm.c | 99 list_for_each_entry(fp, fmt_list_head, list) { in find_format() 171 list_for_each_entry(fp, &subs->fmt_list, list) { in snd_usb_pcm_has_fixed_rate() 828 list_for_each_entry(fp, &subs->fmt_list, list) { in hw_rule_rate() 891 list_for_each_entry(fp, &subs->fmt_list, list) { in hw_rule_channels() 931 list_for_each_entry(fp, &subs->fmt_list, list) { in hw_rule_format() 972 list_for_each_entry(fp, &subs->fmt_list, list) { in hw_rule_period_time() 1002 list_for_each_entry(fp, &subs->fmt_list, list) { in hw_rule_period_size_implicit_fb() 1047 list_for_each_entry(fp, &subs->fmt_list, list) { in hw_rule_periods_implicit_fb() 1098 list_for_each_entry(fp, &subs->fmt_list, list) { in setup_hw_info() 1195 list_for_each_entry(fp, &subs->fmt_list, list) { in setup_hw_info() [all...] |
/kernel/linux/linux-6.6/sound/soc/sh/rcar/ |
H A D | core.c | 879 unsigned int *list, int list_num, in rsnd_soc_hw_rule() 893 if (!snd_interval_test(iv, list[i])) in rsnd_soc_hw_rule() 897 baseline->min, list[i], NULL); in rsnd_soc_hw_rule() 899 p.min = min(p.min, list[i]); in rsnd_soc_hw_rule() 900 p.max = max(p.max, list[i]); in rsnd_soc_hw_rule() 904 baseline->max, list[i], NULL); in rsnd_soc_hw_rule() 906 p.min = min(p.min, list[i]); in rsnd_soc_hw_rule() 907 p.max = max(p.max, list[i]); in rsnd_soc_hw_rule() 1000 constraint->list = rsnd_soc_hw_channels_list; in rsnd_soc_dai_startup() 1859 list_for_each_entry(kctrl, &card->controls, list) { in rsnd_kctrl_new() 878 rsnd_soc_hw_rule(struct rsnd_dai *rdai, unsigned int *list, int list_num, struct snd_interval *baseline, struct snd_interval *iv, struct rsnd_dai_stream *io, char *unit) rsnd_soc_hw_rule() argument [all...] |
/third_party/FreeBSD/sys/kern/ |
H A D | subr_bus.c | 11 * notice, this list of conditions and the following disclaimer. 13 * notice, this list of conditions and the following disclaimer in the 51 TAILQ_ENTRY(driverlink) link; /* list of drivers in devclass */ 87 TAILQ_ENTRY(device) link; /**< list of devices in parent */ 88 TAILQ_ENTRY(device) devlink; /**< global device list membership */ 90 device_list_t children; /**< list of child devices */ 191 * will be added to the global passes list. 205 * Walk the passes list. If we already know about this pass in driver_register_pass() 207 * driver link into the list. in driver_register_pass() 377 * We do a full search here of the devclass list a 754 device_t *list; devclass_get_devices() local 795 driver_t **list = NULL; devclass_get_drivers() local [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_program.c | 118 LIST_FOR_EACH_ENTRY_SAFE(iter, next, &prog->shader_cache[pstage][!!nonseamless_size][!!inline_size], list) { in get_shader_module_for_stage() 121 list_delinit(&iter->list); in get_shader_module_for_stage() 143 list_inithead(&zm->list); in get_shader_module_for_stage() 167 list_add(&zm->list, &prog->shader_cache[pstage][!!nonseamless_size][!!inline_size]); in get_shader_module_for_stage() 182 LIST_FOR_EACH_ENTRY_SAFE(zm, next, sc, list) { in destroy_shader_cache() 183 list_delinit(&zm->list); in destroy_shader_cache() 310 LIST_FOR_EACH_ENTRY_SAFE(iter, next, &comp->shader_cache[!!nonseamless_size], list) { in update_cs_shader_module() 313 list_delinit(&iter->list); in update_cs_shader_module() 332 list_inithead(&zm->list); in update_cs_shader_module() 347 list_add(&zm->list, in update_cs_shader_module() [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfswipe.c | 69 #include "list.h" 78 struct ntfs_list_head list; /* Previous/Next links */ member 96 struct ntfs_list_head list; /* Previous/Next links */ member 118 struct ntfs_list_head name; /* A list of filenames */ 119 struct ntfs_list_head data; /* A list of data streams */ 158 * usage - Print a list of the parameters to the program 160 * Print a list of the parameters and options for the program. 181 " -b list --bytes list List of values to write(default = 0)\n" in usage() 194 * parse_list - Read a comma-separated list o 207 parse_list(char *list, int **result) parse_list() argument [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | example.c | 211 static struct storage_hash *find_storage_hash(pseudo_t pseudo, struct storage_hash_list *list) in find_storage_hash() argument 214 FOR_EACH_PTR(list, entry) { in find_storage_hash() 953 * This marks a pseudo dead. It still stays on the hardreg list (the hardreg 1252 static struct asm_arg *generate_asm_inputs(struct bb_state *state, struct asm_constraint_list *list, struct asm_arg *arg) in generate_asm_inputs() argument 1256 FOR_EACH_PTR(list, entry) { in generate_asm_inputs() 1294 static struct asm_arg *generate_asm_outputs(struct bb_state *state, struct asm_constraint_list *list, struct asm_arg *arg) in generate_asm_outputs() argument 1298 FOR_EACH_PTR(list, entry) { in generate_asm_outputs() 1731 static void generate_list(struct basic_block_list *list, unsigned long generation) in generate_list() argument 1734 FOR_EACH_PTR(list, bb) { in generate_list() 1933 static int compile(struct symbol_list *list) in compile() argument [all...] |
/third_party/python/Lib/ |
H A D | enum.py | 129 return list(_iter_bits_lsb(value)) 346 # keep track of the value in a list so containment checks are quick 404 value = list(value) 632 # step 1: ensure we have a list 858 if isinstance(names, (tuple, list)) and names and isinstance(names[0], str): 1084 >>> list(Color) 1152 last_values: the list of values assigned 1879 values = list(_iter_bits_lsb(alias.value)) 1923 checked_keys = list(checked_dict.keys()) 1925 simple_keys = list(simple_dic [all...] |
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | pngcp.c | 284 png_byte value_count; /* length of the list of values: */ 829 * the first entry in the list. in push_opt() 1126 if (!search && opt_list_end(dp, opt, entry)) /* end of list */ in next_opt() 1175 * only one entry in the new list, in which case dp->stack[sp].end in advance_opt() 1405 const char *list = arg + (i+1); in opt_check() local 1407 /* Expect a single value here unless this is a list, in which case in opt_check() 1413 val = find_val(dp, j, list, strlen(list)); in opt_check() 1431 /* --no-option negates list values from the default, which should in opt_check() 1432 * therefore be 'all'. Notice that if the option list i in opt_check() [all...] |
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | interrupt.c | 238 * of the GISA if the GISA is not part of the GIB alert list. All three 242 * -EBUSY in case the gisa is part of the alert list 1064 list); in __deliver_pfault_done() 1066 list_del(&inti->list); in __deliver_pfault_done() 1106 list); in __deliver_virtio() 1116 list_del(&inti->list); in __deliver_virtio() 1187 list); in __deliver_io() 1204 list_del(&inti->list); in __deliver_io() 1711 list_for_each_entry(iter, isc_list, list) { in get_io_int() 1716 list_del_init(&iter->list); in get_io_int() 1900 struct list_head *list; __inject_io() local [all...] |
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | interrupt.c | 240 * of the GISA if the GISA is not part of the GIB alert list. All three 244 * -EBUSY in case the gisa is part of the alert list 1056 list); in __deliver_pfault_done() 1058 list_del(&inti->list); in __deliver_pfault_done() 1098 list); in __deliver_virtio() 1108 list_del(&inti->list); in __deliver_virtio() 1179 list); in __deliver_io() 1196 list_del(&inti->list); in __deliver_io() 1718 list_for_each_entry(iter, isc_list, list) { in get_io_int() 1723 list_del_init(&iter->list); in get_io_int() 1907 struct list_head *list; __inject_io() local [all...] |
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf_main.c | 14 #include <linux/list.h> 1092 /* Got through the list of vports attached to the base_lport in qedf_xmit() 1095 list_for_each_entry(tmp_lport, &base_lport->vports, list) { in qedf_xmit() 1551 /* Add fcport to list of qedf_ctx list of offloaded ports */ in qedf_rport_event_handler() 1590 * removed from disc->rports list before we get this event. in qedf_rport_event_handler() 1604 * Remove fcport to list of qedf_ctx list of offloaded in qedf_rport_event_handler() 1972 list_del(&vn_port->list); in qedf_vport_destroy() 2262 * Don't add a work list ite in qedf_process_completions() 2955 u64 *list; qedf_alloc_bdq() local 3029 u32 *list; qedf_alloc_global_queues() local [all...] |
/kernel/linux/linux-5.10/kernel/ |
H A D | module.c | 89 * (delete and add uses RCU list operations). */ 222 list_for_each_entry_rcu(mod, &modules, list, in mod_find() 256 struct list_head *kdb_modules = &modules; /* kdb needs the list of modules */ 461 list_for_each_entry_rcu(mod, &modules, list, in each_symbol_section() 530 "mailing list together with submitting your code for " in check_exported_symbol() 633 list_for_each_entry_rcu(mod, &modules, list, in find_module_all() 707 list_for_each_entry_rcu(mod, &modules, list) { in __is_module_percpu_address() 860 * - the module_use is added to the list of 'b' sources (so 861 * 'b' can walk the list to see who sourced them), and of 'a' 1856 /* pick a field to test for end of list */ in module_remove_modinfo_attrs() 3706 struct llist_node *pos, *n, *list; do_free_init() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf_main.c | 14 #include <linux/list.h> 1092 /* Got through the list of vports attached to the base_lport in qedf_xmit() 1095 list_for_each_entry(tmp_lport, &base_lport->vports, list) { in qedf_xmit() 1551 /* Add fcport to list of qedf_ctx list of offloaded ports */ in qedf_rport_event_handler() 1590 * removed from disc->rports list before we get this event. in qedf_rport_event_handler() 1604 * Remove fcport to list of qedf_ctx list of offloaded in qedf_rport_event_handler() 1976 list_del(&vn_port->list); in qedf_vport_destroy() 2264 * Don't add a work list ite in qedf_process_completions() 2957 u64 *list; qedf_alloc_bdq() local 3028 u32 *list; qedf_alloc_global_queues() local [all...] |
/kernel/linux/linux-6.6/net/dsa/ |
H A D | slave.c | 7 #include <linux/list.h> 187 list_for_each_entry(v, &dp->user_vlans, list) { in dsa_slave_vlan_for_each() 1371 list_for_each_entry(mall_tc_entry, &p->mall_tc_list, list) in dsa_slave_mall_tc_entry_find() 1427 list_add_tail(&mall_tc_entry->list, &p->mall_tc_list); in dsa_slave_add_cls_matchall_mirred() 1462 list_for_each_entry(mall_tc_entry, &p->mall_tc_list, list) { in dsa_slave_add_cls_matchall_police() 1488 list_add_tail(&mall_tc_entry->list, &p->mall_tc_list); in dsa_slave_add_cls_matchall_police() 1521 list_del(&mall_tc_entry->list); in dsa_slave_del_cls_matchall() 1802 list_add_tail(&v->list, &dp->user_vlans); in dsa_slave_vlan_rx_add_vid() 1865 list_del(&v->list); in dsa_slave_vlan_rx_kill_vid() 1903 /* Keep the VLAN RX filtering list i 1960 struct list_head list; global() member [all...] |
/third_party/python/Lib/test/ |
H A D | test_statistics.py | 941 for bad_type in (str, list, type(None), tuple, dict): 1021 new = list(statistics._fail_neg(values)) 1059 data = list(range(10)) 1089 class MyList(list): 1097 for kind in (list, tuple, iter, MyList, MyTuple, generator): 1104 expected = self.func(list(data)) 1148 individual data points. E.g. the mean of a list of Fractions should itself 1633 data = list(range(15)) 1838 data = list(range(10)) 1853 data = list(rang [all...] |
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_framework.py | 186 self.aliasList = [] # list of strings 197 self.enumeratorList = [] # list of Enumerator objects 233 self.members = members # list of CompositeMember objects 257 self.arguments = arguments # list of FunctionArgument objects 282 self.enumList = enumList # list of FeatureEnumerator objects 283 self.typeList = typeList # list of strings, each representing required structure name 284 self.commandList = commandList # list of strings, each representing required function name 291 self.requirementsList = requirementsList # list of FeatureRequirement objects 319 self.extendedEnums = extendedEnums # list of ExtensionEnumerator objects 320 self.newCommands = newCommands # list o [all...] |
H A D | gen_framework_sc.py | 543 # construct list of locations where version definitions start, and add the end of the file to it 564 # returns list of tuples each with four items: 647 # construct list of locations where version definitions start, and add the end of the file to it 1805 list = instanceMap.get(Version(ext.versionInCore[1:])) 1806 instanceMap[Version(ext.versionInCore[1:])] = list + [ext] if list else [ext] 1808 list = deviceMap.get(Version(ext.versionInCore[1:])) 1809 deviceMap[Version(ext.versionInCore[1:])] = list + [ext] if list else [ext] 1812 # add list o [all...] |
/kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
H A D | pci-bridge.h | 8 #include <linux/list.h>
|
/kernel/linux/common_modules/tzdriver/core/ |
H A D | mem.c | 18 #include <linux/list.h>
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | s3c2416.c | 13 #include <linux/list.h>
|
H A D | s3c2410.c | 11 #include <linux/list.h>
|
H A D | mach-smdk6400.c | 10 #include <linux/list.h>
|
H A D | pm-s3c2412.c | 11 #include <linux/list.h>
|
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder_internal.h | 8 #include <linux/list.h> 25 * @hlist: list of binder devices (only used for devices requested via
|