Searched refs:cache_notification (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp91 struct cache_notification : DoublyLinkedListLinkImpl<cache_notification> { struct in namespace:FSShell
100 typedef DoublyLinkedList<cache_notification> NotificationList;
140 struct cache_listener : cache_notification {
196 get_next_pending_event(cache_notification* notification, int32_t* _event)
220 cache_notification* notification = cache->pending_notifications.Head();
235 cache_notification copy = *notification;
252 cache_notification &notification, int32_t events,
268 delete_notification(cache_notification* notification)
286 add_notification(block_cache* cache, cache_notification* notificatio
[all...]
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp121 struct cache_notification : DoublyLinkedListLinkImpl<cache_notification> { struct in namespace:__anon39
133 typedef DoublyLinkedList<cache_notification> NotificationList;
140 struct cache_listener : cache_notification {
149 cache_notification::operator new(size_t size)
151 // We can't really know whether something is a cache_notification or a
161 cache_notification::operator delete(void* block)
801 get_next_pending_event(cache_notification* notification, int32* _event)
827 cache_notification* notification = cache->pending_notifications.Head();
842 cache_notification cop
[all...]

Completed in 71 milliseconds