Home
last modified time | relevance | path

Searched refs:list (Results 701 - 725 of 10552) sorted by relevance

1...<<21222324252627282930>>...423

/kernel/linux/linux-6.6/net/9p/
H A Derror.c16 #include <linux/list.h>
26 * @list: hash-table list for string lookup
33 struct hlist_node list; member
49 {"Argument list too long", E2BIG},
172 * p9_error_init - preload mappings into hash list
189 INIT_HLIST_NODE(&c->list); in p9_error_init()
190 hlist_add_head(&c->list, &hash_errmap[bucket]); in p9_error_init()
213 hlist_for_each_entry(c, &hash_errmap[bucket], list) { in p9_errstr2errno()
/kernel/linux/linux-6.6/net/batman-adv/
H A Dbat_algo.c10 #include <linux/list.h>
46 hlist_for_each_entry(bat_algo_ops_tmp, &batadv_algo_list, list) { in batadv_algo_get()
86 INIT_HLIST_NODE(&bat_algo_ops->list); in batadv_algo_register()
87 hlist_add_head(&bat_algo_ops->list, &batadv_algo_list); in batadv_algo_register()
195 hlist_for_each_entry(bat_algo_ops, &batadv_algo_list, list) { in batadv_algo_dump()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_ulp.c13 #include <linux/list.h>
25 list_for_each_entry_rcu(e, &tcp_ulp_list, list, in tcp_ulp_find()
56 /* Attach new upper layer protocol to the list
67 list_add_tail_rcu(&ulp->list, &tcp_ulp_list); in tcp_register_ulp()
77 list_del_rcu(&ulp->list); in tcp_unregister_ulp()
84 /* Build string with list of available upper layer protocl values */
92 list_for_each_entry_rcu(ulp_ops, &tcp_ulp_list, list) { in tcp_get_available_ulp()
/kernel/linux/linux-6.6/net/core/
H A Ddev.h57 struct list_head list; member
66 list_for_each_entry((namenode), &(dev)->name_node->list, list)
68 list_for_each_entry_safe((namenode), (next), &(dev)->name_node->list, \
69 list)
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A D11n_rxreorder.c39 struct sk_buff_head list; in mwifiex_11n_dispatch_amsdu_pkt() local
42 __skb_queue_head_init(&list); in mwifiex_11n_dispatch_amsdu_pkt()
47 ieee80211_amsdu_to_8023s(skb, &list, priv->curr_addr, in mwifiex_11n_dispatch_amsdu_pkt()
50 while (!skb_queue_empty(&list)) { in mwifiex_11n_dispatch_amsdu_pkt()
53 rx_skb = __skb_dequeue(&list); in mwifiex_11n_dispatch_amsdu_pkt()
113 struct sk_buff_head list; in mwifiex_11n_dispatch_pkt_until_start_win() local
117 __skb_queue_head_init(&list); in mwifiex_11n_dispatch_pkt_until_start_win()
127 __skb_queue_tail(&list, skb); in mwifiex_11n_dispatch_pkt_until_start_win()
144 while ((skb = __skb_dequeue(&list))) in mwifiex_11n_dispatch_pkt_until_start_win()
160 struct sk_buff_head list; in mwifiex_11n_scan_and_dispatch() local
[all...]
/kernel/linux/linux-5.10/net/sunrpc/
H A Dsched.c86 if (list_empty(&queue->timer_list.list)) in __rpc_disable_timer()
110 if (list_empty(&queue->timer_list.list) || time_before(timeout, queue->timer_list.expires)) in __rpc_add_timer()
112 list_add(&task->u.tk_wait.timer_list, &queue->timer_list.list); in __rpc_add_timer()
129 * Add a request to a queue list
136 list_for_each_entry(t, q, u.tk_wait.list) { in __rpc_list_enqueue_task()
140 /* Cache the queue head in task->u.tk_wait.list */ in __rpc_list_enqueue_task()
141 task->u.tk_wait.list.next = q; in __rpc_list_enqueue_task()
142 task->u.tk_wait.list.prev = NULL; in __rpc_list_enqueue_task()
147 list_add_tail(&task->u.tk_wait.list, q); in __rpc_list_enqueue_task()
151 * Remove request from a queue list
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A D11n_rxreorder.c27 struct sk_buff_head list; in mwifiex_11n_dispatch_amsdu_pkt() local
30 __skb_queue_head_init(&list); in mwifiex_11n_dispatch_amsdu_pkt()
35 ieee80211_amsdu_to_8023s(skb, &list, priv->curr_addr, in mwifiex_11n_dispatch_amsdu_pkt()
38 while (!skb_queue_empty(&list)) { in mwifiex_11n_dispatch_amsdu_pkt()
41 rx_skb = __skb_dequeue(&list); in mwifiex_11n_dispatch_amsdu_pkt()
101 struct sk_buff_head list; in mwifiex_11n_dispatch_pkt_until_start_win() local
105 __skb_queue_head_init(&list); in mwifiex_11n_dispatch_pkt_until_start_win()
115 __skb_queue_tail(&list, skb); in mwifiex_11n_dispatch_pkt_until_start_win()
132 while ((skb = __skb_dequeue(&list))) in mwifiex_11n_dispatch_pkt_until_start_win()
148 struct sk_buff_head list; in mwifiex_11n_scan_and_dispatch() local
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dvpe.h13 #include <linux/list.h>
72 /* The list of vpe's */
73 struct list_head list; member
78 /* the list of who wants to know when something major happens */
89 struct list_head tc; /* The list of TC's with this VPE */
90 struct list_head list; /* The global list of tc's */ member
97 struct list_head list; member
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
H A Dgang.c10 #include <linux/list.h>
26 INIT_LIST_HEAD(&gang->list); in alloc_spu_gang()
37 WARN_ON(gang->contexts || !list_empty(&gang->list)); in destroy_spu_gang()
56 list_add(&ctx->gang_list, &gang->list); in spu_gang_add_ctx()
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dvpe.h13 #include <linux/list.h>
66 /* The list of vpe's */
67 struct list_head list; member
72 /* the list of who wants to know when something major happens */
83 struct list_head tc; /* The list of TC's with this VPE */
84 struct list_head list; /* The global list of tc's */ member
91 struct list_head list; member
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/
H A Dgang.c10 #include <linux/list.h>
26 INIT_LIST_HEAD(&gang->list); in alloc_spu_gang()
37 WARN_ON(gang->contexts || !list_empty(&gang->list)); in destroy_spu_gang()
56 list_add(&ctx->gang_list, &gang->list); in spu_gang_add_ctx()
/kernel/linux/linux-5.10/drivers/md/bcache/
H A Djournal.h12 * Journal entries contain a list of keys, ordered by the time they were
84 struct list_head list; member
179 void bch_journal_mark(struct cache_set *c, struct list_head *list);
181 int bch_journal_read(struct cache_set *c, struct list_head *list);
182 int bch_journal_replay(struct cache_set *c, struct list_head *list);
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Ddoorbell.c15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
40 struct list_head list; member
55 list_for_each_entry(page, &context->db_page_list, list) in mlx5_ib_db_map_user()
75 list_add(&page->list, &context->db_page_list); in mlx5_ib_db_map_user()
93 list_del(&db->u.user_page->list); in mlx5_ib_db_unmap_user()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H A Ddoorbell.c15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
39 struct list_head list; member
55 list_for_each_entry(page, &context->db_page_list, list) in mlx4_ib_db_map_user()
75 list_add(&page->list, &context->db_page_list); in mlx4_ib_db_map_user()
93 list_del(&db->u.user_page->list); in mlx4_ib_db_unmap_user()
/kernel/linux/linux-5.10/net/vmw_vsock/
H A Daf_vsock_tap.c25 list_add_rcu(&vt->list, &vsock_tap_all); in vsock_add_tap()
39 list_for_each_entry(tmp, &vsock_tap_all, list) { in vsock_remove_tap()
41 list_del_rcu(&vt->list); in vsock_remove_tap()
85 list_for_each_entry_rcu(tmp, &vsock_tap_all, list) { in __vsock_deliver_tap()
/kernel/linux/linux-5.10/include/linux/
H A Dpadata.h19 #include <linux/list.h>
28 * @list: List entry, to attach to the padata lists.
37 struct list_head list; member
49 * @list: List head.
53 struct list_head list; member
117 * @list: List entry in padata_instance list.
123 struct list_head list; member
/kernel/linux/linux-5.10/tools/objtool/
H A Dcheck.h40 struct list_head list; member
93 list_for_each_entry(insn, &file->insn_list, list)
97 insn && &insn->list != &file->insn_list && \
99 insn = list_next_entry(insn, list))
/kernel/linux/linux-5.10/fs/nfs_common/
H A Dgrace.c34 if (list_empty(&lm->list)) in locks_start_grace()
35 list_add(&lm->list, grace_list); in locks_start_grace()
58 list_del_init(&lm->list); in locks_end_grace()
73 list_for_each_entry(lm, grace_list, list) { in __state_in_grace()
/kernel/linux/linux-6.6/fs/nfs_common/
H A Dgrace.c35 if (list_empty(&lm->list)) in locks_start_grace()
36 list_add(&lm->list, grace_list); in locks_start_grace()
58 list_del_init(&lm->list); in locks_end_grace()
73 list_for_each_entry(lm, grace_list, list) { in __state_in_grace()
/kernel/linux/linux-6.6/include/linux/
H A Dpadata.h19 #include <linux/list.h>
28 * @list: List entry, to attach to the padata lists.
37 struct list_head list; member
49 * @list: List head.
53 struct list_head list; member
117 * @list: List entry in padata_instance list.
123 struct list_head list; member
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Ddoorbell.c15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
41 struct list_head list; member
56 list_for_each_entry(page, &context->db_page_list, list) in mlx5_ib_db_map_user()
79 list_add(&page->list, &context->db_page_list); in mlx5_ib_db_map_user()
98 list_del(&db->u.user_page->list); in mlx5_ib_db_unmap_user()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H A Ddoorbell.c15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
39 struct list_head list; member
55 list_for_each_entry(page, &context->db_page_list, list) in mlx4_ib_db_map_user()
75 list_add(&page->list, &context->db_page_list); in mlx4_ib_db_map_user()
94 list_del(&db->u.user_page->list); in mlx4_ib_db_unmap_user()
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Djournal.h12 * Journal entries contain a list of keys, ordered by the time they were
84 struct list_head list; member
179 void bch_journal_mark(struct cache_set *c, struct list_head *list);
181 int bch_journal_read(struct cache_set *c, struct list_head *list);
182 int bch_journal_replay(struct cache_set *c, struct list_head *list);
/kernel/linux/linux-6.6/net/vmw_vsock/
H A Daf_vsock_tap.c25 list_add_rcu(&vt->list, &vsock_tap_all); in vsock_add_tap()
39 list_for_each_entry(tmp, &vsock_tap_all, list) { in vsock_remove_tap()
41 list_del_rcu(&vt->list); in vsock_remove_tap()
85 list_for_each_entry_rcu(tmp, &vsock_tap_all, list) { in __vsock_deliver_tap()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/
H A Drtrs.c76 struct ib_sge list; in rtrs_iu_post_recv() local
78 list.addr = iu->dma_addr; in rtrs_iu_post_recv()
79 list.length = iu->size; in rtrs_iu_post_recv()
80 list.lkey = sess->dev->ib_pd->local_dma_lkey; in rtrs_iu_post_recv()
82 if (list.length == 0) { in rtrs_iu_post_recv()
84 "Posting receive work request failed, sg list is empty\n"); in rtrs_iu_post_recv()
89 .sg_list = &list, in rtrs_iu_post_recv()
130 struct ib_sge list; in rtrs_iu_post_send() local
135 list.addr = iu->dma_addr; in rtrs_iu_post_send()
136 list in rtrs_iu_post_send()
[all...]

Completed in 11 milliseconds

1...<<21222324252627282930>>...423