Home
last modified time | relevance | path

Searched refs:pending_notifications (Results 1 – 2 of 2) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp117 NotificationList pending_notifications; member
220 cache_notification* notification = cache->pending_notifications.Head(); in flush_pending_notifications()
228 cache->pending_notifications.Remove(notification); in flush_pending_notifications()
298 cache->pending_notifications.Add(notification); in add_notification()
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp245 NotificationList pending_notifications; member
867 cache_notification* notification = cache->pending_notifications.Head(); in flush_pending_notifications()
875 cache->pending_notifications.Remove(notification); in flush_pending_notifications()
963 cache->pending_notifications.Add(notification); in add_notification()
2502 if (!cache->pending_notifications.IsEmpty()) { in dump_cache()
2506 = cache->pending_notifications.GetIterator(); in dump_cache()
3521 cache->pending_notifications.Remove(listener); in cache_remove_transaction_listener()