/third_party/libdrm/tests/radeon/ |
H A D | rbo.h | 32 struct list_head list; member
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | inline_exhaustive_pass.h | 21 #include <list>
|
H A D | inline_opaque_pass.h | 21 #include <list>
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | inline_exhaustive_pass.h | 21 #include <list>
|
H A D | inline_opaque_pass.h | 21 #include <list>
|
/third_party/python/Lib/zoneinfo/ |
H A D | __init__.py | 31 return sorted(list(globals()) + ["TZPATH"])
|
/third_party/spirv-tools/source/opt/ |
H A D | inline_exhaustive_pass.h | 21 #include <list>
|
H A D | inline_opaque_pass.h | 21 #include <list>
|
/third_party/zlib/examples/ |
H A D | zran.h | 17 // Access point list. 19 int have; // number of access points in list 22 point_t *list; // allocated list of access points member 29 // of the list, which is about 32K bytes per access point. The return value is
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | phy_g.c | 69 struct b43_rfatt_list *list) in generate_rfatt_list() 113 list->list = rfatt_0; in generate_rfatt_list() 114 list->len = ARRAY_SIZE(rfatt_0); in generate_rfatt_list() 115 list->min_val = 0; in generate_rfatt_list() 116 list->max_val = 9; in generate_rfatt_list() 121 list->list = rfatt_1; in generate_rfatt_list() 122 list->len = ARRAY_SIZE(rfatt_1); in generate_rfatt_list() 123 list in generate_rfatt_list() 68 generate_rfatt_list(struct b43_wldev *dev, struct b43_rfatt_list *list) generate_rfatt_list() argument 134 generate_bbatt_list(struct b43_wldev *dev, struct b43_bbatt_list *list) generate_bbatt_list() argument [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | free-space-cache.c | 33 struct list_head list; member 807 list_add_tail(&e->list, &bitmaps); in __load_free_space_cache() 819 list_for_each_entry_safe(e, n, &bitmaps, list) { in __load_free_space_cache() 820 list_del_init(&e->list); in __load_free_space_cache() 981 list_add_tail(&e->list, bitmap_list); in write_cache_extent_entries() 1003 list_for_each_entry(trim_entry, &ctl->trimming_ranges, list) { in write_cache_extent_entries() 1129 list_for_each_entry_safe(entry, next, bitmap_list, list) { in write_bitmap_entries() 1133 list_del_init(&entry->list); in write_bitmap_entries() 1156 list_for_each_entry_safe(entry, next, bitmap_list, list) in cleanup_bitmap_list() 1157 list_del_init(&entry->list); in cleanup_bitmap_list() [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | free-space-cache.c | 44 struct list_head list; member 864 list_add_tail(&e->list, &bitmaps); in __load_free_space_cache() 876 list_for_each_entry_safe(e, n, &bitmaps, list) { in __load_free_space_cache() 877 list_del_init(&e->list); in __load_free_space_cache() 1107 list_add_tail(&e->list, bitmap_list); in write_cache_extent_entries() 1129 list_for_each_entry(trim_entry, &ctl->trimming_ranges, list) { in write_cache_extent_entries() 1254 list_for_each_entry_safe(entry, next, bitmap_list, list) { in write_bitmap_entries() 1258 list_del_init(&entry->list); in write_bitmap_entries() 1281 list_for_each_entry_safe(entry, next, bitmap_list, list) in cleanup_bitmap_list() 1282 list_del_init(&entry->list); in cleanup_bitmap_list() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | phy_g.c | 69 struct b43_rfatt_list *list) in generate_rfatt_list() 113 list->list = rfatt_0; in generate_rfatt_list() 114 list->len = ARRAY_SIZE(rfatt_0); in generate_rfatt_list() 115 list->min_val = 0; in generate_rfatt_list() 116 list->max_val = 9; in generate_rfatt_list() 121 list->list = rfatt_1; in generate_rfatt_list() 122 list->len = ARRAY_SIZE(rfatt_1); in generate_rfatt_list() 123 list in generate_rfatt_list() 68 generate_rfatt_list(struct b43_wldev *dev, struct b43_rfatt_list *list) generate_rfatt_list() argument 134 generate_bbatt_list(struct b43_wldev *dev, struct b43_bbatt_list *list) generate_bbatt_list() argument [all...] |
/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers-containers_test.cc | 9 // notice, this list of conditions and the following disclaimer. 11 // copyright notice, this list of conditions and the following disclaimer 1226 list<std::string> words; in TEST() 1277 list<std::string> words; in TEST() 1361 ConstIter(const Streamlike* s, typename std::list<value_type>::iterator pos) in ConstIter() 1396 typename std::list<value_type>::iterator pos_; 1401 typedef typename std::list<value_type>::const_iterator Iter; in operator <<() 1411 mutable std::list<value_type> remainder_; // modified by iteration 1559 ::std::list<int> expected; in TEST() 1685 ::std::list<in in TEST() [all...] |
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | vid_dec_av1.c | 1925 struct dec_av1_task, list); in dec_av1_NeedTask() 1927 list_del(&task->list); in dec_av1_NeedTask() 1963 list_for_each_entry_safe(struct dec_av1_task, task, head, list) { in dec_av1_ReleaseTask() 1984 &priv->codec_data.av1.finished_tasks, list) { in dec_av1_SortTask() 1993 list_del(&t->list); in dec_av1_SortTask() 1994 list_addtail(&t->list, &priv->codec_data.av1.free_tasks); in dec_av1_SortTask() 2005 list_for_each_entry_safe(struct dec_av1_task, t, tasks, list) { in dec_av1_SearchTask() 2019 list_addtail(&task->list, &priv->codec_data.av1.started_tasks); in dec_av1_GetStartedTask() 2024 struct dec_av1_task, list); in dec_av1_GetStartedTask() 2025 list_del(&started_task->list); in dec_av1_GetStartedTask() [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/regulator/ |
H A D | core.c | 70 struct list_head list;
member 82 struct list_head list;
member 94 struct list_head list;
member 102 struct list_head list;
member 464 list_for_each_entry(regulator, &rdev->consumer_list, list)
in regulator_check_consumers() 826 list_for_each_entry(regulator, &rdev->consumer_list, list)
in regulator_total_uA_show() 997 list_for_each_entry(sibling, &rdev->consumer_list, list)
in drms_uA_update() 1703 list_for_each_entry(node, ®ulator_map_list, list)
in set_consumer_device_supply() 1722 list_add(&new_node->list, ®ulator_map_list);
in set_consumer_device_supply() 1738 list_for_each_entry_safe(node, n, ®ulator_map_list, list)
in unset_regulator_supplies() [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_compat_css20.c | 1403 &asd->dis_stats, list) { in atomisp_css_free_stat_buffers() 1405 list_del(&dis_buf->list); in atomisp_css_free_stat_buffers() 1409 &asd->dis_stats_in_css, list) { in atomisp_css_free_stat_buffers() 1411 list_del(&dis_buf->list); in atomisp_css_free_stat_buffers() 1420 &asd->s3a_stats, list) { in atomisp_css_free_stat_buffers() 1422 list_del(&s3a_buf->list); in atomisp_css_free_stat_buffers() 1426 &asd->s3a_stats_in_css, list) { in atomisp_css_free_stat_buffers() 1428 list_del(&s3a_buf->list); in atomisp_css_free_stat_buffers() 1432 &asd->s3a_stats_ready, list) { in atomisp_css_free_stat_buffers() 1434 list_del(&s3a_buf->list); in atomisp_css_free_stat_buffers() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p.c | 60 dl_list_for_each_safe(dev, n, &p2p->devices, struct p2p_device, list) { in p2p_expire_peers() 100 dl_list_del(&dev->list); in p2p_expire_peers() 363 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list) { in p2p_device_clear_reported() 379 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list) { in p2p_get_device() 397 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list) { in p2p_get_device_interface() 424 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list) { in p2p_create_device() 432 dl_list_del(&oldest->list); in p2p_create_device() 439 dl_list_add(&p2p->devices, &dev->list); in p2p_create_device() 482 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list) { in p2p_add_group_clients() 2298 p2p_dbg(p2p, "ASP find - ASP list in p2p_service_find_asp() 4815 p2p_set_no_go_freq(struct p2p_data *p2p, const struct wpa_freq_range_list *list) p2p_set_no_go_freq() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p.c | 110 dl_list_for_each_safe(dev, n, &p2p->devices, struct p2p_device, list) { in p2p_expire_peers() 150 dl_list_del(&dev->list); in p2p_expire_peers() 423 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list) { 439 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list) { 457 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list) { 484 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list) { 494 dl_list_del(&oldest->list); 501 dl_list_add(&p2p->devices, &dev->list); 544 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list) { 2426 p2p_dbg(p2p, "ASP find - ASP list 5026 p2p_set_no_go_freq(struct p2p_data *p2p, const struct wpa_freq_range_list *list) global() argument [all...] |
/device/soc/rockchip/common/sdk_linux/fs/ubifs/ |
H A D | recovery.c | 523 snod = list_entry(sleb->nodes.prev, struct ubifs_scan_node, list); in fix_unclean_leb() 528 /* Add to recovery list */ in fix_unclean_leb() 538 list_add_tail(&ucleb->list, &c->unclean_leb_list); in fix_unclean_leb() 590 snod = list_entry(sleb->nodes.prev, struct ubifs_scan_node, list); in drop_last_group() 598 list_del(&snod->list); in drop_last_group() 617 snod = list_entry(sleb->nodes.prev, struct ubifs_scan_node, list); in drop_last_node() 621 list_del(&snod->list); in drop_last_node() 931 snod = list_entry(sleb->nodes.next, struct ubifs_scan_node, list); in ubifs_recover_log_leb() 1136 ucleb = list_entry(c->unclean_leb_list.next, struct ubifs_unclean_leb, list); in ubifs_clean_lebs() 1141 list_del(&ucleb->list); in ubifs_clean_lebs() [all...] |
/kernel/linux/linux-5.10/block/ |
H A D | blk-core.c | 939 * that), so we have a list with a single bio. 940 * - We pretend that we have just taken it off a longer list, so we assign 945 * - In this case we really did just take the bio of the top of the list (no 1045 * to collect a list of requests submited by a ->submit_bio method while in submit_bio_noacct() 1375 * Steal bios from a request and add them to a bio list. 1378 void blk_steal_bios(struct bio_list *list, struct request *rq) in blk_steal_bios() argument 1381 if (list->tail) in blk_steal_bios() 1382 list->tail->bi_next = rq->bio; in blk_steal_bios() 1384 list->head = rq->bio; in blk_steal_bios() 1385 list in blk_steal_bios() [all...] |
/kernel/linux/linux-5.10/arch/x86/events/intel/ |
H A D | pt.c | 552 * @list: linkage to struct pt_buffer's list of tables 559 struct list_head list; member 688 list_add_tail(&topa->list, &buf->tables); in topa_insert_table() 721 * topa_insert_pages() - create a list of ToPA tables 725 * This initializes a list of ToPA tables with entries from 777 list_for_each_entry(topa, &buf->tables, list) { in pt_topa_dump() 817 buf->cur = list_entry(buf->cur->list.next, struct topa, in pt_buffer_advance() 818 list); in pt_buffer_advance() 975 list_for_each_entry(topa, &buf->tables, list) { in pt_topa_entry_for_page() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_crat.c | 184 list_for_each_entry(dev, device_list, list) { in kfd_parse_subtype_cu() 204 list_for_each_entry(props, &dev->mem_props, list) { in find_subtype_mem() 228 list_for_each_entry(dev, device_list, list) { in kfd_parse_subtype_mem() 273 list_add_tail(&props->list, &dev->mem_props); in kfd_parse_subtype_mem() 296 list_for_each_entry(dev, device_list, list) { in kfd_parse_subtype_cache() 339 list_add_tail(&props->list, &dev->cache_props); in kfd_parse_subtype_cache() 364 list_for_each_entry(dev, device_list, list) { in kfd_parse_subtype_iolink() 392 list_add_tail(&props->list, &dev->io_link_props); in kfd_parse_subtype_iolink() 419 list_add_tail(&props2->list, &to_dev->io_link_props); in kfd_parse_subtype_iolink() 428 * @device_list - list o [all...] |
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/ |
H A D | memory.c | 19 * The va ranges in context object contain a list with the available chunks of 27 * minimum size) is selected from the list. If the chunk size equals the 29 * two chunks - one to return as result and a remainder to stay in the list. 32 * returned to the list. The chunk is added to the list and if its edges match 36 * On finish, the list is checked to have only one chunk of all the relevant 345 * clear_va_list_locked - free virtual addresses list 348 * @va_list : list of virtual addresses to free 351 * - Iterate over the list and free each virtual addresses block 367 * print_va_list_locked - print virtual addresses list [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/davinci/ |
H A D | vpbe_display.c | 92 struct vpbe_disp_buffer, list); in vpbe_isr_odd_field() 94 list_del(&layer->next_frm->list); in vpbe_isr_odd_field() 265 list_add_tail(&buf->list, &layer->dma_queue); in vpbe_buffer_queue() 279 struct vpbe_disp_buffer, list); in vpbe_start_streaming() 281 list_del(&layer->cur_frm->list); in vpbe_start_streaming() 294 list_for_each_entry_safe(buf, tmp, &layer->dma_queue, list) { in vpbe_start_streaming() 295 list_del(&buf->list); in vpbe_start_streaming() 340 struct vpbe_disp_buffer, list); in vpbe_stop_streaming() 341 list_del(&layer->next_frm->list); in vpbe_stop_streaming() 971 * returns the status, -EINVAL if end of output list [all...] |