Searched refs:list_for_each_safe (Results 1 – 7 of 7) sorted by relevance
| /xen/tools/xenstore/ |
| A D | list.h | 292 #define list_for_each_safe(pos, n, head) \ macro
|
| /xen/xen/common/sched/ |
| A D | rt.c | 1475 list_for_each_safe ( iter, tmp, replq ) in repl_timer_handler() 1500 list_for_each_safe ( iter, tmp, &tmp_replq ) in repl_timer_handler()
|
| A D | credit.c | 1406 list_for_each_safe( iter_sdom, next_sdom, &prv->active_sdom ) in csched_acct() 1487 list_for_each_safe( iter_unit, next_unit, &sdom->active_unit ) in csched_acct()
|
| A D | credit2.c | 3450 list_for_each_safe( iter, temp, &rqd->runq ) in runq_candidate()
|
| /xen/xen/include/xen/ |
| A D | list.h | 471 #define list_for_each_safe(pos, n, head) \ macro
|
| /xen/xen/arch/x86/mm/ |
| A D | mem_sharing.c | 247 list_for_each_safe ( pos, tmp, &page->sharing->gfns ) in rmap_list_to_hash_table() 273 list_for_each_safe ( pos, tmp, head ) in rmap_hash_table_to_list()
|
| /xen/xen/arch/x86/hvm/ |
| A D | hvm.c | 781 list_for_each_safe ( ioport_list, tmp, &d->arch.hvm.g2m_ioport_list ) in hvm_domain_destroy()
|
Completed in 41 milliseconds