Lines Matching defs:data
19 * Get hypfs_diag0c_entry from CPU vector and store diag0c data
21 static void diag0c_fn(void *data)
24 diag_dma_ops.diag0c(((void **) data)[smp_processor_id()]);
28 * Allocate buffer and store diag 0c data
53 /* Collect data all CPUs */
68 * Hypfs DBFS callback: Free diag 0c data
70 static void dbfs_diag0c_free(const void *data)
72 kfree(data);
76 * Hypfs DBFS callback: Create diag 0c data
78 static int dbfs_diag0c_create(void **data, void **data_free_ptr, size_t *size)
91 *data = diag0c_data;