Searched refs:list_for_each_entry_rcu (Results 1 – 4 of 4) sorted by relevance
| /xen/xen/common/ |
| A D | virtual_region.c | 46 list_for_each_entry_rcu( region, &virtual_region_list, list ) in find_text_region() 101 list_for_each_entry_rcu( region, &virtual_region_list, list ) in reset_virtual_region_perms()
|
| A D | livepatch.c | 119 list_for_each_entry_rcu ( data, &applied_list, applied_list ) in is_patch() 175 list_for_each_entry_rcu ( data, &applied_list, applied_list ) in livepatch_symbols_lookup()
|
| /xen/xen/arch/x86/hvm/ |
| A D | mtrr.c | 568 list_for_each_entry_rcu ( range, in hvm_get_mem_pinned_cacheattr() 612 list_for_each_entry_rcu ( range, in hvm_set_mem_pinned_cacheattr() 655 list_for_each_entry_rcu ( range, in hvm_set_mem_pinned_cacheattr()
|
| /xen/xen/include/xen/ |
| A D | list.h | 655 #define list_for_each_entry_rcu(pos, head, member) \ macro
|
Completed in 17 milliseconds