Searched defs:mpol (Results 1 – 10 of 10) sorted by relevance
/linux-6.8/mm/ |
D | swap_state.c | 414 struct mempolicy *mpol, pgoff_t ilx, bool *new_page_allocated, in __read_swap_cache_async() 541 struct mempolicy *mpol; in read_swap_cache_async() local 635 struct mempolicy *mpol, pgoff_t ilx) in swap_cluster_readahead() 800 struct mempolicy *mpol, pgoff_t targ_ilx, struct vm_fault *vmf) in swap_vma_readahead() 881 struct mempolicy *mpol; in swapin_readahead() local
|
D | shmem.c | 116 struct mempolicy *mpol; member 1532 static void shmem_show_mpol(struct seq_file *seq, struct mempolicy *mpol) in shmem_show_mpol() 1546 struct mempolicy *mpol = NULL; in shmem_get_sbmpol() local 1556 static inline void shmem_show_mpol(struct seq_file *seq, struct mempolicy *mpol) in shmem_show_mpol() 1571 struct mempolicy *mpol; in shmem_swapin_cluster() local 1609 struct mempolicy *mpol; in shmem_alloc_hugefolio() local 1623 struct mempolicy *mpol; in shmem_alloc_folio() local 2329 static int shmem_set_policy(struct vm_area_struct *vma, struct mempolicy *mpol) in shmem_set_policy() 2355 struct mempolicy *mpol; in shmem_get_pgoff_policy() local 4127 struct mempolicy *mpol = NULL; in shmem_reconfigure() local [all …]
|
D | swap.h | 85 gfp_t gfp_mask, struct mempolicy *mpol, pgoff_t ilx) in swap_cluster_readahead()
|
D | mempolicy.c | 1974 struct mempolicy **mpol, nodemask_t **nodemask) in huge_node() 2685 void mpol_shared_policy_init(struct shared_policy *sp, struct mempolicy *mpol) in mpol_shared_policy_init() 2890 int mpol_parse_str(char *str, struct mempolicy **mpol) in mpol_parse_str()
|
D | hugetlb.c | 1395 struct mempolicy *mpol; in dequeue_hugetlb_folio_vma() local 2598 struct mempolicy *mpol; in alloc_buddy_hugetlb_folio_with_mpol() local 4813 struct mempolicy *mpol = get_task_policy(current); in policy_mbind_nodemask() local 6556 struct mempolicy *mpol; in alloc_hugetlb_folio_vma() local
|
D | zswap.c | 1408 struct mempolicy *mpol; in zswap_writeback_entry() local
|
/linux-6.8/include/linux/ |
D | mempolicy.h | 209 struct mempolicy *mpol) in mpol_shared_policy_init() 255 struct mempolicy **mpol, nodemask_t **nodemask) in huge_node() 278 static inline int mpol_parse_str(char *str, struct mempolicy **mpol) in mpol_parse_str()
|
D | gfp.h | 277 struct mempolicy *mpol, pgoff_t ilx, int nid) in alloc_pages_mpol()
|
D | shmem_fs.h | 71 struct mempolicy *mpol; /* default memory policy for mappings */ member
|
/linux-6.8/ipc/ |
D | shm.c | 566 static int shm_set_policy(struct vm_area_struct *vma, struct mempolicy *mpol) in shm_set_policy() 580 struct mempolicy *mpol = vma->vm_policy; in shm_get_policy() local
|