Home
last modified time | relevance | path

Searched refs:list (Results 4226 - 4250 of 16882) sorted by relevance

1...<<161162163164165166167168169170>>...676

/base/location/test/location_common/source/
H A Dlocation_common_test.cpp854 std::shared_ptr<std::list<std::string>> proxys; in HWTEST_F()
867 std::shared_ptr<std::list<std::string>> proxys; in HWTEST_F()
878 std::shared_ptr<std::list<std::string>> proxys = std::make_shared<std::list<std::string>>(); in HWTEST_F()
890 std::shared_ptr<std::list<std::string>> proxys; in HWTEST_F()
902 std::shared_ptr<std::list<std::string>> proxys = std::make_shared<std::list<std::string>>(); in HWTEST_F()
994 std::shared_ptr<std::list<std::string>> proxys; in HWTEST_F()
1007 std::shared_ptr<std::list<std::string>> proxys; in HWTEST_F()
1020 std::shared_ptr<std::list<st in HWTEST_F()
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dplugin_mgr.cpp257 std::list<PluginInfo> pluginInfoList = pluginSwitch_->GetPluginSwitch(); in LoadPlugin()
371 bool PluginMgr::GetPluginListByResType(uint32_t resType, std::list<std::string>& pluginList) in GetPluginListByResType()
395 const std::string& funcName, std::list<std::string>& pluginList) in BuildDispatchTrace()
427 std::list<std::string> pluginList; in DispatchResource()
501 std::list<std::string> pluginList = { pluginLib }; in DeliverResource()
571 std::list<PluginInfo> pluginInfoList = pluginSwitch_->GetPluginSwitch(); in DumpAllPlugin()
580 std::list<PluginInfo> pluginInfoList = pluginSwitch_->GetPluginSwitch(); in DumpAllPluginConfig()
590 std::list<PluginInfo> pluginInfoList = pluginSwitch_->GetPluginSwitch(); in DumpOnePlugin()
629 std::list<PluginInfo> pluginInfoList = pluginSwitch_->GetPluginSwitch(); in DumpHelpFromPlugin()
700 void PluginMgr::DispatchResourceToPluginSync(const std::list<st
[all...]
/kernel/linux/linux-5.10/drivers/dma/
H A Dsun4i-dma.c150 struct list_head list; member
368 struct sun4i_dma_promise, list); in __execute_vchan_pending()
427 * promise will live in the demands list on a contract. Once it has been
428 * completed, it will be moved to the completed demands list for later freeing.
494 * promise will live in the demands list on a contract. Once it has been
495 * completed, it will be moved to the completed demands list for later freeing.
581 struct sun4i_dma_promise, list); in get_next_cyclic_promise()
586 struct sun4i_dma_promise, list); in get_next_cyclic_promise()
601 list_for_each_entry_safe(promise, tmp, &contract->demands, list) in sun4i_dma_free_contract()
604 list_for_each_entry_safe(promise, tmp, &contract->completed_demands, list) in sun4i_dma_free_contract()
[all...]
/kernel/linux/linux-5.10/drivers/acpi/
H A Dbattery.c18 #include <linux/list.h>
112 struct list_head list; member
701 list_for_each_entry(battery, &acpi_battery_list, list) { in __battery_hook_unregister()
704 list_del(&hook->list); in __battery_hook_unregister()
721 INIT_LIST_HEAD(&hook->list); in battery_hook_register()
722 list_add(&hook->list, &battery_hook_list); in battery_hook_register()
729 list_for_each_entry(battery, &acpi_battery_list, list) { in battery_hook_register()
734 * and we will not add it to the list of loaded in battery_hook_register()
758 INIT_LIST_HEAD(&battery->list); in battery_hook_add_battery()
759 list_add(&battery->list, in battery_hook_add_battery()
[all...]
/kernel/linux/linux-5.10/drivers/iommu/intel/
H A Dsvm.c160 list_for_each_entry_rcu(sdev, &svm->devs, list) in intel_flush_svm_range()
183 * the list of notifiers so that our invalidate_range() callback doesn't in intel_mm_release()
194 list_for_each_entry_rcu(sdev, &svm->devs, list) in intel_mm_release()
210 list_for_each_entry((sdev), &(svm)->devs, list) \
242 list_for_each_entry_rcu(d, &svm->devs, list) { in pasid_to_svm_sdev()
388 list_add_rcu(&sdev->list, &svm->devs); in intel_svm_bind_gpasid()
418 list_del_rcu(&sdev->list); in intel_svm_unbind_gpasid()
500 list_for_each_entry(t, &global_svm_list, list) { in intel_svm_bind_mm()
513 /* Find the matching device in svm list */ in intel_svm_bind_mm()
580 INIT_LIST_HEAD(&svm->list); in intel_svm_bind_mm()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/saa7164/
H A Dsaa7164-core.c9 #include <linux/list.h>
255 list_for_each_safe(c, n, &port->dmaqueue.list) { in saa7164_work_enchandler_helper()
257 buf = list_entry(c, struct saa7164_buffer, list); in saa7164_work_enchandler_helper()
302 if (!list_empty(&port->list_buf_free.list)) { in saa7164_work_enchandler_helper()
304 /* Pull the first buffer from the used list */ in saa7164_work_enchandler_helper()
305 ubuf = list_first_entry(&port->list_buf_free.list, in saa7164_work_enchandler_helper()
306 struct saa7164_user_buffer, list); in saa7164_work_enchandler_helper()
317 /* Requeue the buffer on the free list */ in saa7164_work_enchandler_helper()
320 list_move_tail(&ubuf->list, in saa7164_work_enchandler_helper()
321 &port->list_buf_used.list); in saa7164_work_enchandler_helper()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dhif_usb.c225 struct sk_buff_head *list) in ath9k_skb_queue_purge()
229 while ((skb = __skb_dequeue(list)) != NULL) { in ath9k_skb_queue_purge()
277 * URB to the free list. in hif_usb_tx_cb()
299 /* Add this TX buffer to the free list */ in hif_usb_tx_cb()
301 list_move_tail(&tx_buf->list, &hif_dev->tx.tx_buf); in hif_usb_tx_cb()
326 tx_buf = list_first_entry(&hif_dev->tx.tx_buf, struct tx_buf, list); in __hif_usb_tx()
327 list_move_tail(&tx_buf->list, &hif_dev->tx.tx_pending); in __hif_usb_tx()
369 list_move_tail(&tx_buf->list, &hif_dev->tx.tx_buf); in __hif_usb_tx()
453 &hif_dev->tx.tx_pending, list) { in hif_usb_stop()
457 list_del(&tx_buf->list); in hif_usb_stop()
224 ath9k_skb_queue_purge(struct hif_device_usb *hif_dev, struct sk_buff_head *list) ath9k_skb_queue_purge() argument
[all...]
/kernel/linux/linux-5.10/drivers/usb/atm/
H A Dusbatm.c132 struct list_head list; member
201 if (list_empty(&channel->list)) { in usbatm_pop_urb()
206 urb = list_entry(channel->list.next, struct urb, urb_list); in usbatm_pop_urb()
232 list_add(&urb->urb_list, &channel->list); in usbatm_submit_urb()
256 list_add_tail(&urb->urb_list, &channel->list); in usbatm_complete()
285 list_for_each_entry(vcc_data, &instance->vcc_list, list) in usbatm_find_vcc()
830 list_add(&new->list, &instance->vcc_list); in usbatm_atm_open()
867 list_del(&vcc_data->list); in usbatm_atm_close()
1004 INIT_LIST_HEAD(&channel->list); in usbatm_init_channel()
1154 /* put all tx URBs on the list o in usbatm_usb_probe()
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Du_serial.c252 req = list_entry(pool->next, struct usb_request, list); in gs_start_tx()
261 list_del(&req->list); in gs_start_tx()
284 list_add(&req->list, pool); in gs_start_tx()
325 req = list_entry(pool->next, struct usb_request, list); in gs_start_rx()
326 list_del(&req->list); in gs_start_rx()
339 list_add(&req->list, pool); in gs_start_rx()
376 req = list_first_entry(queue, struct usb_request, list); in gs_rx_push()
426 list_move(&req->list, &port->read_pool); in gs_rx_push()
460 list_add_tail(&req->list, &port->read_queue); in gs_read_complete()
470 list_add(&req->list, in gs_write_complete()
[all...]
/kernel/linux/linux-5.10/include/net/netfilter/
H A Dnf_tables.h6 #include <linux/list.h>
418 * @list: table set list node
419 * @bindings: list of set bindings
449 struct list_head list; member
517 * @list: set bindings list node
525 struct list_head list; member
721 * @list: used internally
734 struct list_head list; member
844 struct list_head list; global() member
924 struct list_head list; global() member
1000 struct list_head list; global() member
1082 struct list_head list; global() member
1138 struct list_head list; global() member
1183 struct list_head list; global() member
1239 struct list_head list; global() member
1418 struct list_head list; global() member
1532 struct list_head list; global() member
[all...]
/kernel/linux/linux-5.10/security/selinux/
H A Davc.c22 #include <linux/list.h>
57 struct hlist_node list; /* anchored in avc_cache->slots[i] */ member
63 struct list_head xpd_list; /* list of extended_perms_decision */
68 struct list_head xpd_head; /* list head of extended_perms_decision */
72 struct hlist_head slots[AVC_CACHE_SLOTS]; /* head for avc_node->list */
168 hlist_for_each_entry_rcu(node, head, list) in avc_get_hash_stats()
184 * using a linked list for extended_perms_decision lookup because the list is
444 hlist_del_rcu(&node->list); in avc_node_delete()
460 hlist_replace_rcu(&old->list, in avc_node_replace()
[all...]
/kernel/linux/linux-5.10/drivers/xen/
H A Dpvcalls-back.c8 #include <linux/list.h>
34 * ring, its event channel, a list of active sockets and a tree of
38 struct list_head list; member
54 struct list_head list; member
75 struct list_head list; member
369 list_add_tail(&map->list, &fedata->socket_mappings); in pvcalls_new_active_socket()
382 list_del(&map->list); in pvcalls_new_active_socket()
487 list_for_each_entry_safe(map, n, &fedata->socket_mappings, list) { in pvcalls_back_release()
489 list_del(&map->list); in pvcalls_back_release()
974 list_add_tail(&fedata->list, in backend_connect()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_gem.c317 struct list_head list; member
329 while (!list_empty(&op->list)) { in validate_fini_no_ticket()
330 nvbo = list_entry(op->list.next, struct nouveau_bo, entry); in validate_fini_no_ticket()
406 "validation list\n", b->handle); in validate_init()
414 list_splice_tail_init(&vram_list, &op->list); in validate_init()
415 list_splice_tail_init(&gart_list, &op->list); in validate_init()
416 list_splice_tail_init(&both_list, &op->list); in validate_init()
468 list_splice_tail(&vram_list, &op->list); in validate_init()
469 list_splice_tail(&gart_list, &op->list); in validate_init()
470 list_splice_tail(&both_list, &op->list); in validate_init()
478 validate_list(struct nouveau_channel *chan, struct nouveau_cli *cli, struct list_head *list, struct drm_nouveau_gem_pushbuf_bo *pbbo) validate_list() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-cap.c272 struct vivid_buffer, list); in vivid_copy_buffer()
698 vid_cap_buf = list_entry(dev->vid_cap_active.next, struct vivid_buffer, list); in vivid_thread_vid_cap_tick()
699 list_del(&vid_cap_buf->list); in vivid_thread_vid_cap_tick()
705 struct vivid_buffer, list); in vivid_thread_vid_cap_tick()
706 list_del(&vbi_cap_buf->list); in vivid_thread_vid_cap_tick()
711 struct vivid_buffer, list); in vivid_thread_vid_cap_tick()
712 list_del(&meta_cap_buf->list); in vivid_thread_vid_cap_tick()
959 struct vivid_buffer, list); in vivid_stop_generating_vid_cap()
960 list_del(&buf->list); in vivid_stop_generating_vid_cap()
974 struct vivid_buffer, list); in vivid_stop_generating_vid_cap()
[all...]
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dwmi.c23 #include <linux/list.h>
57 struct list_head list; member
121 list_for_each_entry(wblock, &wmi_block_list, list) { in find_guid()
546 list_for_each_entry(block, &wmi_block_list, list) { in wmi_install_notify_handler()
586 list_for_each_entry(block, &wmi_block_list, list) { in wmi_remove_notify_handler()
632 list_for_each_entry(wblock, &wmi_block_list, list) { in wmi_get_event_data()
1113 list_for_each_entry_safe(wblock, next, &wmi_block_list, list) { in wmi_free_devices()
1115 list_del(&wblock->list); in wmi_free_devices()
1125 list_for_each_entry(wblock, &wmi_block_list, list) { in guid_already_parsed()
1199 list_add_tail(&wblock->list, in parse_wdg()
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm_bo.c34 #include <linux/list.h>
73 /* init the bo->list HEAD as an element of entire_bo_list */ in __bo_init()
74 INIT_LIST_HEAD(&bo->list); in __bo_init()
273 list_add_tail(&new_bo->list, &bo->list); in __bo_break_up()
284 * and does not have a linked list after bo, to take off this bo, in __bo_take_off_handling()
290 * and has a linked list,to take off this bo we need erase bo in __bo_take_off_handling()
300 * node, bo is the last element of the linked list after rbtree in __bo_take_off_handling()
308 * node, bo is in the middle of the linked list after rbtree node, in __bo_take_off_handling()
331 list_del(&bo->list); in __bo_merge()
[all...]
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dinode_merge.c13 #include <linux/list.h>
32 struct hmdfs_dentry_comrade, list); in hmdfs_get_fst_lo_d()
46 list_for_each_entry(comrade, &dim->comrade_list, list) { in hmdfs_get_lo_d()
65 struct hmdfs_dentry_comrade, list); in update_inode_attr()
66 list_for_each_entry(comrade, &cdi->comrade_list, list) { in update_inode_attr()
171 // 文件只有一个 comrade,考虑 {comrade, list + list lock} in alloc_comrade()
187 list_for_each_entry(c, onstack_comrades_head, list) { in link_comrade()
198 list_add(&comrade->list, onstack_comrades_head); in link_comrade()
200 list_add_tail(&comrade->list, onstack_comrades_hea in link_comrade()
[all...]
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-cap.c252 struct vivid_buffer, list); in vivid_copy_buffer()
577 vid_cap_buf = list_entry(dev->vid_cap_active.next, struct vivid_buffer, list); in vivid_thread_vid_cap_tick()
578 list_del(&vid_cap_buf->list); in vivid_thread_vid_cap_tick()
584 struct vivid_buffer, list); in vivid_thread_vid_cap_tick()
585 list_del(&vbi_cap_buf->list); in vivid_thread_vid_cap_tick()
590 struct vivid_buffer, list); in vivid_thread_vid_cap_tick()
591 list_del(&meta_cap_buf->list); in vivid_thread_vid_cap_tick()
838 struct vivid_buffer, list); in vivid_stop_generating_vid_cap()
839 list_del(&buf->list); in vivid_stop_generating_vid_cap()
853 struct vivid_buffer, list); in vivid_stop_generating_vid_cap()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H A Dtunnel_conf.c103 * @list: list pointer
107 struct list_head list; member
114 * struct nfp_tun_ipv4_addr - set the IP address list on the NFP
127 * @list: list pointer
132 struct list_head list; member
138 * struct nfp_tun_ipv6_addr - set the IP address list on the NFP
860 entry = list_entry(ptr, struct nfp_ipv4_addr_entry, list); in nfp_tun_write_ipv4_list()
879 entry = list_entry(ptr, struct nfp_ipv4_addr_entry, list); in nfp_tunnel_add_ipv4_off()
[all...]
/kernel/linux/linux-6.6/drivers/acpi/
H A Dbattery.c18 #include <linux/list.h>
102 struct list_head list; member
709 list_for_each_entry(battery, &acpi_battery_list, list) { in __battery_hook_unregister()
713 list_del(&hook->list); in __battery_hook_unregister()
730 INIT_LIST_HEAD(&hook->list); in battery_hook_register()
731 list_add(&hook->list, &battery_hook_list); in battery_hook_register()
738 list_for_each_entry(battery, &acpi_battery_list, list) { in battery_hook_register()
743 * and we will not add it to the list of loaded in battery_hook_register()
769 INIT_LIST_HEAD(&battery->list); in battery_hook_add_battery()
770 list_add(&battery->list, in battery_hook_add_battery()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dordered-data.c191 INIT_LIST_HEAD(&entry->list); in alloc_ordered_extent()
284 * Add a struct btrfs_ordered_sum into the list of checksums to be inserted
285 * when an ordered extent is finished. If the list covers more than one
295 list_add_tail(&sum->list, &entry->list); in btrfs_add_ordered_sum()
565 while (!list_empty(&entry->list)) { in btrfs_put_ordered_extent()
566 cur = entry->list.next; in btrfs_put_ordered_extent()
567 sum = list_entry(cur, struct btrfs_ordered_sum, list); in btrfs_put_ordered_extent()
568 list_del(&sum->list); in btrfs_put_ordered_extent()
947 * Adds all ordered extents to the given list
950 btrfs_get_ordered_extents_for_logging(struct btrfs_inode *inode, struct list_head *list) btrfs_get_ordered_extents_for_logging() argument
[all...]
H A Dspace-info.c83 * then the ->tickets list checking to see if the reservation can be
184 list_for_each_entry(found, head, list) in btrfs_clear_space_info_full()
255 list_add(&space_info->list, &info->space_info); in create_space_info()
325 list_add_tail(&block_group->list, &found->block_groups[index]); in btrfs_add_bg_to_space_info()
337 list_for_each_entry(found, head, list) { in btrfs_find_space_info()
402 if (!list_empty(&ticket->list)) { in remove_ticket()
403 list_del_init(&ticket->list); in remove_ticket()
427 ticket = list_first_entry(head, struct reserve_ticket, list); in btrfs_try_granting_tickets()
522 list_for_each_entry(cache, &info->block_groups[index], list) { in btrfs_dump_space_info()
989 * tickets in the list t
[all...]
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dinode_merge.c13 #include <linux/list.h>
32 struct hmdfs_dentry_comrade, list); in hmdfs_get_fst_lo_d()
46 list_for_each_entry(comrade, &dim->comrade_list, list) { in hmdfs_get_lo_d()
65 struct hmdfs_dentry_comrade, list); in update_inode_attr()
66 list_for_each_entry(comrade, &cdi->comrade_list, list) { in update_inode_attr()
171 // 文件只有一个 comrade,考虑 {comrade, list + list lock} in alloc_comrade()
187 list_for_each_entry(c, onstack_comrades_head, list) { in link_comrade()
198 list_add(&comrade->list, onstack_comrades_head); in link_comrade()
200 list_add_tail(&comrade->list, onstack_comrades_hea in link_comrade()
[all...]
/kernel/linux/linux-6.6/drivers/xen/
H A Dpvcalls-back.c8 #include <linux/list.h>
35 * ring, its event channel, a list of active sockets and a tree of
39 struct list_head list; member
55 struct list_head list; member
76 struct list_head list; member
373 list_add_tail(&map->list, &fedata->socket_mappings); in pvcalls_new_active_socket()
386 list_del(&map->list); in pvcalls_new_active_socket()
490 list_for_each_entry_safe(map, n, &fedata->socket_mappings, list) { in pvcalls_back_release()
492 list_del(&map->list); in pvcalls_back_release()
979 list_add_tail(&fedata->list, in backend_connect()
[all...]
/kernel/linux/linux-6.6/include/net/netfilter/
H A Dnf_tables.h6 #include <linux/list.h>
513 * @list: table set list node
514 * @bindings: list of set bindings
544 struct list_head list; member
619 * @list: set bindings list node
627 struct list_head list; member
831 * @list: used internally
845 struct list_head list; member
933 struct list_head list; global() member
1045 struct list_head list; global() member
1125 struct list_head list; global() member
1208 struct list_head list; global() member
1271 struct list_head list; global() member
1317 struct list_head list; global() member
1374 struct list_head list; global() member
1551 struct list_head list; global() member
1683 struct list_head list; global() member
[all...]

Completed in 44 milliseconds

1...<<161162163164165166167168169170>>...676