Searched refs:dbcnt (Results 1 – 1 of 1) sorted by relevance
1819 for (size_t dbcnt = 0; dbcnt < lastdb; ++dbcnt) in inotify_check_files() local1821 struct traced_file *finfo = dbs[dbcnt].traced_files; in inotify_check_files()1854 to_clear[dbcnt] = true; in inotify_check_files()1866 to_clear[dbcnt] = true; in inotify_check_files()1897 to_clear[dbcnt] = true; in inotify_check_files()1934 to_clear[dbcnt] = true; in inotify_check_files()1954 for (size_t dbcnt = 0; dbcnt < lastdb; ++dbcnt) in clear_db_cache() local1955 if (to_clear[dbcnt]) in clear_db_cache()1957 pthread_mutex_lock (&dbs[dbcnt].prune_lock); in clear_db_cache()1958 dbs[dbcnt].clear_cache = 1; in clear_db_cache()[all …]