Searched refs:to_notify (Results 1 – 2 of 2) sorted by relevance
/xen/xen/common/ |
A D | argo.c | 1042 pending_notify(struct list_head *to_notify) in pending_notify() argument 1049 while ( (ent = list_first_entry_or_null(to_notify, struct pending_ent, in pending_notify() 1060 unsigned int payload_space, struct list_head *to_notify) in pending_find() argument 1092 list_add(&ent->node, to_notify); in pending_find() 1860 struct list_head *to_notify) in notify_ring() argument 1876 pending_find(d, ring_info, space, to_notify); in notify_ring() 1883 LIST_HEAD(to_notify); in notify_check_pending() 1896 notify_ring(d, ring_info, &to_notify); in notify_check_pending() 1901 if ( !list_empty(&to_notify) ) in notify_check_pending() 1902 pending_notify(&to_notify); in notify_check_pending()
|
/xen/docs/designs/ |
A D | argo.pandoc | 370 struct hlist_head *to_notify) 386 pending_find(d, ring_info, space, to_notify);
|
Completed in 6 milliseconds