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

/linux-master/kernel/printk/
H A Dprintk_ringbuffer.c287 * data_alloc:A (or data_realloc:A) / desc_read:D
290 * data_alloc:A (or data_realloc:A) / data_push_tail:B
509 * not apply to the copied data. This pairs with data_alloc:A and
514 * If copy_data:A reads from data_alloc:B, then desc_read:E
519 * MB from desc_make_reusable:A to data_alloc:B
523 * Note: desc_make_reusable:A and data_alloc:B can be different
524 * CPUs. However, the data_alloc:B CPU (which performs the
687 * data_alloc:A and data_realloc:A.
691 * If data_make_reusable:A reads from data_alloc:B,
697 * MB from data_push_tail:D to data_alloc
1028 static char *data_alloc(struct printk_ringbuffer *rb, unsigned int size, function
[all...]

Completed in 346 milliseconds