/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | futex.h | 55 struct robust_list list; member
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | primitive.c | 27 #include <linux/list.h> /* For struct list_head */ 60 * -> association id [,destination transport addr list] [,outbound stream
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | futex.h | 45 struct robust_list list; member
|
/test/testfwk/arkxtest/uitest/record/ |
H A D | touch_event.h | 19 #include <list> 34 * @brief TouchEvent contains the active change point and a list of all touch points.
|
/test/testfwk/arkxtest/uitest/core/ |
H A D | frontend_api_handler.h | 24 #include <list>
|
/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_handler.cpp | 435 // Returns list of current calls of ME. If command succeeds but no calls are available, in GetCsCallsDataResponse() 447 TELEPHONY_LOGE("[slot%{public}d] Failed to query the call list but no reason!", slotId_); in GetCsCallsDataResponse() 467 // Returns list of current calls of ME. If command succeeds but no calls are available, in GetImsCallsDataResponse() 478 TELEPHONY_LOGE("[slot%{public}d] Failed to query the call list but no reason!", slotId_); in GetImsCallsDataResponse() 1356 void CellularCallHandler::ProcessCsPhoneNumber(CallInfoList &list) in ProcessCsPhoneNumber() argument 1358 if (list.callSize == 0 || list.calls.empty()) { in ProcessCsPhoneNumber() 1361 for (uint64_t i = 0; i < list.calls.size(); i++) { in ProcessCsPhoneNumber() 1362 CallInfo callInfo = list.calls[i]; in ProcessCsPhoneNumber() 1367 list in ProcessCsPhoneNumber() 1373 ProcessImsPhoneNumber(ImsCurrentCallList &list) ProcessImsPhoneNumber() argument [all...] |
/kernel/linux/linux-5.10/drivers/devfreq/ |
H A D | devfreq.c | 24 #include <linux/list.h> 46 /* The list of all device-devfreq governors */ 48 /* The list of all device-devfreq */ 61 * Search the list of device devfreqs and return the matched device's 259 * Search the list of devfreq governors and return the matched 286 * Search the list of devfreq governors and request the module and try again 716 * Remove devfreq from the list and release its resources. 1037 * @index - index into list of devfreq 2046 * @list: DEVFREQ_TRANSITION_NOTIFIER. 2050 unsigned int list) in devfreq_register_notifier() 2048 devfreq_register_notifier(struct devfreq *devfreq, struct notifier_block *nb, unsigned int list) devfreq_register_notifier() argument 2076 devfreq_unregister_notifier(struct devfreq *devfreq, struct notifier_block *nb, unsigned int list) devfreq_unregister_notifier() argument 2101 unsigned int list; global() member 2119 devm_devfreq_register_notifier(struct device *dev, struct devfreq *devfreq, struct notifier_block *nb, unsigned int list) devm_devfreq_register_notifier() argument 2155 devm_devfreq_unregister_notifier(struct device *dev, struct devfreq *devfreq, struct notifier_block *nb, unsigned int list) devm_devfreq_unregister_notifier() argument [all...] |
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | picoxcell_crypto.c | 22 #include <linux/list.h> 80 struct list_head list; member 615 list); in spacc_push() 616 list_move_tail(&req->list, &engine->in_progress); in spacc_push() 658 list_add_tail(&dev_req->list, &engine->pending); in spacc_aead_setup() 660 list_add_tail(&dev_req->list, &engine->pending); in spacc_aead_setup() 970 * we either stick it on the end of a pending list if we can backlog, in spacc_ablk_setup() 980 list_add_tail(&dev_req->list, &engine->pending); in spacc_ablk_setup() 982 list_add_tail(&dev_req->list, &engine->pending); in spacc_ablk_setup() 1072 list); in spacc_process_done() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_ethtool.c | 15 * copyright notice, this list of conditions and the following 19 * copyright notice, this list of conditions and the following 1425 list_add_tail(&spec_l2->list, rule_list_h); in mlx4_en_ethtool_add_mac_rule() 1482 list_add_tail(&spec_l3->list, list_h); in add_ip_rule() 1548 list_add_tail(&spec_l3->list, list_h); in add_tcp_udp_rule() 1549 list_add_tail(&spec_l4->list, list_h); in add_tcp_udp_rule() 1619 INIT_LIST_HEAD(&rule.list); in mlx4_en_flow_replace() 1640 err = mlx4_en_ethtool_to_net_trans_rule(dev, cmd, &rule.list); in mlx4_en_flow_replace() 1655 list_del(&loc_rule->list); in mlx4_en_flow_replace() 1666 list_add_tail(&loc_rule->list, in mlx4_en_flow_replace() [all...] |
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-snap.c | 13 #include <linux/list.h> 57 struct list_head list; member 86 * A list of pending exceptions that completed out of order. 98 * as well as the snapshot_bios list. 208 * in a bio list 338 * the size of the minors list then it should be nearly perfect 462 list_for_each_entry(s, &o->snapshots, list) { in __find_snapshots_sharing_cow() 538 /* Sort the list according to chunk size, largest-first smallest-last */ in __insert_snapshot() 539 list_for_each_entry(l, &o->snapshots, list) in __insert_snapshot() 542 list_add_tail(&s->list, in __insert_snapshot() [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hem.c | 16 * copyright notice, this list of conditions and the following 20 * copyright notice, this list of conditions and the following 275 list_add_tail(&chunk->list, &hem->chunk_list); in hns_roce_alloc_hem() 314 list_for_each_entry_safe(chunk, tmp, &hem->chunk_list, list) { in hns_roce_free_hem() 756 list_for_each_entry(chunk, &hem->chunk_list, list) { in hns_roce_table_find() 963 struct list_head list; /* link all hems in the same bt level */ member 996 INIT_LIST_HEAD(&hem->list); in hem_list_alloc_item() 1016 list_for_each_entry_safe(hem, temp_hem, head, list) { in hem_list_free_all() 1017 list_del(&hem->list); in hem_list_free_all() 1049 list_for_each_entry_safe(hem, temp_hem, ba_list, list) { in hem_list_search_item() [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | user_mad.c | 18 * copyright notice, this list of conditions and the following 22 * copyright notice, this list of conditions and the following 129 struct list_head list; member 195 list_add_tail(&packet->list, &file->recv_list); in queue_packet() 210 list_del(&packet->list); in dequeue_send() 339 recv_buf = container_of(recv_buf->list.next, in copy_recv_mad() 340 struct ib_mad_recv_buf, list); in copy_recv_mad() 410 packet = list_entry(file->recv_list.next, struct ib_umad_packet, list); in ib_umad_read() 411 list_del(&packet->list); in ib_umad_read() 423 list_add(&packet->list, in ib_umad_read() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | txrx.c | 626 list_for_each_entry(vif, &ar->vif_list, list) { in ath6kl_tx_queue_full() 704 list); in ath6kl_tx_complete() 705 list_del(&packet->list); in ath6kl_tx_complete() 799 list_for_each_entry(vif, &ar->vif_list, list) { in ath6kl_tx_complete() 909 list_add_tail(&packet->list, &queue); in ath6kl_rx_refill() 937 list_add_tail(&packet->list, &ar->amsdu_rx_buffer_queue); in ath6kl_refill_amsdu_rxbufs() 945 * pre-allocated list of buffers of maximum AMSDU size (4K). 972 struct htc_packet, list); in ath6kl_alloc_amsdu_rxbuf() 973 list_del(&packet->list); in ath6kl_alloc_amsdu_rxbuf() 1466 list); in ath6kl_rx() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/fcoe/ |
H A D | fcoe.c | 66 /* fcoe host list */ 949 list_for_each_entry(oldfcoe, &fcoe_hostlist, list) { in fcoe_em_config() 1211 * instance on host list updated by fcoe_hostlist_add(). in fcoe_if_create() 1427 * call fcoe_recv_frame directly, rather than queuing to the rx list in fcoe_rcv() 1780 list_for_each_entry(fcoe, &fcoe_hostlist, list) { in fcoe_hostlist_lookup_realdev_port() 1856 list_for_each_entry(fcoe, &fcoe_hostlist, list) { in fcoe_device_notification() 1887 list_del(&fcoe->list); in fcoe_device_notification() 2082 list_del(&fcoe->list); in fcoe_destroy() 2384 list_for_each_entry(fcoe, &fcoe_hostlist, list) { in fcoe_hostlist_lookup_port() 2428 list_add_tail(&fcoe->list, in fcoe_hostlist_add() [all...] |
/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/ |
H A D | vchiq_arm.c | 20 #include <linux/list.h> 73 struct list_head list; member 227 &instance->bulk_waiter_list, list) { in vchiq_shutdown() 228 list_del(&waiter->list); in vchiq_shutdown() 447 list_for_each_entry(waiter, &instance->bulk_waiter_list, list) { in vchiq_blocking_bulk_transfer() 449 list_del(&waiter->list); in vchiq_blocking_bulk_transfer() 501 list_add(&waiter->list, &instance->bulk_waiter_list); in vchiq_blocking_bulk_transfer() 977 list) { in vchiq_irq_queue_bulk_tx_rx() 979 list_del(&waiter->list); in vchiq_irq_queue_bulk_tx_rx() 1031 list_add(&waiter->list, in vchiq_irq_queue_bulk_tx_rx() [all...] |
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
H A D | auth_gss.c | 247 struct list_head list; member 288 BUG_ON(!list_empty(&gss_msg->list)); in gss_release_msg() 301 list_for_each_entry(pos, &pipe->in_downcall, list) { in __gss_find_upcall() 326 list_add(&gss_msg->list, &pipe->in_downcall); in gss_add_msg() 336 list_del_init(&gss_msg->list); in __gss_unhash_msg() 347 if (list_empty(&gss_msg->list)) in gss_unhash_msg() 350 if (!list_empty(&gss_msg->list)) in gss_unhash_msg() 521 INIT_LIST_HEAD(&gss_msg->list); in gss_alloc_msg() 692 list_for_each_entry(pos, &pipe->in_downcall, list) { in gss_find_downcall() 754 list_del_init(&gss_msg->list); in gss_pipe_downcall() [all...] |
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | stash.c | 15 #include <linux/list.h> 68 struct list_head *list; member 699 struct list_head *list) in hmdfs_init_cache_for_stash_files() 706 list_for_each_entry(info, list, stash_node) in hmdfs_init_cache_for_stash_files() 716 hmdfs_init_cache_for_stash_files(work->conn, work->list); in hmdfs_init_stash_cache_work_fn() 721 struct list_head *list) in hmdfs_init_cache_for_stash_files_by_work() 725 .list = list, in hmdfs_init_cache_for_stash_files_by_work() 735 bool check, struct list_head *list) in hmdfs_stash_fetch_ready_files() 746 list_add_tail(&info->stash_node, list); in hmdfs_stash_fetch_ready_files() 698 hmdfs_init_cache_for_stash_files(struct hmdfs_peer *conn, struct list_head *list) hmdfs_init_cache_for_stash_files() argument 720 hmdfs_init_cache_for_stash_files_by_work(struct hmdfs_peer *conn, struct list_head *list) hmdfs_init_cache_for_stash_files_by_work() argument 734 hmdfs_stash_fetch_ready_files(struct hmdfs_peer *conn, bool check, struct list_head *list) hmdfs_stash_fetch_ready_files() argument 806 hmdfs_stash_remote_inodes(struct hmdfs_peer *conn, struct list_head *list) hmdfs_stash_remote_inodes() argument [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | percpu.c | 75 #include <linux/list.h> 169 struct list_head *pcpu_chunk_lists __ro_after_init; /* chunk list slots */ 513 list_move(&chunk->list, &pcpu_slot[slot]); in __pcpu_chunk_move() 515 list_move_tail(&chunk->list, &pcpu_slot[slot]); in __pcpu_chunk_move() 1325 INIT_LIST_HEAD(&chunk->list); in pcpu_alloc_first_chunk() 1405 INIT_LIST_HEAD(&chunk->list); in pcpu_alloc_chunk() 1761 list_for_each_entry_safe(chunk, next, &pcpu_slot[slot], list) { in pcpu_alloc() 1959 list_for_each_entry_safe(chunk, next, free_head, list) { in __pcpu_balance_workfn() 1963 if (chunk == list_first_entry(free_head, struct pcpu_chunk, list)) in __pcpu_balance_workfn() 1966 list_move(&chunk->list, in __pcpu_balance_workfn() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/ |
H A D | sta.c | 42 static inline void __cw1200_free_event_queue(struct list_head *list) in __cw1200_free_event_queue() argument 45 list_for_each_entry_safe(event, tmp, list, link) { in __cw1200_free_event_queue() 96 LIST_HEAD(list); in cw1200_stop() 122 list_splice_init(&priv->event_queue, &list); in cw1200_stop() 124 __cw1200_free_event_queue(&list); in cw1200_stop() 954 LIST_HEAD(list); in cw1200_free_event_queue() 957 list_splice_init(&priv->event_queue, &list); in cw1200_free_event_queue() 960 __cw1200_free_event_queue(&list); in cw1200_free_event_queue() 968 LIST_HEAD(list); in cw1200_event_handler() 971 list_splice_init(&priv->event_queue, &list); in cw1200_event_handler() [all...] |
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | stash.c | 15 #include <linux/list.h> 68 struct list_head *list; member 689 struct list_head *list) in hmdfs_init_cache_for_stash_files() 696 list_for_each_entry(info, list, stash_node) in hmdfs_init_cache_for_stash_files() 706 hmdfs_init_cache_for_stash_files(work->conn, work->list); in hmdfs_init_stash_cache_work_fn() 711 struct list_head *list) in hmdfs_init_cache_for_stash_files_by_work() 715 .list = list, in hmdfs_init_cache_for_stash_files_by_work() 725 bool check, struct list_head *list) in hmdfs_stash_fetch_ready_files() 736 list_add_tail(&info->stash_node, list); in hmdfs_stash_fetch_ready_files() 688 hmdfs_init_cache_for_stash_files(struct hmdfs_peer *conn, struct list_head *list) hmdfs_init_cache_for_stash_files() argument 710 hmdfs_init_cache_for_stash_files_by_work(struct hmdfs_peer *conn, struct list_head *list) hmdfs_init_cache_for_stash_files_by_work() argument 724 hmdfs_stash_fetch_ready_files(struct hmdfs_peer *conn, bool check, struct list_head *list) hmdfs_stash_fetch_ready_files() argument 796 hmdfs_stash_remote_inodes(struct hmdfs_peer *conn, struct list_head *list) hmdfs_stash_remote_inodes() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_mes.c | 251 /* add the mes process to idr list */ in amdgpu_mes_create_process() 301 list_for_each_entry_safe(gang, tmp1, &process->gang_list, list) { in amdgpu_mes_destroy_process() 302 list_for_each_entry_safe(queue, tmp2, &gang->queue_list, list) { in amdgpu_mes_destroy_process() 323 list_for_each_entry_safe(gang, tmp1, &process->gang_list, list) { in amdgpu_mes_destroy_process() 325 list_for_each_entry_safe(queue, tmp2, &gang->queue_list, list) { in amdgpu_mes_destroy_process() 327 list_del(&queue->list); in amdgpu_mes_destroy_process() 333 list_del(&gang->list); in amdgpu_mes_destroy_process() 382 /* add the mes gang to idr list */ in amdgpu_mes_add_gang() 400 list_add_tail(&gang->list, &process->gang_list); in amdgpu_mes_add_gang() 433 DRM_ERROR("queue list i in amdgpu_mes_remove_gang() [all...] |
/kernel/linux/linux-6.6/drivers/devfreq/ |
H A D | devfreq.c | 25 #include <linux/list.h> 49 /* The list of all device-devfreq governors */ 51 /* The list of all device-devfreq */ 64 * Search the list of device devfreqs and return the matched device's 259 * Search the list of devfreq governors and return the matched 286 * Search the list of devfreq governors and request the module and try again 745 * Remove devfreq from the list and release its resources. 1096 * @index - index into list of devfreq 2179 * @list: DEVFREQ_TRANSITION_NOTIFIER. 2183 unsigned int list) in devfreq_register_notifier() 2181 devfreq_register_notifier(struct devfreq *devfreq, struct notifier_block *nb, unsigned int list) devfreq_register_notifier() argument 2209 devfreq_unregister_notifier(struct devfreq *devfreq, struct notifier_block *nb, unsigned int list) devfreq_unregister_notifier() argument 2234 unsigned int list; global() member 2252 devm_devfreq_register_notifier(struct device *dev, struct devfreq *devfreq, struct notifier_block *nb, unsigned int list) devm_devfreq_register_notifier() argument 2288 devm_devfreq_unregister_notifier(struct device *dev, struct devfreq *devfreq, struct notifier_block *nb, unsigned int list) devm_devfreq_unregister_notifier() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npc_fs.c | 976 list_for_each_entry(iter, &mcam->mcam_rules, list) { in rvu_mcam_find_rule() 994 list_for_each_entry(iter, &mcam->mcam_rules, list) { in rvu_mcam_add_rule() 997 head = &iter->list; in rvu_mcam_add_rule() 1000 list_add(&rule->list, head); in rvu_mcam_add_rule() 1259 list_del(&rule->list); in npc_install_flow() 1428 list_del(&rule->list); in npc_delete_flow() 1447 list_for_each_entry_safe(iter, tmp, &mcam->mcam_rules, list) { in rvu_mbox_handler_npc_delete_flow() 1451 list_move_tail(&iter->list, &del_list); in rvu_mbox_handler_npc_delete_flow() 1455 list_move_tail(&iter->list, &del_list); in rvu_mbox_handler_npc_delete_flow() 1462 list_move_tail(&iter->list, in rvu_mbox_handler_npc_delete_flow() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_ethtool.c | 15 * copyright notice, this list of conditions and the following 19 * copyright notice, this list of conditions and the following 1436 list_add_tail(&spec_l2->list, rule_list_h); in mlx4_en_ethtool_add_mac_rule() 1493 list_add_tail(&spec_l3->list, list_h); in add_ip_rule() 1559 list_add_tail(&spec_l3->list, list_h); in add_tcp_udp_rule() 1560 list_add_tail(&spec_l4->list, list_h); in add_tcp_udp_rule() 1630 INIT_LIST_HEAD(&rule.list); in mlx4_en_flow_replace() 1651 err = mlx4_en_ethtool_to_net_trans_rule(dev, cmd, &rule.list); in mlx4_en_flow_replace() 1666 list_del(&loc_rule->list); in mlx4_en_flow_replace() 1677 list_add_tail(&loc_rule->list, in mlx4_en_flow_replace() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | helpers.c | 7 #include <linux/list.h> 31 struct list_head list; member 97 list_del_init(&buf->list); in free_dpb_buf() 114 list_for_each_entry_safe(buf, next, &inst->dpbbufs, list) { in venus_helper_queue_dpb_bufs() 149 list_for_each_entry_safe(buf, n, &inst->dpbbufs, list) { in venus_helper_free_dpb_bufs() 221 list_add_tail(&buf->list, &inst->dpbbufs); in venus_helper_alloc_dpb_bufs() 280 list_add_tail(&buf->list, &inst->internalbufs); in intbufs_set_buffer() 298 list_for_each_entry_safe(buf, n, &inst->internalbufs, list) { in intbufs_unset_buffers() 307 list_del_init(&buf->list); in intbufs_unset_buffers() 384 list_for_each_entry_safe(buf, n, &inst->internalbufs, list) { in venus_helper_intbufs_realloc() [all...] |