Home
last modified time | relevance | path

Searched refs:list (Results 4601 - 4625 of 16882) sorted by relevance

1...<<181182183184185186187188189190>>...676

/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/
H A Ddebug.c36 list_for_each_entry(vif_priv, &wcn->vif_list, list) { in read_file_bool_bmps()
71 list_for_each_entry(vif_priv, &wcn->vif_list, list) { in write_file_bool_bmps()
82 list_for_each_entry(vif_priv, &wcn->vif_list, list) { in write_file_bool_bmps()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dpci.c37 list_for_each_entry(hif, &hif_list, list) { in mt7996_pci_get_hif2()
88 list_add(&hif->list, &hif_list); in mt7996_pci_hif2_probe()
194 list_del(&hif->list); in mt7996_hif_remove()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dpci.c38 list_for_each_entry(hif, &hif_list, list) { in mt7915_pci_get_hif2()
95 list_add(&hif->list, &hif_list); in mt7915_pci_hif2_probe()
206 list_del(&hif->list); in mt7915_hif_remove()
/kernel/linux/linux-6.6/block/
H A Dblk-stat.c65 list_for_each_entry_rcu(cb, &q->stats->callbacks, list) { in blk_stat_add()
152 list_add_tail_rcu(&cb->list, &q->stats->callbacks); in blk_stat_add_callback()
163 list_del_rcu(&cb->list); in blk_stat_remove_callback()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Duverbs.h19 * copyright notice, this list of conditions and the following
23 * copyright notice, this list of conditions and the following
146 struct list_head list; member
149 * To access the uobjects list hw_destroy_rwsem must be held for write
170 struct list_head list; member
176 struct list_head list; member
184 /* List member for ib_uverbs_async_event_file list */
201 /* lock for mcast list */
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H A Dgtt.h148 struct list_head list; member
170 struct list_head list; member
172 struct list_head link; /* possible LRI shadow mm list */
235 struct list_head list; member
/kernel/linux/linux-6.6/drivers/iommu/
H A Dof_iommu.c208 * @list: reserved region list
216 void of_iommu_get_resv_regions(struct device *dev, struct list_head *list) in of_iommu_get_resv_regions() argument
276 list_add_tail(&region->list, list); in of_iommu_get_resv_regions()
/kernel/linux/linux-6.6/tools/objtool/
H A Dorc_gen.c129 struct list_head list; member
149 list_add_tail(&entry->list, orc_list); in orc_list_add()
169 /* Build a deduplicated list of ORC entries: */ in orc_create()
250 list_for_each_entry(entry, &orc_list, list) { in orc_create()
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_RATEEST.c43 hlist_add_head(&est->list, &xn->hash[h]); in xt_rateest_hash_insert()
53 hlist_for_each_entry(est, &xn->hash[h], list) { in __xt_rateest_lookup()
81 hlist_del(&est->list); in xt_rateest_put()
/kernel/linux/linux-6.6/tools/testing/nvdimm/test/
H A Dnfit_test.h8 #include <linux/list.h>
14 struct list_head list; member
20 struct list_head list; member
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsort.h6 #include <linux/list.h>
322 int sort_dimension__add(struct perf_hpp_list *list, const char *tok,
325 int output_field_add(struct perf_hpp_list *list, char *tok);
/kernel/linux/linux-6.6/security/apparmor/include/
H A Dlib.h141 * @list: list policy object is on
142 * @profiles: head of the profiles list contained in the object
147 struct list_head list; member
169 * __policy_find - find a policy by @name on a policy list
170 * @head: list to search (NOT NULL)
182 list_for_each_entry_rcu(policy, head, list) { in __policy_find()
191 * @head: list to search (NOT NULL)
207 list_for_each_entry_rcu(policy, head, list) { in __policy_strn_find()
/kernel/linux/linux-6.6/sound/hda/
H A Dhdac_bus.c202 * Adds the given codec to the list in the bus. The caddr_tbl array
214 list_add_tail(&codec->list, &bus->codec_list); in snd_hdac_bus_add_device()
230 if (list_empty(&codec->list)) in snd_hdac_bus_remove_device()
232 list_del_init(&codec->list); in snd_hdac_bus_remove_device()
/kernel/linux/linux-6.6/net/core/
H A Dfailover.c26 list_for_each_entry(failover, &failover_list, list) { in failover_get_bymac()
260 list_add_tail(&failover->list, &failover_list); in failover_register()
291 list_del(&failover->list); in failover_unregister()
/kernel/linux/linux-6.6/sound/soc/sof/intel/
H A Dhda-ctrl.c215 list_for_each_entry(stream, &bus->stream_list, list) { in hda_dsp_ctrl_init_chip()
269 list_for_each_entry(stream, &bus->stream_list, list) { in hda_dsp_ctrl_stop_chip()
288 list_for_each_entry(stream, &bus->stream_list, list) { in hda_dsp_ctrl_stop_chip()
/test/xts/acts/applications/print_fwk/print_xts/entry/src/main/cpp/
H A Dohprint.cpp103 Print_StringList list = {0}; in OHPrintList() local
104 errorCode = OH_Print_QueryPrinterList(&list); in OHPrintList()
106 OH_Print_ReleasePrinterList(&list); in OHPrintList()
/third_party/gn/src/gn/
H A Dimmutable_vector.h166 // Initializer-list container.
167 ImmutableVector(std::initializer_list<T> list) in ImmutableVector() argument
168 : ImmutableVector(list.begin(), list.size()) {} in ImmutableVector()
/third_party/alsa-lib/test/
H A Dtimer.c79 int list = 0; in main() local
105 } else if (!strcmp(argv[idx], "list")) { in main()
106 list = 1; in main()
116 if (list) { in main()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
H A DTestBoilerplate.java44 List<T> list = new LinkedList<T>(); in _test()
45 while (_addTestObject(list)) { in _test()
47 T[] testArray = (T[]) list.toArray(); in _test()
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestBoilerplate.java43 List<T> list = new LinkedList<T>(); in _test()
44 while (_addTestObject(list)) { in _test()
46 T[] testArray = (T[]) list.toArray(); in _test()
/third_party/libwebsockets/lib/misc/cache-ttl/
H A Dlws-cache-ttl.c39 list); in lws_cache_clear_matches()
84 * We want to make a list of unique keys that exist at any cache level
139 list); in lws_cache_lookup()
164 list); in lws_cache_lookup()
/third_party/libwebsockets/lib/core-net/
H A Dsequencer.c161 lws_dll2_remove(&seq->sul_timeout.list); in lws_seq_destroy()
162 lws_dll2_remove(&seq->sul_pending.list); in lws_seq_destroy()
203 /* ... have to lock here though, because we will change the list */ in lws_seq_sul_pending_cb()
207 /* detach event from sequencer event list and free it */ in lws_seq_sul_pending_cb()
305 /* list is always at the very top of the sul */ in lws_seq_timeout_us()
307 (lws_sorted_usec_list_t *)&seq->sul_timeout.list, us); in lws_seq_timeout_us()
/third_party/mbedtls/scripts/
H A Dgenerate_driver_wrappers.py40 def render(template_path: str, driver_jsoncontext: list) -> str:
54 driver_jsoncontext: list) -> None:
80 # This could happen if the driverjson_data.type does not exist in the provided schema list
136 jsondriver_list: str) -> list:
198 # Read and validate list of driver jsons from driverlist.json
/third_party/node/tools/icu/
H A Diculslocs.cc241 int list(const char* toBundle) { in list() function
307 // OK, now list them. in list()
385 if (list(nullptr)) { in main()
389 if (list(argv[++i])) { in main()
/third_party/mesa3d/src/mesa/main/
H A Dobjectlabel.c219 struct gl_display_list *list = _mesa_lookup_list(ctx, name, false); in get_label_pointer() local
220 if (list) in get_label_pointer()
221 labelPtr = &list->Label; in get_label_pointer()

Completed in 19 milliseconds

1...<<181182183184185186187188189190>>...676