Searched refs:info (Results 1 - 9 of 9) sorted by relevance

/mm/
H A Dshmem.c121 struct shmem_inode_info *info, pgoff_t index);
234 * But normally info->alloced == inode->i_mapping->nrpages + info->swapped
235 * So mm freed is info->alloced - (inode->i_mapping->nrpages + info->swapped)
241 struct shmem_inode_info *info = SHMEM_I(inode); local
244 freed = info->alloced - info->swapped - inode->i_mapping->nrpages;
249 info->alloced -= freed;
251 shmem_unacct_blocks(info
403 struct shmem_inode_info *info = SHMEM_I(inode); local
553 struct shmem_inode_info *info = SHMEM_I(inode); local
594 struct shmem_inode_info *info = SHMEM_I(inode); local
617 shmem_unuse_inode(struct shmem_inode_info *info, swp_entry_t swap, struct page **pagep) argument
698 struct shmem_inode_info *info; local
751 struct shmem_inode_info *info; local
879 shmem_swapin(swp_entry_t swap, gfp_t gfp, struct shmem_inode_info *info, pgoff_t index) argument
900 shmem_alloc_page(gfp_t gfp, struct shmem_inode_info *info, pgoff_t index) argument
927 shmem_swapin(swp_entry_t swap, gfp_t gfp, struct shmem_inode_info *info, pgoff_t index) argument
933 shmem_alloc_page(gfp_t gfp, struct shmem_inode_info *info, pgoff_t index) argument
964 shmem_replace_page(struct page **pagep, gfp_t gfp, struct shmem_inode_info *info, pgoff_t index) argument
1041 struct shmem_inode_info *info; local
1374 struct shmem_inode_info *info = SHMEM_I(inode); local
1407 struct shmem_inode_info *info; local
1483 struct shmem_inode_info *info = SHMEM_I(inode); local
1952 struct shmem_inode_info *info = SHMEM_I(inode); local
2057 struct shmem_inode_info *info = SHMEM_I(inode); local
2428 struct shmem_inode_info *info; local
2521 struct shmem_inode_info *info = SHMEM_I(inode); local
2580 struct shmem_inode_info *info = SHMEM_I(dentry->d_inode); local
2601 struct shmem_inode_info *info = SHMEM_I(dentry->d_inode); local
2621 struct shmem_inode_info *info = SHMEM_I(dentry->d_inode); local
2641 struct shmem_inode_info *info = SHMEM_I(dentry->d_inode); local
2920 struct shmem_inode_info *info; local
3068 struct shmem_inode_info *info; local
3090 struct shmem_inode_info *info = foo; local
[all...]
H A Dvmstat.c609 struct contig_page_info *info)
613 info->free_pages = 0;
614 info->free_blocks_total = 0;
615 info->free_blocks_suitable = 0;
622 info->free_blocks_total += blocks;
625 info->free_pages += blocks << order;
629 info->free_blocks_suitable += blocks <<
641 static int __fragmentation_index(unsigned int order, struct contig_page_info *info) argument
645 if (!info->free_blocks_total)
649 if (info
607 fill_contig_page_info(struct zone *zone, unsigned int suitable_order, struct contig_page_info *info) argument
664 struct contig_page_info info; local
1444 unusable_free_index(unsigned int order, struct contig_page_info *info) argument
1467 struct contig_page_info info; local
1529 struct contig_page_info info; local
[all...]
H A Dmmap.c1709 unsigned long unmapped_area(struct vm_unmapped_area_info *info) argument
1714 * - gap_start = vma->vm_prev->vm_end <= info->high_limit - length;
1715 * - gap_end = vma->vm_start >= info->low_limit + length;
1724 length = info->length + info->align_mask;
1725 if (length < info->length)
1729 if (info->high_limit < length)
1731 high_limit = info->high_limit - length;
1733 if (info->low_limit > high_limit)
1735 low_limit = info
1811 unmapped_area_topdown(struct vm_unmapped_area_info *info) argument
1927 struct vm_unmapped_area_info info; local
1965 struct vm_unmapped_area_info info; local
[all...]
H A Dswapfile.c199 static inline void cluster_set_flag(struct swap_cluster_info *info, argument
202 info->flags = flag;
205 static inline unsigned int cluster_count(struct swap_cluster_info *info) argument
207 return info->data;
210 static inline void cluster_set_count(struct swap_cluster_info *info, argument
213 info->data = c;
216 static inline void cluster_set_count_flag(struct swap_cluster_info *info, argument
219 info->flags = f;
220 info->data = c;
223 static inline unsigned int cluster_next(struct swap_cluster_info *info) argument
228 cluster_set_next(struct swap_cluster_info *info, unsigned int n) argument
234 cluster_set_next_flag(struct swap_cluster_info *info, unsigned int n, unsigned int f) argument
241 cluster_is_free(struct swap_cluster_info *info) argument
246 cluster_is_null(struct swap_cluster_info *info) argument
251 cluster_set_null(struct swap_cluster_info *info) argument
291 struct swap_cluster_info *info; local
[all...]
H A Dslab_common.c859 memcg_accumulate_slabinfo(struct kmem_cache *s, struct slabinfo *info) argument
876 info->active_slabs += sinfo.active_slabs;
877 info->num_slabs += sinfo.num_slabs;
878 info->shared_avail += sinfo.shared_avail;
879 info->active_objs += sinfo.active_objs;
880 info->num_objs += sinfo.num_objs;
H A Dmemory_hotplug.c158 void get_page_bootmem(unsigned long info, struct page *page, argument
163 set_page_private(page, info);
274 /* register section info */
H A Dpage-writeback.c1692 void laptop_io_completion(struct backing_dev_info *info) argument
1694 mod_timer(&info->laptop_mode_wb_timer, jiffies + laptop_mode);
H A Dmempolicy.c2495 int mpol_set_shared_policy(struct shared_policy *info, argument
2513 err = shared_policy_replace(info, vma->vm_pgoff, vma->vm_pgoff+sz, new);
H A Dslub.c737 unsigned long off = s->inuse; /* The end of info */
2072 static bool has_cpu_slab(int cpu, void *info) argument
2074 struct kmem_cache *s = info;

Completed in 388 milliseconds