Searched refs:src_list (Results 1 – 10 of 10) sorted by relevance
/linux/crypto/async_tx/ |
A D | async_xor.c | 62 tmp = src_list[0]; in do_async_xor() 63 if (src_list > unmap->addr) in do_async_xor() 64 src_list[0] = dma_dest; in do_async_xor() 76 src_list, in do_async_xor() 80 src_list[0] = tmp; in do_async_xor() 91 src_list += xor_src_cnt - 1; in do_async_xor() 113 srcs = (void **) src_list; in do_sync_xor_offs() 117 if (src_list[i]) in do_sync_xor_offs() 187 &dest, 1, src_list, in async_xor_offs() 207 if (!src_list[i]) in async_xor_offs() [all …]
|
/linux/include/linux/ |
A D | async_tx.h | 162 async_xor(struct page *dest, struct page **src_list, unsigned int offset, 167 struct page **src_list, unsigned int *src_offset, 171 async_xor_val(struct page *dest, struct page **src_list, unsigned int offset, 177 struct page **src_list, unsigned int *src_offset,
|
/linux/sound/core/seq/ |
A D | seq_ports.c | 198 return list_entry(p, struct snd_seq_subscribers, src_list); in get_subscriber() 504 list_add_tail(&subs->src_list, &grp->list_head); in check_and_subscribe_port() 528 list = is_src ? &subs->src_list : &subs->dest_list; in __delete_and_unsubscribe_port() 571 INIT_LIST_HEAD(&subs->src_list); in snd_seq_port_connect() 643 list_for_each_entry(s, &src_grp->list_head, src_list) { in snd_seq_port_get_subscription()
|
A D | seq_ports.h | 30 struct list_head src_list; /* link of sources */ member
|
A D | seq_clientmgr.c | 686 list_for_each_entry(subs, &grp->list_head, src_list) { in deliver_to_subscribers() 2001 s = list_entry(p, struct snd_seq_subscribers, src_list); in snd_seq_ioctl_query_subs() 2417 s = list_entry(p, struct snd_seq_subscribers, src_list); in snd_seq_info_dump_subscribers()
|
/linux/net/bridge/ |
A D | br_multicast.c | 668 WARN_ON(!hlist_empty(&pg->src_list)); in br_multicast_destroy_port_group() 749 if (hlist_empty(&pg->src_list)) { in br_multicast_port_group_expired() 1197 if (!hlist_empty(&pg->src_list)) in br_multicast_group_src_expired() 1293 INIT_HLIST_HEAD(&p->src_list); in br_multicast_new_port_group() 2123 hlist_for_each_entry(ent, &pg->src_list, node) in __grp_src_isexc_incl() 2162 hlist_for_each_entry(ent, &pg->src_list, node) in __grp_src_isexc_excl() 2234 hlist_for_each_entry(ent, &pg->src_list, node) in __grp_src_toin_incl() 2281 hlist_for_each_entry(ent, &pg->src_list, node) in __grp_src_toin_excl() 2363 hlist_for_each_entry(ent, &pg->src_list, node) in __grp_src_toex_incl() 2408 hlist_for_each_entry(ent, &pg->src_list, node) in __grp_src_toex_excl() [all …]
|
A D | br_mdb.c | 180 if (hlist_empty(&p->src_list)) in __mdb_fill_srcs() 187 hlist_for_each_entry_rcu(ent, &p->src_list, node, in __mdb_fill_srcs() 540 if (!hlist_empty(&pg->src_list)) in rtnl_mdb_nlmsg_size() 543 hlist_for_each_entry(ent, &pg->src_list, node) { in rtnl_mdb_nlmsg_size()
|
A D | br_multicast_eht.c | 630 hlist_for_each_entry_safe(src_ent, tmp, &pg->src_list, node) { in __eht_inc_exc()
|
A D | br_private.h | 319 struct hlist_head src_list; member
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | fs_counters.c | 638 mlx5_fc_pool_acquire_from_list(struct list_head *src_list, in mlx5_fc_pool_acquire_from_list() argument 645 if (list_empty(src_list)) in mlx5_fc_pool_acquire_from_list() 648 bulk = list_first_entry(src_list, struct mlx5_fc_bulk, pool_list); in mlx5_fc_pool_acquire_from_list()
|
Completed in 37 milliseconds