Searched refs:list_entry_next (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_dma.c | 77 #ifndef list_entry_next 78 #define list_entry_next(pos, member) \ macro 854 window = list_entry_next(window, list); in scif_rma_local_cpu_copy() 960 window = list_entry_next(window, list); in scif_rma_list_dma_copy_unaligned() 1067 window = list_entry_next(window, list); in scif_rma_list_dma_copy_unaligned() 1150 src_window = list_entry_next(src_window, list); in _scif_rma_list_dma_copy_aligned() 1156 dst_window = list_entry_next(dst_window, list); in _scif_rma_list_dma_copy_aligned() 1317 src_window = list_entry_next(src_window, list); in scif_rma_list_dma_copy_aligned() 1323 dst_window = list_entry_next(dst_window, list); in scif_rma_list_dma_copy_aligned() 1408 src_window = list_entry_next(src_window, list); in scif_rma_list_dma_copy_aligned() [all …]
|
/linux-4.4.14/security/apparmor/ |
D | apparmorfs.c | 553 #define list_entry_next(pos, member) \ macro 585 next = list_entry_next(ns, base.list); in __next_namespace() 639 p = list_entry_next(p, base.list); in __next_profile() 648 p = list_entry_next(p, base.list); in __next_profile()
|
/linux-4.4.14/net/ceph/ |
D | messenger.c | 26 #define list_entry_next(pos, member) \ macro 1070 cursor->page = list_entry_next(cursor->page, lru); in ceph_msg_data_pagelist_advance() 1194 cursor->data = list_entry_next(cursor->data, links); in ceph_msg_data_advance()
|