| /Linux-v5.10/crypto/async_tx/ | 
| D | async_xor.c | 35 	dma_addr_t *src_list = unmap->addr;  in do_async_xor()  local62 		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()
 65 		tx = dma->device_prep_dma_xor(chan, dma_dest, src_list,  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()
 101 		struct page **src_list, unsigned int *src_offs,  in do_sync_xor_offs()  argument
 113 		srcs = (void **) src_list;  in do_sync_xor_offs()
 [all …]
 
 | 
| /Linux-v5.10/drivers/dma-buf/ | 
| D | dma-resv.c | 348 	struct dma_resv_list *src_list, *dst_list;  in dma_resv_copy_fences()  local355 	src_list = rcu_dereference(src->fence);  in dma_resv_copy_fences()
 358 	if (src_list) {  in dma_resv_copy_fences()
 359 		unsigned shared_count = src_list->shared_count;  in dma_resv_copy_fences()
 368 		src_list = rcu_dereference(src->fence);  in dma_resv_copy_fences()
 369 		if (!src_list || src_list->shared_count > shared_count) {  in dma_resv_copy_fences()
 375 		for (i = 0; i < src_list->shared_count; ++i) {  in dma_resv_copy_fences()
 378 			fence = rcu_dereference(src_list->shared[i]);  in dma_resv_copy_fences()
 385 				src_list = rcu_dereference(src->fence);  in dma_resv_copy_fences()
 403 	src_list = dma_resv_get_list(dst);  in dma_resv_copy_fences()
 [all …]
 
 | 
| /Linux-v5.10/include/linux/ | 
| 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-v5.10/sound/core/seq/ | 
| 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()
 527 	list = is_src ? &subs->src_list : &subs->dest_list;  in delete_and_unsubscribe_port()
 559 	INIT_LIST_HEAD(&subs->src_list);  in snd_seq_port_connect()
 599 	list_for_each_entry(subs, &src->list_head, src_list) {  in snd_seq_port_disconnect()
 628 	list_for_each_entry(s, &src_grp->list_head, src_list) {  in snd_seq_port_get_subscription()
 
 | 
| D | seq_ports.h | 30 	struct list_head src_list;	/* link of sources */  member
 | 
| D | seq_clientmgr.c | 684 	list_for_each_entry(subs, &grp->list_head, src_list) {  in deliver_to_subscribers()1985 				s = list_entry(p, struct snd_seq_subscribers, src_list);  in snd_seq_ioctl_query_subs()
 2401 			s = list_entry(p, struct snd_seq_subscribers, src_list);  in snd_seq_info_dump_subscribers()
 
 | 
| /Linux-v5.10/net/bridge/ | 
| D | br_multicast.c | 273 		hlist_for_each_entry(src_ent, &pg_lst->src_list, node) {  in br_multicast_star_g_handle_mode()324 		hlist_for_each_entry(src_ent, &pg->src_list, node) {  in br_multicast_star_g_host_state()
 578 	WARN_ON(!hlist_empty(&pg->src_list));  in br_multicast_destroy_port_group()
 595 	hlist_for_each_entry_safe(ent, tmp, &pg->src_list, node)  in br_multicast_del_pg()
 651 	hlist_for_each_entry_safe(src_ent, tmp, &pg->src_list, node) {  in br_multicast_port_group_expired()
 658 	if (hlist_empty(&pg->src_list)) {  in br_multicast_port_group_expired()
 712 			hlist_for_each_entry(ent, &pg->src_list, node) {  in br_ip4_multicast_alloc_query()
 799 		hlist_for_each_entry(ent, &pg->src_list, node) {  in br_ip4_multicast_alloc_query()
 860 			hlist_for_each_entry(ent, &pg->src_list, node) {  in br_ip6_multicast_alloc_query()
 960 		hlist_for_each_entry(ent, &pg->src_list, node) {  in br_ip6_multicast_alloc_query()
 [all …]
 
 | 
| D | br_mdb.c | 100 	if (hlist_empty(&p->src_list))  in __mdb_fill_srcs()107 	hlist_for_each_entry_rcu(ent, &p->src_list, node,  in __mdb_fill_srcs()
 455 	if (!hlist_empty(&pg->src_list))  in rtnl_mdb_nlmsg_size()
 458 	hlist_for_each_entry(ent, &pg->src_list, node) {  in rtnl_mdb_nlmsg_size()
 
 | 
| D | br_private.h | 258 	struct hlist_head		src_list;  member
 | 
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ | 
| D | fs_counters.c | 626 mlx5_fc_pool_acquire_from_list(struct list_head *src_list,  in mlx5_fc_pool_acquire_from_list()  argument633 	if (list_empty(src_list))  in mlx5_fc_pool_acquire_from_list()
 636 	bulk = list_first_entry(src_list, struct mlx5_fc_bulk, pool_list);  in mlx5_fc_pool_acquire_from_list()
 
 |