old_log           191 fs/pstore/ram.c 	drec = (struct pstore_ftrace_record *)(dest->old_log + dest_off);
old_log           192 fs/pstore/ram.c 	srec = (struct pstore_ftrace_record *)(src->old_log + src_off);
old_log           216 fs/pstore/ram.c 	kfree(dest->old_log);
old_log           217 fs/pstore/ram.c 	dest->old_log = merged_buf;
old_log           326 fs/pstore/ram.c 		kfree(prz->old_log);
old_log           301 fs/pstore/ram_core.c 	if (!prz->old_log) {
old_log           303 fs/pstore/ram_core.c 		prz->old_log = kmalloc(size, GFP_KERNEL);
old_log           305 fs/pstore/ram_core.c 	if (!prz->old_log) {
old_log           311 fs/pstore/ram_core.c 	memcpy_fromio(prz->old_log, &buffer->data[start], size - start);
old_log           312 fs/pstore/ram_core.c 	memcpy_fromio(prz->old_log + size - start, &buffer->data[0], start);
old_log           384 fs/pstore/ram_core.c 	return prz->old_log;
old_log           389 fs/pstore/ram_core.c 	kfree(prz->old_log);
old_log           390 fs/pstore/ram_core.c 	prz->old_log = NULL;
old_log            98 include/linux/pstore_ram.h 	char *old_log;
old_log           654 net/sched/sch_fq.c 		      struct rb_root *old_array, u32 old_log,
old_log           663 net/sched/sch_fq.c 	for (idx = 0; idx < (1U << old_log); idx++) {