/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | acpiphp_glue.c | 359 list_del(&bridge->list); in cleanup_bridge() 918 /* Must be added to the list prior to calling acpiphp_add_context(). */ in acpiphp_enumerate_slots() 920 list_add(&bridge->list, &bridge_list); in acpiphp_enumerate_slots() 969 list_for_each_entry(bridge, &bridge_list, list) in acpiphp_remove_slots()
|
/kernel/linux/linux-6.6/drivers/phy/ |
H A D | phy-core.c | 138 list_for_each_entry(phy_provider, &phy_provider_list, list) { in of_phy_provider_lookup() 1137 list_add_tail(&phy_provider->list, &phy_provider_list); in __of_phy_provider_register() 1194 list_del(&phy_provider->list); in of_phy_provider_unregister()
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/sgx/ |
H A D | ioctl.c | 52 list_del(&va_page->list); in sgx_encl_shrink() 71 list_add(&va_page->list, &encl->va_pages); in sgx_encl_create() 72 /* else the tail page of the VA page list had free slots. */ in sgx_encl_create() 292 list_add(&va_page->list, &encl->va_pages); in sgx_encl_add_page()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_mipi_dsi.c | 314 list_for_each_entry(host, &host_list, list) { in of_find_mipi_dsi_host_by_node() 339 list_add_tail(&host->list, &host_list); in mipi_dsi_host_register() 362 list_del_init(&host->list); in mipi_dsi_host_unregister()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/ |
H A D | mthca_memfree.c | 17 * copyright notice, this list of conditions and the following 21 * copyright notice, this list of conditions and the following 95 list_for_each_entry_safe(chunk, tmp, &icm->chunk_list, list) { in mthca_free_icm() 167 list_add_tail(&chunk->list, &icm->chunk_list); in mthca_alloc_icm() 297 list_for_each_entry(chunk, &icm->chunk_list, list) { in mthca_table_find()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib.h | 19 * copyright notice, this list of conditions and the following 23 * copyright notice, this list of conditions and the following 46 #include <linux/list.h> 240 struct list_head list; /* sdma private */ member 613 /* list of pkeys programmed; 0 if not set */ 710 struct list_head list; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_display.c | 428 #define PROP_ENUM(p,gen,n,list) do { \ 429 struct nouveau_drm_prop_enum_list *l = (list); \ 438 l = (list); \
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/ |
H A D | vc4_bo.c | 212 /* Rebase the old cached BO lists to their new list in vc4_get_cache_list_for_size() 224 /* And initialize the brand new BO list heads. */ in vc4_get_cache_list_for_size() 258 list_add_tail(&bo->size_head, &vc4->purgeable.list); in vc4_bo_add_to_purgeable_pool() 277 * purgeable list which will fail if the ->next/prev fields in vc4_bo_remove_from_purgeable_pool_locked() 280 * Re-initializing the list element guarantees that list_del() in vc4_bo_remove_from_purgeable_pool_locked() 317 while (!list_empty(&vc4->purgeable.list)) { in vc4_bo_userspace_cache_purge() 318 struct vc4_bo *bo = list_first_entry(&vc4->purgeable.list, in vc4_bo_userspace_cache_purge() 338 * - it has not been re-inserted in the purgeable list in vc4_bo_userspace_cache_purge() 550 /* Remove the BO from the purgeable list. */ in vc4_free_object()
|
/kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
H A D | dsp_core.c | 248 list_for_each_entry(member, &dsp->conf->mlist, list) { in dsp_rx_off() 990 list_del(&dsp->list); in dsp_ctrl() 1098 /* init pipeline append to list */ in dspcreate() 1101 list_add_tail(&ndsp->list, &dsp_ilist); in dspcreate() 1214 printk(KERN_ERR "mISDN_dsp: Audio DSP object inst list not " in dsp_cleanup() 1218 printk(KERN_ERR "mISDN_dsp: Conference list not empty. Not " in dsp_cleanup()
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/iser/ |
H A D | iser_verbs.c | 17 * copyright notice, this list of conditions and the following 21 * copyright notice, this list of conditions and the following 173 INIT_LIST_HEAD(&fr_pool->list); in iser_alloc_fastreg_pool() 185 list_add_tail(&desc->list, &fr_pool->list); in iser_alloc_fastreg_pool() 314 /* init the device and link it into ig device list */ in iser_device_find_by_ib_device()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | intel-bts.c | 254 if (b->list.prev == &queue->head) in intel_bts_do_fix_overlap() 256 a = list_entry(b->list.prev, struct auxtrace_buffer, list); in intel_bts_do_fix_overlap()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm_hubs.c | 142 struct list_head list; member 161 list_for_each_entry(cache, &hubs->dcs_cache, list) { in wm_hubs_dcs_cache_get() 192 list_add_tail(&cache->list, &hubs->dcs_cache); in wm_hubs_dcs_cache_set()
|
/kernel/linux/linux-6.6/sound/pci/echoaudio/ |
H A D | echoaudio_dsp.c | 1113 Functions for managing the scatter-gather list 1131 struct sg_entry *list = (struct sg_entry *)pipe->sgpage.area; in sglist_add_mapping() local 1134 list[head].addr = cpu_to_le32(address); in sglist_add_mapping() 1135 list[head].size = cpu_to_le32(length); in sglist_add_mapping()
|
/kernel/linux/linux-6.6/mm/ |
H A D | backing-dev.c | 462 * Remove bdi from the global list and shutdown any threads we have running 476 * Drain work list and shutdown the delayed_work. !WB_registered in wb_shutdown() 788 * of the list to guarantee the forward progress. 860 struct list_head *list = blkcg_get_cgwb_list(css); in wb_blkcg_offline() local 863 list_for_each_entry_safe(wb, next, list, blkcg_node) in wb_blkcg_offline() 865 list->next = NULL; /* prevent new wb's */ in wb_blkcg_offline()
|
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | bat_v_ogm.c | 19 #include <linux/list.h> 304 list_for_each_entry_rcu(hard_iface, &batadv_hardif_list, list) { in batadv_v_ogm_send_softif() 925 list_for_each_entry_rcu(hard_iface, &batadv_hardif_list, list) { in batadv_v_ogm_process()
|
/kernel/linux/linux-6.6/lib/ |
H A D | kobject.c | 173 /* add the kobject to its kset's list */ 181 list_add_tail(&kobj->entry, &kobj->kset->list); in kobj_kset_join() 185 /* remove the kobject from its kset's list */ 815 INIT_LIST_HEAD(&k->list); in kset_init() 900 * Lock kset via @kset->subsys, and iterate over @kset->list, 911 list_for_each_entry(k, &kset->list, entry) { in kset_find_obj()
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | utils.py | 241 is_list: decide return values is list type or not 259 if isinstance(value, list): 269 paths: path list for searching input_name 508 if isinstance(message, list): 839 installed_packages = list(freeze())
|
/test/testfwk/xdevice/src/xdevice/_core/command/ |
H A D | console.py | 165 help="Specify test list" 173 help="Specify test list file" 300 help="show retry test case list") 324 help="- Specify the list of subsystem") 329 help="- Specify the list of part") 568 LOG.error("Wrong list command.") 579 # list devices 629 if isinstance(parse_result, list): 816 option_str_list = list() 861 split_list = list(history_comman [all...] |
/test/xts/hats/hdf/camera/cameraHdi/buffer_manager/ |
H A D | buffer_manager_utest.cpp | 279 std::list<std::shared_ptr<IBuffer>> idleList; in HWTEST_F() 280 std::list<std::shared_ptr<IBuffer>> busyList; in HWTEST_F() 305 std::list<std::shared_ptr<IBuffer>> inuseBufferList; in HWTEST_F()
|
/third_party/gn/src/gn/ |
H A D | command_desc.cc | 174 const base::ListValue* list; in VisibilityHandler() local 175 if (value->GetAsList(&list)) { in VisibilityHandler() 176 if (list->empty()) { in VisibilityHandler() 253 OutputString("\n Resolved output file list\n"); in ProcessOutputs() 534 Compute all runtime deps for the given target. This is a computed list 538 The output is a list of file names relative to the build directory. See 563 The "configs" section will list all configs that apply. For targets this will 571 The "outputs" section will list all outputs that apply, including the outputs 581 Collects all recursive dependencies and prints a sorted flat list. Also
|
H A D | operators.cc | 110 "list object. It's unlikely\nyou meant to copy the entire thing just " in Init() 128 // that's all Value knows) rather than the list access. So rewrite the in Init() 142 // As the for the list index case above, rewrite the error location. in Init() 189 // and that list indices are in-range. This means any undefined identifiers in MakeUndefinedIdentifierForModifyError() 195 // Computes an error message for overwriting a nonempty list/scope with another. 201 type_name = "list"; in MakeOverwriteError() 233 // Append extra hint for list stuff. in MakeIncompatibleTypeError() 236 " a list, use \"foo + [ bar ]\"."; in MakeIncompatibleTypeError() 260 Value* list, in RemoveMatchesFromList() 263 std::vector<Value>& v = list in RemoveMatchesFromList() 259 RemoveMatchesFromList(const BinaryOpNode* op_node, Value* list, const Value& to_remove, Err* err) RemoveMatchesFromList() argument [all...] |
/third_party/backends/backend/ |
H A D | kvs20xx_opt.c | 292 /* Paper sizes list */ in kvs20xx_init_options() 447 /* Lookup a string list from one array and return its index. */ 449 str_index (const SANE_String_Const * list, SANE_String_Const name) in str_index() argument 453 while (list[index]) in str_index() 455 if (!strcmp (list[index], name)) in str_index()
|
/third_party/libwebsockets/lib/misc/ |
H A D | lws-struct-lejp.c | 238 struct lws_dll2 *list; in lws_struct_default_lejp_cb() local 240 /* create list item object if none already */ in lws_struct_default_lejp_cb() 275 list = (struct lws_dll2 *) in lws_struct_default_lejp_cb() 279 lws_dll2_add_tail(list, owner); in lws_struct_default_lejp_cb()
|
/third_party/mbedtls/tests/scripts/ |
H A D | generate_psa_tests.py | 46 tc.set_arguments([key_type] + list(args)) 158 tc.set_arguments([key_type] + list(args) + [result]) 689 # First build a list of all keys, then construct all the corresponding 693 all_keys = list(self.generate_all_keys())
|
/third_party/jinja2/ |
H A D | runtime.py | 314 context.blocks.update((k, list(v)) for k, v in self.blocks.items()) 440 iterable = list(self._iterator) 713 arguments = list(args[: self._argument_count])
|