Lines Matching refs:data
852 (*(int *)resource->data)++; in slab_add_kunit_errors()
1223 static void restore_bytes(struct kmem_cache *s, const char *message, u8 data, in restore_bytes() argument
1226 slab_fix(s, "Restoring %s 0x%p-0x%p=0x%x", message, from, to - 1, data); in restore_bytes()
1227 memset(from, data, to - from); in restore_bytes()
7210 int *data = kmalloc_array(nr_cpu_ids, sizeof(int), GFP_KERNEL); in show_stat() local
7212 if (!data) in show_stat()
7218 data[cpu] = x; in show_stat()
7226 if (data[cpu]) in show_stat()
7228 cpu, data[cpu]); in show_stat()
7231 kfree(data); in show_stat()
7714 static int cmp_loc_by_count(const void *a, const void *b, const void *data) in cmp_loc_by_count() argument