Searched refs:list_last_entry (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | list.h | 406 #define list_last_entry(ptr, type, member) \ macro 429 (!list_empty(ptr) ? list_last_entry(ptr, type, member) : NULL)
|
A D | mm.h | 482 return list_last_entry(head, struct page_info, list); in page_list_last()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | livepatch.c | 1437 data = list_last_entry(&applied_list, struct payload, applied_list); in build_id_dep() 1502 p = list_last_entry(&applied_list, struct payload, applied_list); in livepatch_action()
|
Completed in 10 milliseconds