Searched refs:buf_cache_lru_list (Results 1 – 2 of 2) sorted by relevance
152 p_fs->buf_cache_lru_list.next = &p_fs->buf_cache_lru_list; in buf_init()153 p_fs->buf_cache_lru_list.prev = &p_fs->buf_cache_lru_list; in buf_init()163 &p_fs->buf_cache_lru_list); in buf_init()556 bp = p_fs->buf_cache_lru_list.prev; in buf_cache_get()560 move_to_mru(bp, &p_fs->buf_cache_lru_list); in buf_cache_get()571 move_to_mru(bp, &p_fs->buf_cache_lru_list); in __buf_getblk()592 move_to_lru(bp, &p_fs->buf_cache_lru_list); in __buf_getblk()676 move_to_lru(bp, &p_fs->buf_cache_lru_list); in buf_release()689 bp = p_fs->buf_cache_lru_list.next; in buf_release_all()690 while (bp != &p_fs->buf_cache_lru_list) { in buf_release_all()[all …]
630 struct buf_cache_t buf_cache_lru_list; member