Home
last modified time | relevance | path

Searched refs:old_log (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/pstore/
H A Dram_core.c301 if (!prz->old_log) { in persistent_ram_save_old()
303 prz->old_log = kmalloc(size, GFP_KERNEL); in persistent_ram_save_old()
305 if (!prz->old_log) { in persistent_ram_save_old()
311 memcpy_fromio(prz->old_log, &buffer->data[start], size - start); in persistent_ram_save_old()
312 memcpy_fromio(prz->old_log + size - start, &buffer->data[0], start); in persistent_ram_save_old()
382 return prz->old_log; in persistent_ram_old()
387 kfree(prz->old_log); in persistent_ram_free_old()
388 prz->old_log = NULL; in persistent_ram_free_old()
H A Dram.c264 &tmp_prz->old_log, in ramoops_pstore_read()
266 prz_next->old_log, in ramoops_pstore_read()
299 kfree(prz->old_log); in ramoops_pstore_read()
/kernel/linux/linux-6.6/fs/pstore/
H A Dram_core.c301 if (!prz->old_log) { in persistent_ram_save_old()
303 prz->old_log = kvzalloc(size, GFP_KERNEL); in persistent_ram_save_old()
305 if (!prz->old_log) { in persistent_ram_save_old()
311 memcpy_fromio(prz->old_log, &buffer->data[start], size - start); in persistent_ram_save_old()
312 memcpy_fromio(prz->old_log + size - start, &buffer->data[0], start); in persistent_ram_save_old()
382 return prz->old_log; in persistent_ram_old()
387 kvfree(prz->old_log); in persistent_ram_free_old()
388 prz->old_log = NULL; in persistent_ram_free_old()
H A Dram_internal.h53 * @old_log:
56 * bytes contained in @old_log
78 char *old_log; member
H A Dram.c251 &tmp_prz->old_log, in ramoops_pstore_read()
253 prz_next->old_log, in ramoops_pstore_read()
286 kvfree(prz->old_log); in ramoops_pstore_read()
/kernel/linux/linux-5.10/include/linux/
H A Dpstore_ram.h73 * @old_log:
76 * bytes contained in @old_log
98 char *old_log; member
/kernel/linux/linux-5.10/net/sched/
H A Dsch_fq.c698 struct rb_root *old_array, u32 old_log, in fq_rehash()
707 for (idx = 0; idx < (1U << old_log); idx++) { in fq_rehash()
697 fq_rehash(struct fq_sched_data *q, struct rb_root *old_array, u32 old_log, struct rb_root *new_array, u32 new_log) fq_rehash() argument
/kernel/linux/linux-6.6/net/sched/
H A Dsch_fq.c698 struct rb_root *old_array, u32 old_log, in fq_rehash()
707 for (idx = 0; idx < (1U << old_log); idx++) { in fq_rehash()
697 fq_rehash(struct fq_sched_data *q, struct rb_root *old_array, u32 old_log, struct rb_root *new_array, u32 new_log) fq_rehash() argument

Completed in 8 milliseconds