Lines Matching defs:data
765 static void restore_bytes(struct kmem_cache *s, char *message, u8 data,
768 slab_fix(s, "Restoring 0x%p-0x%p=0x%x\n", from, to - 1, data);
769 memset(from, data, to - from);
820 * Meta data starts here.
823 * B. Tracking data for SLAB_STORE_USER
1401 * @object_size: the size of an object without meta data
2829 * Must read kmem_cache cpu data via this cpu ptr. Preemption is
2846 * of fetching cpu_slab's data. tid should be fetched before anything
3113 * data is retrieved via this pointer. If we are on the same cpu
3648 * calculate_sizes() determines the order and the distribution of data within
4809 len += sprintf(buf, "No data\n");
4964 * unplug code doesn't destroy the kmem_cache->node[] data.
5343 int *data = kmalloc_array(nr_cpu_ids, sizeof(int), GFP_KERNEL);
5345 if (!data)
5351 data[cpu] = x;
5359 if (data[cpu] && len < PAGE_SIZE - 20)
5360 len += sprintf(buf + len, " C%d=%u", cpu, data[cpu]);
5363 kfree(data);