Home
last modified time | relevance | path

Searched refs:store_size (Results 1 – 3 of 3) sorted by relevance

/linux/tools/mm/
H A Dslabinfo.c262 static int store_size(char *buffer, unsigned long value)
413 store_size(b, s->numa[node]); in slab_numa()
422 store_size(b, s->numa_partial[node]); in slab_numa()
622 store_size(size_str, slab_size(s)); in slabcache()
624 store_size(size_str, slab_waste(s)); in slabcache()
984 store_size(b1, total_size);store_size(b2, total_waste); in totals()
985 store_size(b3, total_waste * 100 / total_used); in totals()
988 store_size(b1, total_objects);store_size(b in totals()
263 static int store_size(char *buffer, unsigned long value) store_size() function
[all...]
/linux/kernel/trace/
H A Dtrace_selftest.c770 int store_size; member
782 int size = fixture->store_size; in store_entry()
827 if (fixture->store_size > size) { in store_return()
830 size, (int)fixture->store_size); in store_return()
834 switch (fixture->store_size) { in store_return()
879 int size = fixture->store_size; in test_graph_storage_single()
915 .store_size = 1,
923 .store_size = 2,
931 .store_size = 4,
939 .store_size = 8,
/linux/drivers/scsi/
H A Dscsi_debug.c7022 static void sdebug_build_parts(unsigned char *ramp, unsigned long store_size) in sdebug_build_parts() argument
7030 if ((sdebug_num_parts < 1) || (store_size < 1048576)) in sdebug_build_parts()