• Home
  • Raw
  • Download

Lines Matching defs:buf

700 	char buf[100];  in slab_err()  local
4611 static int list_locations(struct kmem_cache *s, char *buf, in list_locations()
4788 char *buf, unsigned long flags) in show_slab_objects()
4924 static ssize_t slab_size_show(struct kmem_cache *s, char *buf) in slab_size_show()
4930 static ssize_t align_show(struct kmem_cache *s, char *buf) in align_show()
4936 static ssize_t object_size_show(struct kmem_cache *s, char *buf) in object_size_show()
4942 static ssize_t objs_per_slab_show(struct kmem_cache *s, char *buf) in objs_per_slab_show()
4949 const char *buf, size_t length) in order_store()
4965 static ssize_t order_show(struct kmem_cache *s, char *buf) in order_show()
4971 static ssize_t min_partial_show(struct kmem_cache *s, char *buf) in min_partial_show()
4976 static ssize_t min_partial_store(struct kmem_cache *s, const char *buf, in min_partial_store()
4991 static ssize_t cpu_partial_show(struct kmem_cache *s, char *buf) in cpu_partial_show()
4996 static ssize_t cpu_partial_store(struct kmem_cache *s, const char *buf, in cpu_partial_store()
5014 static ssize_t ctor_show(struct kmem_cache *s, char *buf) in ctor_show()
5022 static ssize_t aliases_show(struct kmem_cache *s, char *buf) in aliases_show()
5028 static ssize_t partial_show(struct kmem_cache *s, char *buf) in partial_show()
5034 static ssize_t cpu_slabs_show(struct kmem_cache *s, char *buf) in cpu_slabs_show()
5040 static ssize_t objects_show(struct kmem_cache *s, char *buf) in objects_show()
5046 static ssize_t objects_partial_show(struct kmem_cache *s, char *buf) in objects_partial_show()
5052 static ssize_t slabs_cpu_partial_show(struct kmem_cache *s, char *buf) in slabs_cpu_partial_show()
5087 static ssize_t reclaim_account_show(struct kmem_cache *s, char *buf) in reclaim_account_show()
5093 const char *buf, size_t length) in reclaim_account_store()
5102 static ssize_t hwcache_align_show(struct kmem_cache *s, char *buf) in hwcache_align_show()
5109 static ssize_t cache_dma_show(struct kmem_cache *s, char *buf) in cache_dma_show()
5116 static ssize_t usersize_show(struct kmem_cache *s, char *buf) in usersize_show()
5122 static ssize_t destroy_by_rcu_show(struct kmem_cache *s, char *buf) in destroy_by_rcu_show()
5129 static ssize_t slabs_show(struct kmem_cache *s, char *buf) in slabs_show()
5135 static ssize_t total_objects_show(struct kmem_cache *s, char *buf) in total_objects_show()
5141 static ssize_t sanity_checks_show(struct kmem_cache *s, char *buf) in sanity_checks_show()
5147 const char *buf, size_t length) in sanity_checks_store()
5158 static ssize_t trace_show(struct kmem_cache *s, char *buf) in trace_show()
5163 static ssize_t trace_store(struct kmem_cache *s, const char *buf, in trace_store()
5183 static ssize_t red_zone_show(struct kmem_cache *s, char *buf) in red_zone_show()
5189 const char *buf, size_t length) in red_zone_store()
5203 static ssize_t poison_show(struct kmem_cache *s, char *buf) in poison_show()
5209 const char *buf, size_t length) in poison_store()
5223 static ssize_t store_user_show(struct kmem_cache *s, char *buf) in store_user_show()
5229 const char *buf, size_t length) in store_user_store()
5244 static ssize_t validate_show(struct kmem_cache *s, char *buf) in validate_show()
5250 const char *buf, size_t length) in validate_store()
5263 static ssize_t alloc_calls_show(struct kmem_cache *s, char *buf) in alloc_calls_show()
5271 static ssize_t free_calls_show(struct kmem_cache *s, char *buf) in free_calls_show()
5281 static ssize_t failslab_show(struct kmem_cache *s, char *buf) in failslab_show()
5286 static ssize_t failslab_store(struct kmem_cache *s, const char *buf, in failslab_store()
5300 static ssize_t shrink_show(struct kmem_cache *s, char *buf) in shrink_show()
5306 const char *buf, size_t length) in shrink_store()
5317 static ssize_t remote_node_defrag_ratio_show(struct kmem_cache *s, char *buf) in remote_node_defrag_ratio_show()
5323 const char *buf, size_t length) in remote_node_defrag_ratio_store()
5342 static int show_stat(struct kmem_cache *s, char *buf, enum stat_item si) in show_stat()
5501 char *buf) in slab_attr_show()
5520 const char *buf, size_t len) in slab_attr_store()
5587 char *buf; in memcg_propagate_slab_attrs() local