| H A D | slub.c | 89 * slab's freelist. 205 * We could simply use migrate_disable()/enable() but as long as it's a 251 static inline bool kmem_cache_debug(struct kmem_cache *s) in kmem_cache_debug() argument 253 return kmem_cache_debug_flags(s, SLAB_DEBUG_FLAGS); in kmem_cache_debug() 256 void *fixup_red_left(struct kmem_cache *s, void *p) in fixup_red_left() argument 258 if (kmem_cache_debug_flags(s, SLAB_RED_ZONE)) in fixup_red_left() 259 p += s->red_left_pad; in fixup_red_left() 264 static inline bool kmem_cache_has_cpu_partial(struct kmem_cache *s) in kmem_cache_has_cpu_partial() argument 267 return !kmem_cache_debug(s); in kmem_cache_has_cpu_partial() 315 * disabled when slab_debug=O is used and a cache's mi 355 sysfs_slab_add(struct kmem_cache * s) sysfs_slab_add() argument 356 sysfs_slab_alias(struct kmem_cache * s,const char * p) sysfs_slab_alias() argument 363 debugfs_slab_add(struct kmem_cache * s) debugfs_slab_add() argument 439 stat(const struct kmem_cache * s,enum stat_item si) stat() argument 451 stat_add(const struct kmem_cache * s,enum stat_item si,int v) stat_add() argument 507 get_node(struct kmem_cache * s,int node) get_node() argument 516 get_barn(struct kmem_cache * s) get_barn() argument 549 struct kmem_cache *s; global() member 565 freelist_ptr_encode(const struct kmem_cache * s,void * ptr,unsigned long ptr_addr) freelist_ptr_encode() argument 578 freelist_ptr_decode(const struct kmem_cache * s,freeptr_t ptr,unsigned long ptr_addr) freelist_ptr_decode() argument 591 get_freepointer(struct kmem_cache * s,void * object) get_freepointer() argument 602 prefetch_freepointer(const struct kmem_cache * s,void * object) prefetch_freepointer() argument 618 get_freepointer_safe(struct kmem_cache * s,void * object) get_freepointer_safe() argument 632 set_freepointer(struct kmem_cache * s,void * object,void * fp) set_freepointer() argument 647 freeptr_outside_object(struct kmem_cache * s) freeptr_outside_object() argument 656 get_info_end(struct kmem_cache * s) get_info_end() argument 696 slub_set_cpu_partial(struct kmem_cache * s,unsigned int nr_objects) slub_set_cpu_partial() argument 712 slub_get_cpu_partial(struct kmem_cache * s) slub_get_cpu_partial() argument 719 slub_set_cpu_partial(struct kmem_cache * s,unsigned int nr_objects) slub_set_cpu_partial() argument 724 slub_get_cpu_partial(struct kmem_cache * s) slub_get_cpu_partial() argument 800 __slab_update_freelist(struct kmem_cache * s,struct slab * slab,struct freelist_counters * old,struct freelist_counters * new,const char * n) __slab_update_freelist() argument 826 slab_update_freelist(struct kmem_cache * s,struct slab * slab,struct freelist_counters * old,struct freelist_counters * new,const char * n) slab_update_freelist() argument 859 set_orig_size(struct kmem_cache * s,void * object,unsigned int orig_size) set_orig_size() argument 873 get_orig_size(struct kmem_cache * s,void * object) get_orig_size() argument 903 __fill_map(unsigned long * obj_map,struct kmem_cache * s,struct slab * slab) __fill_map() argument 950 size_from_object(struct kmem_cache * s) size_from_object() argument 958 restore_red_left(struct kmem_cache * s,void * p) restore_red_left() argument 1001 check_valid_pointer(struct kmem_cache * s,struct slab * slab,void * object) check_valid_pointer() argument 1029 get_track(struct kmem_cache * s,void * object,enum track_item alloc) get_track() argument 1058 set_track_update(struct kmem_cache * s,void * object,enum track_item alloc,unsigned long addr,depot_stack_handle_t handle) set_track_update() argument 1073 set_track(struct kmem_cache * s,void * object,enum track_item alloc,unsigned long addr,gfp_t gfp_flags) set_track() argument 1081 init_tracking(struct kmem_cache * s,void * object) init_tracking() argument 1092 print_track(const char * s,struct track * t,unsigned long pr_time) print_track() argument 1110 print_tracking(struct kmem_cache * s,void * object) print_tracking() argument 1127 skip_orig_size_check(struct kmem_cache * s,const void * object) skip_orig_size_check() argument 1132 __slab_bug(struct kmem_cache * s,const char * fmt,va_list argsp) __slab_bug() argument 1146 slab_bug(struct kmem_cache * s,const char * fmt,...) slab_bug() argument 1156 slab_fix(struct kmem_cache * s,const char * fmt,...) slab_fix() argument 1171 print_trailer(struct kmem_cache * s,struct slab * slab,u8 * p) print_trailer() argument 1211 object_err(struct kmem_cache * s,struct slab * slab,u8 * object,const char * reason) object_err() argument 1229 freelist_corrupted(struct kmem_cache * s,struct slab * slab,void ** freelist,void * nextfree) freelist_corrupted() argument 1254 slab_err(struct kmem_cache * s,struct slab * slab,const char * fmt,...) slab_err() argument 1269 init_object(struct kmem_cache * s,void * object,u8 val) init_object() argument 1303 restore_bytes(struct kmem_cache * s,const char * message,u8 data,void * from,void * to) restore_bytes() argument 1317 check_bytes_and_report(struct kmem_cache * s,struct slab * slab,u8 * object,const char * what,u8 * start,unsigned int value,unsigned int bytes,bool slab_obj_print) check_bytes_and_report() argument 1388 check_pad_bytes(struct kmem_cache * s,struct slab * slab,u8 * p) check_pad_bytes() argument 1411 slab_pad_check(struct kmem_cache * s,struct slab * slab) slab_pad_check() argument 1447 check_object(struct kmem_cache * s,struct slab * slab,void * object,u8 val) check_object() argument 1532 check_slab(struct kmem_cache * s,struct slab * slab) check_slab() argument 1561 on_freelist(struct kmem_cache * s,struct slab * slab,void * search) on_freelist() argument 1618 trace(struct kmem_cache * s,struct slab * slab,void * object,int alloc) trace() argument 1639 add_full(struct kmem_cache * s,struct kmem_cache_node * n,struct slab * slab) add_full() argument 1649 remove_full(struct kmem_cache * s,struct kmem_cache_node * n,struct slab * slab) remove_full() argument 1663 inc_slabs_node(struct kmem_cache * s,int node,int objects) inc_slabs_node() argument 1670 dec_slabs_node(struct kmem_cache * s,int node,int objects) dec_slabs_node() argument 1679 setup_object_debug(struct kmem_cache * s,void * object) setup_object_debug() argument 1689 setup_slab_debug(struct kmem_cache * s,struct slab * slab,void * addr) setup_slab_debug() argument 1699 alloc_consistency_checks(struct kmem_cache * s,struct slab * slab,void * object) alloc_consistency_checks() argument 1716 alloc_debug_processing(struct kmem_cache * s,struct slab * slab,void * object,int orig_size) alloc_debug_processing() argument 1743 free_consistency_checks(struct kmem_cache * s,struct slab * slab,void * object,unsigned long addr) free_consistency_checks() argument 1989 setup_object_debug(struct kmem_cache * s,void * object) setup_object_debug() argument 1991 setup_slab_debug(struct kmem_cache * s,struct slab * slab,void * addr) setup_slab_debug() argument 1993 alloc_debug_processing(struct kmem_cache * s,struct slab * slab,void * object,int orig_size) alloc_debug_processing() argument 1996 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 2000 slab_pad_check(struct kmem_cache * s,struct slab * slab) slab_pad_check() argument 2001 check_object(struct kmem_cache * s,struct slab * slab,void * object,u8 val) check_object() argument 2004 set_track(struct kmem_cache * s,void * object,enum track_item alloc,unsigned long addr,gfp_t gfp_flags) set_track() argument 2006 add_full(struct kmem_cache * s,struct kmem_cache_node * n,struct slab * slab) add_full() argument 2008 remove_full(struct kmem_cache * s,struct kmem_cache_node * n,struct slab * slab) remove_full() argument 2020 inc_slabs_node(struct kmem_cache * s,int node,int objects) inc_slabs_node() argument 2022 dec_slabs_node(struct kmem_cache * s,int node,int objects) dec_slabs_node() argument 2024 freelist_corrupted(struct kmem_cache * s,struct slab * slab,void ** freelist,void * nextfree) freelist_corrupted() argument 2098 alloc_slab_obj_exts(struct slab * slab,struct kmem_cache * s,gfp_t gfp,bool new_slab) alloc_slab_obj_exts() argument 2213 alloc_slab_obj_exts(struct slab * slab,struct kmem_cache * s,gfp_t gfp,bool new_slab) alloc_slab_obj_exts() argument 2228 prepare_slab_obj_exts_hook(struct kmem_cache * s,gfp_t flags,void * p) prepare_slab_obj_exts_hook() argument 2245 __alloc_tagging_slab_alloc_hook(struct kmem_cache * s,void * object,gfp_t flags) __alloc_tagging_slab_alloc_hook() argument 2271 alloc_tagging_slab_alloc_hook(struct kmem_cache * s,void * object,gfp_t flags) alloc_tagging_slab_alloc_hook() argument 2279 __alloc_tagging_slab_free_hook(struct kmem_cache * s,struct slab * slab,void ** p,int objects) __alloc_tagging_slab_free_hook() argument 2301 alloc_tagging_slab_free_hook(struct kmem_cache * s,struct slab * slab,void ** p,int objects) alloc_tagging_slab_free_hook() argument 2311 alloc_tagging_slab_alloc_hook(struct kmem_cache * s,void * object,gfp_t flags) alloc_tagging_slab_alloc_hook() argument 2316 alloc_tagging_slab_free_hook(struct kmem_cache * s,struct slab * slab,void ** p,int objects) alloc_tagging_slab_free_hook() argument 2329 memcg_slab_post_alloc_hook(struct kmem_cache * s,struct list_lru * lru,gfp_t flags,size_t size,void ** p) memcg_slab_post_alloc_hook() argument 2352 memcg_slab_free_hook(struct kmem_cache * s,struct slab * slab,void ** p,int objects) memcg_slab_free_hook() argument 2371 struct kmem_cache *s; memcg_slab_post_charge() local 2422 memcg_slab_post_alloc_hook(struct kmem_cache * s,struct list_lru * lru,gfp_t flags,size_t size,void ** p) memcg_slab_post_alloc_hook() argument 2430 memcg_slab_free_hook(struct kmem_cache * s,struct slab * slab,void ** p,int objects) memcg_slab_free_hook() argument 2459 slab_free_hook(struct kmem_cache * s,void * x,bool init,bool after_rcu_delay) slab_free_hook() argument 2544 slab_free_freelist_hook(struct kmem_cache * s,void ** head,void ** tail,int * cnt) slab_free_freelist_hook() argument 2587 setup_object(struct kmem_cache * s,void * object) setup_object() argument 2599 alloc_empty_sheaf(struct kmem_cache * s,gfp_t gfp) alloc_empty_sheaf() argument 2630 free_empty_sheaf(struct kmem_cache * s,struct slab_sheaf * sheaf) free_empty_sheaf() argument 2641 refill_sheaf(struct kmem_cache * s,struct slab_sheaf * sheaf,gfp_t gfp) refill_sheaf() argument 2664 alloc_full_sheaf(struct kmem_cache * s,gfp_t gfp) alloc_full_sheaf() argument 2695 sheaf_flush_main(struct kmem_cache * s) sheaf_flush_main() argument 2737 sheaf_flush_unused(struct kmem_cache * s,struct slab_sheaf * sheaf) sheaf_flush_unused() argument 2749 __rcu_free_sheaf_prepare(struct kmem_cache * s,struct slab_sheaf * sheaf) __rcu_free_sheaf_prepare() argument 2780 struct kmem_cache *s; rcu_free_sheaf_nobarn() local 2801 pcs_flush_all(struct kmem_cache * s) pcs_flush_all() argument 2828 __pcs_flush_all_cpu(struct kmem_cache * s,unsigned int cpu) __pcs_flush_all_cpu() argument 2848 pcs_destroy(struct kmem_cache * s) pcs_destroy() argument 3035 barn_shrink(struct kmem_cache * s,struct node_barn * barn) barn_shrink() argument 3092 init_cache_random_seq(struct kmem_cache * s) init_cache_random_seq() argument 3121 struct kmem_cache *s; init_freelist_randomization() local 3132 next_freelist_entry(struct kmem_cache * s,unsigned long * pos,void * start,unsigned long page_limit,unsigned long freelist_count) next_freelist_entry() argument 3154 shuffle_freelist(struct kmem_cache * s,struct slab * slab) shuffle_freelist() argument 3187 init_cache_random_seq(struct kmem_cache * s) init_cache_random_seq() argument 3192 shuffle_freelist(struct kmem_cache * s,struct slab * slab) shuffle_freelist() argument 3199 account_slab(struct slab * slab,int order,struct kmem_cache * s,gfp_t gfp) account_slab() argument 3209 unaccount_slab(struct slab * slab,int order,struct kmem_cache * s) unaccount_slab() argument 3222 allocate_slab(struct kmem_cache * s,gfp_t flags,int node) allocate_slab() argument 3295 new_slab(struct kmem_cache * s,gfp_t flags,int node) new_slab() argument 3306 __free_slab(struct kmem_cache * s,struct slab * slab) __free_slab() argument 3327 free_slab(struct kmem_cache * s,struct slab * slab) free_slab() argument 3343 discard_slab(struct kmem_cache * s,struct slab * slab) discard_slab() argument 3400 alloc_single_from_partial(struct kmem_cache * s,struct kmem_cache_node * n,struct slab * slab,int orig_size) alloc_single_from_partial() argument 3440 alloc_single_from_new_slab(struct kmem_cache * s,struct slab * slab,int orig_size,gfp_t gfpflags) alloc_single_from_new_slab() argument 3488 put_cpu_partial(struct kmem_cache * s,struct slab * slab,int drain) put_cpu_partial() argument 3496 get_partial_node(struct kmem_cache * s,struct kmem_cache_node * n,struct partial_context * pc) get_partial_node() argument 3557 get_any_partial(struct kmem_cache * s,struct partial_context * pc) get_any_partial() argument 3621 get_partial(struct kmem_cache * s,int node,struct partial_context * pc) get_partial() argument 3675 note_cmpxchg_failure(const char * n,const struct kmem_cache * s,unsigned long tid) note_cmpxchg_failure() argument 3697 init_kmem_cache_cpus(struct kmem_cache * s) init_kmem_cache_cpus() argument 3732 deactivate_slab(struct kmem_cache * s,struct slab * slab,void * freelist) deactivate_slab() argument 3836 local_lock_cpu_slab(s,flags) global() argument 3839 local_lock_cpu_slab(s,flags) global() argument 3846 local_unlock_cpu_slab(s,flags) global() argument 3850 __put_partials(struct kmem_cache * s,struct slab * partial_slab) __put_partials() argument 3894 put_partials(struct kmem_cache * s) put_partials() argument 3908 put_partials_cpu(struct kmem_cache * s,struct kmem_cache_cpu * c) put_partials_cpu() argument 3926 put_cpu_partial(struct kmem_cache * s,struct slab * slab,int drain) put_cpu_partial() argument 3968 put_partials(struct kmem_cache * s) put_partials() argument 3969 put_partials_cpu(struct kmem_cache * s,struct kmem_cache_cpu * c) put_partials_cpu() argument 3974 flush_slab(struct kmem_cache * s,struct kmem_cache_cpu * c) flush_slab() argument 3997 __flush_cpu_slab(struct kmem_cache * s,int cpu) __flush_cpu_slab() argument 4015 flush_this_cpu_slab(struct kmem_cache * s) flush_this_cpu_slab() argument 4025 has_cpu_slab(int cpu,struct kmem_cache * s) has_cpu_slab() argument 4032 has_pcs_used(int cpu,struct kmem_cache * s) has_pcs_used() argument 4051 struct kmem_cache *s; flush_cpu_slab() local 4064 flush_all_cpus_locked(struct kmem_cache * s) flush_all_cpus_locked() argument 4094 flush_all(struct kmem_cache * s) flush_all() argument 4106 struct kmem_cache *s; flush_rcu_sheaf() local 4125 flush_rcu_sheaves_on_cache(struct kmem_cache * s) flush_rcu_sheaves_on_cache() argument 4157 struct kmem_cache *s; flush_all_rcu_sheaves() local 4180 struct kmem_cache *s; slub_cpu_dead() local 4217 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 4330 slab_out_of_memory(struct kmem_cache * s,gfp_t gfpflags,int nid) slab_out_of_memory() argument 4366 slab_out_of_memory(struct kmem_cache * s,gfp_t gfpflags,int nid) slab_out_of_memory() argument 4378 __update_cpu_freelist_fast(struct kmem_cache * s,void * freelist_old,void * freelist_new,unsigned long tid) __update_cpu_freelist_fast() argument 4397 get_freelist(struct kmem_cache * s,struct slab * slab) get_freelist() argument 4422 freeze_slab(struct kmem_cache * s,struct slab * slab) freeze_slab() argument 4461 ___slab_alloc(struct kmem_cache * s,gfp_t gfpflags,int node,unsigned long addr,struct kmem_cache_cpu * c,unsigned int orig_size) ___slab_alloc() argument 4755 __slab_alloc(struct kmem_cache * s,gfp_t gfpflags,int node,unsigned long addr,struct kmem_cache_cpu * c,unsigned int orig_size) __slab_alloc() argument 4787 __slab_alloc_node(struct kmem_cache * s,gfp_t gfpflags,int node,unsigned long addr,size_t orig_size) __slab_alloc_node() argument 4890 maybe_wipe_obj_freeptr(struct kmem_cache * s,void * obj) maybe_wipe_obj_freeptr() argument 4900 slab_pre_alloc_hook(struct kmem_cache * s,gfp_t flags) slab_pre_alloc_hook() argument 4913 slab_post_alloc_hook(struct kmem_cache * s,struct list_lru * lru,gfp_t flags,size_t size,void ** p,bool init,unsigned int orig_size) slab_post_alloc_hook() argument 4976 __pcs_replace_empty_main(struct kmem_cache * s,struct slub_percpu_sheaves * pcs,gfp_t gfp) __pcs_replace_empty_main() argument 5078 alloc_from_pcs(struct kmem_cache * s,gfp_t gfp,int node) alloc_from_pcs() argument 5150 alloc_from_pcs_bulk(struct kmem_cache * s,size_t size,void ** p) alloc_from_pcs_bulk() argument 5233 slab_alloc_node(struct kmem_cache * s,struct list_lru * lru,gfp_t gfpflags,int node,unsigned long addr,size_t orig_size) slab_alloc_node() argument 5268 kmem_cache_alloc_noprof(struct kmem_cache * s,gfp_t gfpflags) kmem_cache_alloc_noprof() argument 5279 kmem_cache_alloc_lru_noprof(struct kmem_cache * s,struct list_lru * lru,gfp_t gfpflags) kmem_cache_alloc_lru_noprof() argument 5313 kmem_cache_alloc_node_noprof(struct kmem_cache * s,gfp_t gfpflags,int node) kmem_cache_alloc_node_noprof() argument 5323 __prefill_sheaf_pfmemalloc(struct kmem_cache * s,struct slab_sheaf * sheaf,gfp_t gfp) __prefill_sheaf_pfmemalloc() argument 5350 kmem_cache_prefill_sheaf(struct kmem_cache * s,gfp_t gfp,unsigned int size) kmem_cache_prefill_sheaf() argument 5442 kmem_cache_return_sheaf(struct kmem_cache * s,gfp_t gfp,struct slab_sheaf * sheaf) kmem_cache_return_sheaf() argument 5497 kmem_cache_refill_sheaf(struct kmem_cache * s,gfp_t gfp,struct slab_sheaf ** sheafp,unsigned int size) kmem_cache_refill_sheaf() argument 5553 kmem_cache_alloc_from_sheaf_noprof(struct kmem_cache * s,gfp_t gfp,struct slab_sheaf * sheaf) kmem_cache_alloc_from_sheaf_noprof() argument 5641 struct kmem_cache *s; __do_kmalloc_node() local 5687 struct kmem_cache *s; kmalloc_nolock_noprof() local 5769 __kmalloc_cache_noprof(struct kmem_cache * s,gfp_t gfpflags,size_t size) __kmalloc_cache_noprof() argument 5781 __kmalloc_cache_node_noprof(struct kmem_cache * s,gfp_t gfpflags,int node,size_t size) __kmalloc_cache_node_noprof() argument 5794 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 5866 __slab_free(struct kmem_cache * s,struct slab * slab,void * head,void * tail,int cnt,unsigned long addr) __slab_free() argument 6025 __pcs_install_empty_sheaf(struct kmem_cache * s,struct slub_percpu_sheaves * pcs,struct slab_sheaf * empty,struct node_barn * barn) __pcs_install_empty_sheaf() argument 6072 __pcs_replace_full_main(struct kmem_cache * s,struct slub_percpu_sheaves * pcs) __pcs_replace_full_main() argument 6179 free_to_pcs(struct kmem_cache * s,void * object) free_to_pcs() argument 6209 struct kmem_cache *s; rcu_free_sheaf() local 6264 __kfree_rcu_sheaf(struct kmem_cache * s,void * obj) __kfree_rcu_sheaf() argument 6357 free_to_pcs_bulk(struct kmem_cache * s,size_t size,void ** p) free_to_pcs_bulk() argument 6505 struct kmem_cache *s; free_deferred_objects() local 6536 defer_free(struct kmem_cache * s,void * head) defer_free() argument 6583 do_slab_free(struct kmem_cache * s,struct slab * slab,void * head,void * tail,int cnt,unsigned long addr) do_slab_free() argument 6662 slab_free(struct kmem_cache * s,struct slab * slab,void * object,unsigned long addr) slab_free() argument 6684 memcg_alloc_abort_single(struct kmem_cache * s,void * object) memcg_alloc_abort_single() argument 6692 slab_free_bulk(struct kmem_cache * s,struct slab * slab,void * head,void * tail,void ** p,int cnt,unsigned long addr) slab_free_bulk() argument 6712 struct kmem_cache *s; slab_free_after_rcu_debug() local 6749 cache_from_obj(struct kmem_cache * s,void * x) cache_from_obj() argument 6773 kmem_cache_free(struct kmem_cache * s,void * x) kmem_cache_free() argument 6814 struct kmem_cache *s; kvfree_rcu_cb() local 6860 struct kmem_cache *s; kfree() local 6892 struct kmem_cache *s; kfree_nolock() local 6945 struct kmem_cache *s = NULL; __do_krealloc() local 7266 struct kmem_cache *s; global() member 7282 build_detached_freelist(struct kmem_cache * s,size_t size,void ** p,struct detached_freelist * df) build_detached_freelist() argument 7346 __kmem_cache_free_bulk(struct kmem_cache * s,size_t size,void ** p) __kmem_cache_free_bulk() argument 7367 kmem_cache_free_bulk(struct kmem_cache * s,size_t size,void ** p) kmem_cache_free_bulk() argument 7395 __kmem_cache_alloc_bulk(struct kmem_cache * s,gfp_t flags,size_t size,void ** p) __kmem_cache_alloc_bulk() argument 7460 kmem_cache_alloc_bulk_noprof(struct kmem_cache * s,gfp_t flags,size_t size,void ** p) kmem_cache_alloc_bulk_noprof() argument 7676 alloc_kmem_cache_cpus(struct kmem_cache * s) alloc_kmem_cache_cpus() argument 7697 init_percpu_sheaves(struct kmem_cache * s) init_percpu_sheaves() argument 7762 free_kmem_cache_nodes(struct kmem_cache * s) free_kmem_cache_nodes() argument 7780 __kmem_cache_release(struct kmem_cache * s) __kmem_cache_release() argument 7793 init_kmem_cache_nodes(struct kmem_cache * s) init_kmem_cache_nodes() argument 7827 set_cpu_partial(struct kmem_cache * s) set_cpu_partial() argument 7864 calculate_sizes(struct kmem_cache_args * args,struct kmem_cache * s) calculate_sizes() argument 8003 list_slab_objects(struct kmem_cache * s,struct slab * slab) list_slab_objects() argument 8035 free_partial(struct kmem_cache * s,struct kmem_cache_node * n) free_partial() argument 8056 __kmem_cache_empty(struct kmem_cache * s) __kmem_cache_empty() argument 8070 __kmem_cache_shutdown(struct kmem_cache * s) __kmem_cache_shutdown() argument 8100 struct kmem_cache *s = slab->slab_cache; __kmem_obj_info() local 8233 struct kmem_cache *s; __check_heap_object() local 8282 __kmem_cache_do_shrink(struct kmem_cache * s) __kmem_cache_do_shrink() argument 8348 __kmem_cache_shrink(struct kmem_cache * s) __kmem_cache_shrink() argument 8356 struct kmem_cache *s; slab_mem_going_offline_callback() local 8371 struct kmem_cache *s; slab_mem_going_online_callback() local 8460 struct kmem_cache *s = kmem_cache_zalloc(kmem_cache, GFP_NOWAIT); bootstrap() local 8551 struct kmem_cache *s; __kmem_cache_alias() local 8572 do_kmem_cache_create(struct kmem_cache * s,const char * name,unsigned int size,struct kmem_cache_args * args,slab_flags_t flags) do_kmem_cache_create() argument 8691 validate_slab(struct kmem_cache * s,struct slab * slab,unsigned long * obj_map) validate_slab() argument 8716 validate_slab_node(struct kmem_cache * s,struct kmem_cache_node * n,unsigned long * obj_map) validate_slab_node() argument 8753 validate_slab_cache(struct kmem_cache * s) validate_slab_cache() argument 8830 add_location(struct loc_track * t,struct kmem_cache * s,const struct track * track,unsigned int orig_size) add_location() argument 8922 process_slab(struct loc_track * t,struct kmem_cache * s,struct slab * slab,enum track_item alloc,unsigned long * obj_map) process_slab() argument 8956 show_slab_objects(struct kmem_cache * s,char * buf,unsigned long flags) show_slab_objects() argument 9083 slab_size_show(struct kmem_cache * s,char * buf) slab_size_show() argument 9089 align_show(struct kmem_cache * s,char * buf) align_show() argument 9095 object_size_show(struct kmem_cache * s,char * buf) object_size_show() argument 9101 objs_per_slab_show(struct kmem_cache * s,char * buf) objs_per_slab_show() argument 9107 order_show(struct kmem_cache * s,char * buf) order_show() argument 9113 sheaf_capacity_show(struct kmem_cache * s,char * buf) sheaf_capacity_show() argument 9119 min_partial_show(struct kmem_cache * s,char * buf) min_partial_show() argument 9124 min_partial_store(struct kmem_cache * s,const char * buf,size_t length) min_partial_store() argument 9139 cpu_partial_show(struct kmem_cache * s,char * buf) cpu_partial_show() argument 9149 cpu_partial_store(struct kmem_cache * s,const char * buf,size_t length) cpu_partial_store() argument 9167 ctor_show(struct kmem_cache * s,char * buf) ctor_show() argument 9175 aliases_show(struct kmem_cache * s,char * buf) aliases_show() argument 9181 partial_show(struct kmem_cache * s,char * buf) partial_show() argument 9187 cpu_slabs_show(struct kmem_cache * s,char * buf) cpu_slabs_show() argument 9193 objects_partial_show(struct kmem_cache * s,char * buf) objects_partial_show() argument 9199 slabs_cpu_partial_show(struct kmem_cache * s,char * buf) slabs_cpu_partial_show() argument 9240 reclaim_account_show(struct kmem_cache * s,char * buf) reclaim_account_show() argument 9246 hwcache_align_show(struct kmem_cache * s,char * buf) hwcache_align_show() argument 9253 cache_dma_show(struct kmem_cache * s,char * buf) cache_dma_show() argument 9261 usersize_show(struct kmem_cache * s,char * buf) usersize_show() argument 9268 destroy_by_rcu_show(struct kmem_cache * s,char * buf) destroy_by_rcu_show() argument 9275 slabs_show(struct kmem_cache * s,char * buf) slabs_show() argument 9281 total_objects_show(struct kmem_cache * s,char * buf) total_objects_show() argument 9287 objects_show(struct kmem_cache * s,char * buf) objects_show() argument 9293 sanity_checks_show(struct kmem_cache * s,char * buf) sanity_checks_show() argument 9299 trace_show(struct kmem_cache * s,char * buf) trace_show() argument 9305 red_zone_show(struct kmem_cache * s,char * buf) red_zone_show() argument 9312 poison_show(struct kmem_cache * s,char * buf) poison_show() argument 9319 store_user_show(struct kmem_cache * s,char * buf) store_user_show() argument 9326 validate_show(struct kmem_cache * s,char * buf) validate_show() argument 9331 validate_store(struct kmem_cache * s,const char * buf,size_t length) validate_store() argument 9348 failslab_show(struct kmem_cache * s,char * buf) failslab_show() argument 9353 failslab_store(struct kmem_cache * s,const char * buf,size_t length) failslab_store() argument 9369 shrink_show(struct kmem_cache * s,char * buf) shrink_show() argument 9374 shrink_store(struct kmem_cache * s,const char * buf,size_t length) shrink_store() argument 9386 remote_node_defrag_ratio_show(struct kmem_cache * s,char * buf) remote_node_defrag_ratio_show() argument 9391 remote_node_defrag_ratio_store(struct kmem_cache * s,const char * buf,size_t length) remote_node_defrag_ratio_store() argument 9411 show_stat(struct kmem_cache * s,char * buf,enum stat_item si) show_stat() argument 9443 clear_stat(struct kmem_cache * s,enum stat_item si) clear_stat() argument 9512 skip_kfence_show(struct kmem_cache * s,char * buf) skip_kfence_show() argument 9517 skip_kfence_store(struct kmem_cache * s,const char * buf,size_t length) skip_kfence_store() argument 9637 struct kmem_cache *s; slab_attr_show() local 9653 struct kmem_cache *s; slab_attr_store() local 9681 cache_kset(struct kmem_cache * s) cache_kset() argument 9692 create_unique_id(struct kmem_cache * s) create_unique_id() argument 9730 sysfs_slab_add(struct kmem_cache * s) sysfs_slab_add() argument 9781 sysfs_slab_unlink(struct kmem_cache * s) sysfs_slab_unlink() argument 9787 sysfs_slab_release(struct kmem_cache * s) sysfs_slab_release() argument 9797 struct kmem_cache *s; global() member 9804 sysfs_slab_alias(struct kmem_cache * s,const char * name) sysfs_slab_alias() argument 9835 struct kmem_cache *s; slab_sysfs_init() local 9986 struct kmem_cache *s = file_inode(filep)->i_private; slab_debug_trace_open() local 10045 debugfs_slab_add(struct kmem_cache * s) debugfs_slab_add() argument 10061 debugfs_slab_release(struct kmem_cache * s) debugfs_slab_release() argument 10068 struct kmem_cache *s; slab_debugfs_init() local 10085 get_slabinfo(struct kmem_cache * s,struct slabinfo * sinfo) get_slabinfo() argument [all...] |