| /Linux-v5.15/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.15/drivers/dma-buf/ | 
| D | dma-resv.c | 325 	struct dma_resv_list *src_list, *dst_list;  in dma_resv_copy_fences()  local332 	src_list = dma_resv_shared_list(src);  in dma_resv_copy_fences()
 335 	if (src_list) {  in dma_resv_copy_fences()
 336 		unsigned int shared_count = src_list->shared_count;  in dma_resv_copy_fences()
 345 		src_list = dma_resv_shared_list(src);  in dma_resv_copy_fences()
 346 		if (!src_list || src_list->shared_count > shared_count) {  in dma_resv_copy_fences()
 352 		for (i = 0; i < src_list->shared_count; ++i) {  in dma_resv_copy_fences()
 356 			fence = rcu_dereference(src_list->shared[i]);  in dma_resv_copy_fences()
 363 				src_list = dma_resv_shared_list(src);  in dma_resv_copy_fences()
 382 	src_list = dma_resv_shared_list(dst);  in dma_resv_copy_fences()
 [all …]
 
 | 
| /Linux-v5.15/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.15/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()
 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()
 
 | 
| D | seq_ports.h | 30 	struct list_head src_list;	/* link of sources */  member
 | 
| 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-v5.15/net/bridge/ | 
| D | br_multicast.c | 345 		hlist_for_each_entry(src_ent, &pg_lst->src_list, node) {  in br_multicast_star_g_handle_mode()396 		hlist_for_each_entry(src_ent, &pg->src_list, node) {  in br_multicast_star_g_host_state()
 668 	WARN_ON(!hlist_empty(&pg->src_list));  in br_multicast_destroy_port_group()
 686 	hlist_for_each_entry_safe(ent, tmp, &pg->src_list, node)  in br_multicast_del_pg()
 742 	hlist_for_each_entry_safe(src_ent, tmp, &pg->src_list, node) {  in br_multicast_port_group_expired()
 749 	if (hlist_empty(&pg->src_list)) {  in br_multicast_port_group_expired()
 824 			hlist_for_each_entry(ent, &pg->src_list, node) {  in br_ip4_multicast_alloc_query()
 912 		hlist_for_each_entry(ent, &pg->src_list, node) {  in br_ip4_multicast_alloc_query()
 974 			hlist_for_each_entry(ent, &pg->src_list, node) {  in br_ip6_multicast_alloc_query()
 1075 		hlist_for_each_entry(ent, &pg->src_list, node) {  in br_ip6_multicast_alloc_query()
 [all …]
 
 | 
| 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()
 
 | 
| D | br_multicast_eht.c | 630 		hlist_for_each_entry_safe(src_ent, tmp, &pg->src_list, node) {  in __eht_inc_exc()
 | 
| D | br_private.h | 317 	struct hlist_head		src_list;  member
 | 
| /Linux-v5.15/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()
 
 |