Home
last modified time | relevance | path

Searched refs:data_alloc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/kernel/printk/
H A Dprintk_ringbuffer.c286 * data_alloc:A (or data_realloc:A) / desc_read:D
289 * data_alloc:A (or data_realloc:A) / data_push_tail:B
503 * not apply to the copied data. This pairs with data_alloc:A and in desc_read()
508 * If copy_data:A reads from data_alloc:B, then desc_read:E in desc_read()
513 * MB from desc_make_reusable:A to data_alloc:B in desc_read()
517 * Note: desc_make_reusable:A and data_alloc:B can be different in desc_read()
518 * CPUs. However, the data_alloc:B CPU (which performs the in desc_read()
681 * data_alloc:A and data_realloc:A. in data_push_tail()
685 * If data_make_reusable:A reads from data_alloc:B, in data_push_tail()
691 * MB from data_push_tail:D to data_alloc in data_push_tail()
1022 static char *data_alloc(struct printk_ringbuffer *rb, data_alloc() function
[all...]
/kernel/linux/linux-6.6/kernel/printk/
H A Dprintk_ringbuffer.c286 * data_alloc:A (or data_realloc:A) / desc_read:D
289 * data_alloc:A (or data_realloc:A) / data_push_tail:B
505 * not apply to the copied data. This pairs with data_alloc:A and in desc_read()
510 * If copy_data:A reads from data_alloc:B, then desc_read:E in desc_read()
515 * MB from desc_make_reusable:A to data_alloc:B in desc_read()
519 * Note: desc_make_reusable:A and data_alloc:B can be different in desc_read()
520 * CPUs. However, the data_alloc:B CPU (which performs the in desc_read()
683 * data_alloc:A and data_realloc:A. in data_push_tail()
687 * If data_make_reusable:A reads from data_alloc:B, in data_push_tail()
693 * MB from data_push_tail:D to data_alloc in data_push_tail()
1024 static char *data_alloc(struct printk_ringbuffer *rb, unsigned int size, data_alloc() function
[all...]

Completed in 3 milliseconds