Searched refs:expanded_size (Results 1 – 2 of 2) sorted by relevance
54 unsigned int expanded_size; in raw_data_update() local57 expanded_size = (len > EXPAND_BUF_SIZE) ? len : EXPAND_BUF_SIZE; in raw_data_update()58 resize_data = kmalloc(dest->capacity + expanded_size, GFP_KERNEL); in raw_data_update()64 dest->capacity += expanded_size; in raw_data_update()
6648 unsigned long size = 0, expanded_size = 0; in tracing_total_entries_read() local6654 expanded_size += trace_buf_size >> 10; in tracing_total_entries_read()6659 r = sprintf(buf, "%lu (expanded: %lu)\n", size, expanded_size); in tracing_total_entries_read()