H A D | slub.c | 1724 struct slab *slab, void *head, void *tail, int *bulk_cnt, in free_debug_processing() 1804 void **head, void **tail, in slab_free_freelist_hook() 1810 void *old_tail = *tail ? *tail : *head; in slab_free_freelist_hook() 1817 /* Head and tail of the reconstructed freelist */ in slab_free_freelist_hook() 1819 *tail = NULL; in slab_free_freelist_hook() 1830 if (!*tail) in slab_free_freelist_hook() 1831 *tail = object; in slab_free_freelist_hook() 1841 if (*head == *tail) in slab_free_freelist_hook() 1842 *tail in slab_free_freelist_hook() 1723 free_debug_processing(struct kmem_cache *s, struct slab *slab, void *head, void *tail, int *bulk_cnt, unsigned long addr, depot_stack_handle_t handle) free_debug_processing() argument 1803 slab_free_freelist_hook(struct kmem_cache *s, void **head, void **tail, int *cnt) slab_free_freelist_hook() argument 2123 __add_partial(struct kmem_cache_node *n, struct slab *slab, int tail) __add_partial() argument 2132 add_partial(struct kmem_cache_node *n, struct slab *slab, int tail) add_partial() argument 2500 int tail = DEACTIVATE_TO_HEAD; deactivate_slab() local 2907 free_debug_processing(struct kmem_cache *s, struct slab *slab, void *head, void *tail, int *bulk_cnt, unsigned long addr, depot_stack_handle_t handle) free_debug_processing() argument 3531 free_to_partial_list( struct kmem_cache *s, struct slab *slab, void *head, void *tail, int bulk_cnt, unsigned long addr) free_to_partial_list() argument 3600 __slab_free(struct kmem_cache *s, struct slab *slab, void *head, void *tail, int cnt, unsigned long addr) __slab_free() argument 3734 do_slab_free(struct kmem_cache *s, struct slab *slab, void *head, void *tail, int cnt, unsigned long addr) do_slab_free() argument 3790 do_slab_free(struct kmem_cache *s, struct slab *slab, void *head, void *tail, int cnt, unsigned long addr) do_slab_free() argument 3800 slab_free(struct kmem_cache *s, struct slab *slab, void *head, void *tail, void **p, int cnt, unsigned long addr) slab_free() argument 3837 void *tail; global() member [all...] |