Home
last modified time | relevance | path

Searched refs:list (Results 16176 - 16200 of 16344) sorted by relevance

1...<<641642643644645646647648649650>>...654

/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-inject.c38 #include <linux/list.h>
2362 * mmaps. We cannot generate the buildid hit list and in cmd_inject()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dpmtu.sh266 list_flush_ipv4_exception ipv4: list and flush cached exceptions 1
267 list_flush_ipv6_exception ipv6: list and flush cached exceptions 1
1992 run_cmd taskset --cpu-list ${cpu} ${ns_a} ping -q -M want -i 0.1 -w 1 -s $((${ll_mtu} + 500)) ${tunnel4_b_addr}
2113 if [ "$(${ns_a} ip -oneline route list cache | wc -l)" -ne 101 ]; then
2114 err " can't list cached exceptions"
2122 [ -n "$(${ns_a} ip route list cache)" ]; then
2163 if [ "$(${ns_a} ip -oneline -6 route list cache | wc -l)" -ne 101 ]; then
2164 err " can't list cached exceptions"
2172 [ -n "$(${ns_a} ip -6 route list cache)" ]; then
/kernel/linux/linux-6.6/sound/pci/
H A Dvia82xx.c1279 .list = channels, in snd_via8233_multi_open()
2438 dev_dbg(&pci->dev, "DXS allow list for %s found\n", in check_dxs_list()
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_clientmgr.c730 /* lock list */ in __deliver_to_subscribers()
1479 * add to port's subscription list IOCTL interface
1525 * remove from port's subscription list
2629 list_for_each_entry(p, &client->ports_list_head, list) { in snd_seq_info_dump_ports()
2672 /* list the client table */ in snd_seq_info_clients_read()
/kernel/linux/linux-6.6/sound/pci/ice1712/
H A Dice1712.c896 .list = rates,
2213 * list of available boards
/kernel/linux/linux-6.6/drivers/scsi/
H A Daha152x.c244 #include <linux/list.h>
/kernel/linux/linux-6.6/net/ipv4/
H A Dfib_trie.c58 #include <linux/list.h>
126 /* This list pointer if valid if (pos | bits) == 0 (LEAF) */
572 /* drop the node in the old tnode free list */ in inflate()
720 /* search though the list of children looking for nodes that might in update_suffix()
1377 /* Insert new entry to the list. */ in fib_table_insert()
1657 /* remove the fib_alias from the list */ in fib_remove_alias()
1660 /* if we emptied the list this leaf will be freed and we can sort in fib_remove_alias()
1696 * list. in fib_notify_alias_delete()
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6_fib.c26 #include <linux/list.h>
224 * tables aren't visible prior to being linked to the list. in fib6_link_table()
230 * No protection necessary, this is the only list mutatation in fib6_link_table()
857 * we've to insert an intermediate node on the list in fib6_add_1()
1134 * list. in fib6_add_rt2node()
1138 * To avoid long list, we only had siblings if the in fib6_add_rt2node()
1186 /* For each sibling in the list, increment the counter of in fib6_add_rt2node()
1187 * siblings. BUG() if counters does not match, list of siblings in fib6_add_rt2node()
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8186/
H A Dmt8186-afe-pcm.c2788 list_add(&dai->list, &afe->sub_dais); in mt8186_dai_memif_register()
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8188/
H A Dmt8188-afe-pcm.c3079 list_add(&dai->list, &afe->sub_dais); in mt8188_dai_memif_register()
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8195/
H A Dmt8195-afe-pcm.c2997 list_add(&dai->list, &afe->sub_dais); in mt8195_dai_memif_register()
/kernel/linux/linux-6.6/net/openvswitch/
H A Ddatapath.c33 #include <linux/list.h>
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_private.h52 #include "util/list.h"
864 /* Whether the driver uses a global BO list. */
1558 struct list_head list;
/third_party/libabigail/include/
H A Dabg-ir.h2658 /// Convenience typedef for a list of @ref enumerator.
2670 /// @param enms a list of enumerators for this enum.
3431 const std::list<template_parameter_sptr>&
/third_party/python/Lib/
H A Ddatetime.py348 return list(_isoweek_to_gregorian(year, weekno, dayno))
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DRenderer.cpp348 draw->queries = new std::list<Query*>(); in draw()
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreadme.tex895 \code{glGen*} command, such as a display list name, are retained in in
/third_party/python/Lib/test/test_email/
H A Dtest__header_value_parser.py969 parser.get_word('(Recipients list suppressed')
1924 self.assertEqual(mailbox_list.token_type, 'mailbox-list')
1942 self.assertEqual(mailbox_list.token_type, 'mailbox-list')
2092 self.assertEqual(group_list.token_type, 'group-list')
2104 self.assertEqual(group_list.token_type, 'group-list')
2118 self.assertEqual(group_list.token_type, 'group-list')
2130 self.assertEqual(group_list.token_type, 'group-list')
2404 '(Recipient list suppressed)',
2405 '(Recipient list suppressed)',
2407 [errors.ObsoleteHeaderDefect], # no content in address list
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp124 // The ABI list files control how shadow parameters are passed. The pass treats
125 // every function labelled "uninstrumented" in the ABI list file as conforming
126 // to the "native" (i.e. unsanitized) ABI. Unless the ABI list contains
131 static cl::list<std::string> ClABIListFiles(
938 // Build a copy of the list before iterating over it. in runOnModule()
961 // nodes adds them to the PHIFixups list so that they can be properly in runOnModule()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_base_events.py399 self.assertEqual([handle], list(self.loop._ready))
515 # expected multiple arguments, not a list
537 # expected a string, not an int or a list
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_test.cc805 std::list<DecomposeType> elem_list(elem_vector.begin(), elem_vector.end()); in TestDecompose()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_event.c1688 wpa_printf(MSG_DEBUG, "nl80211: Ignored too short avoid frequency list (len=%u)", in qca_nl80211_avoid_freq()
1791 /* Ignore ACS channel list check for backwards compatibility */ in qca_nl80211_acs_select_ch()
2665 struct wpa_driver_nl80211_data, list) { in process_global_event()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp6023 const std::list<FingerInfo>& fingerList = info->GetFingerList(); in CreateGestureEventInfo()
6024 std::list<FingerInfo> notTouchFingerList; in CreateGestureEventInfo()
6468 const std::list<FingerInfo>& fingerList = info.GetFingerList(); in CreateFingerListArray()
6469 std::list<FingerInfo> notTouchFingerList; in CreateFingerListArray()
7116 const std::list<RefPtr<NGGestureRecognizer>>& others) -> GestureJudgeResult { in SetOnGestureRecognizerJudgeBegin()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp790 std::list<AAFwk::SessionInfo> abilitySessionInfos; in UpdateRecoveredSessionInfo()
3540 SessionInfoList list = { in QueryAbilityInfoFromBMS() local
3543 if (abilityInfoMap_.count(list)) { in QueryAbilityInfoFromBMS()
3544 return abilityInfoMap_[list]; in QueryAbilityInfoFromBMS()
3561 abilityInfoMap_[list] = abilityInfo; in QueryAbilityInfoFromBMS()
5481 TLOGD(WmsLogTag::WMS_MAIN, "privacy bundle list size is not equal, %{public}zu != %{public}zu.", in JudgeNeedNotifyPrivacyInfo()
6586 infos.push_back("error: invalid mission number, please see 'aa dump --mission-list'."); in DumpSessionWithId()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dpatch_realtek.c747 /* return the position of NID in the list, or -1 if not found */
748 static int find_idx_in_nid_list(hda_nid_t nid, const hda_nid_t *list, int nums) in find_idx_in_nid_list() argument
752 if (list[i] == nid) in find_idx_in_nid_list()
756 /* return true if the given NID is found in the list */
757 static bool found_in_nid_list(hda_nid_t nid, const hda_nid_t *list, int nums) in found_in_nid_list() argument
759 return find_idx_in_nid_list(nid, list, nums) >= 0; in found_in_nid_list()

Completed in 124 milliseconds

1...<<641642643644645646647648649650>>...654