Searched refs:payload_size (Results 1 – 3 of 3) sorted by relevance
76 static struct trace_entry *trace_alloc_entry(struct trace_buffer *tb, int payload_size) in trace_alloc_entry() argument80 e = trace_alloc(tb, sizeof(*e) + payload_size); in trace_alloc_entry()82 e->length = payload_size; in trace_alloc_entry()
142 size_t payload_size = nr_cpus * sizeof(struct perf_cpu); in cpu_map__trim_new() local147 memcpy(RC_CHK_ACCESS(cpus)->map, tmp_cpus, payload_size); in cpu_map__trim_new()
586 if (length > cxl_mbox->payload_size) in mock_get_log()1732 cxl_mbox->payload_size = SZ_4K; in cxl_mock_mem_probe()
Completed in 11 milliseconds