Searched defs:sp (Results 1 - 2 of 2) sorted by relevance

/mm/
H A Dslob.c118 static inline void free_slob_page(struct slob_page *sp) argument
120 reset_page_mapcount(&sp->page);
121 sp->page.mapping = NULL;
136 static inline int is_slob_page(struct slob_page *sp) argument
138 return PageSlab((struct page *)sp);
141 static inline void set_slob_page(struct slob_page *sp) argument
143 __SetPageSlab((struct page *)sp);
146 static inline void clear_slob_page(struct slob_page *sp) argument
148 __ClearPageSlab((struct page *)sp);
159 static inline int slob_page_free(struct slob_page *sp) argument
164 set_slob_page_free(struct slob_page *sp, struct list_head *list) argument
170 clear_slob_page_free(struct slob_page *sp) argument
270 slob_page_alloc(struct slob_page *sp, size_t size, int align) argument
323 struct slob_page *sp; local
395 struct slob_page *sp; local
525 struct slob_page *sp; local
546 struct slob_page *sp; local
[all...]
H A Dmempolicy.c2016 * They are protected by the sp->lock spinlock, which should be held
2021 /* Caller holds sp->lock */
2023 sp_lookup(struct shared_policy *sp, unsigned long start, unsigned long end) argument
2025 struct rb_node *n = sp->root.rb_node;
2053 /* Caller holds sp->lock */
2054 static void sp_insert(struct shared_policy *sp, struct sp_node *new) argument
2056 struct rb_node **p = &sp->root.rb_node;
2071 rb_insert_color(&new->nd, &sp->root);
2078 mpol_shared_policy_lookup(struct shared_policy *sp, unsigned long idx) argument
2083 if (!sp
2095 sp_delete(struct shared_policy *sp, struct sp_node *n) argument
2119 shared_policy_replace(struct shared_policy *sp, unsigned long start, unsigned long end, struct sp_node *new) argument
2176 mpol_shared_policy_init(struct shared_policy *sp, struct mempolicy *mpol) argument
[all...]

Completed in 56 milliseconds