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 in struct:FSShell::block_cache
220 cache_notification* notification = cache->pending_notifications.Head();
228 cache->pending_notifications.Remove(notification);
298 cache->pending_notifications.Add(notification);
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp240 NotificationList pending_notifications; member in struct:__anon39::block_cache
827 cache_notification* notification = cache->pending_notifications.Head();
835 cache->pending_notifications.Remove(notification);
923 cache->pending_notifications.Add(notification);
2266 if (!cache->pending_notifications.IsEmpty()) {
2270 = cache->pending_notifications.GetIterator();
3285 cache->pending_notifications.Remove(listener);

Completed in 102 milliseconds