Searched refs:alloc_data (Results 1 – 3 of 3) sorted by relevance
114 uint8_t *d = ops->alloc_data(); in test_matrix_not_started()253 uint8_t *d1 = ops->alloc_data(); in active_context_switch_thread()256 uint8_t *d2 = ops->alloc_data(); in active_context_switch_thread()288 uint8_t *d1 = ops->alloc_data(); in inactive_context_switch_thread()291 uint8_t *d2 = ops->alloc_data(); in inactive_context_switch_thread()327 uint8_t *d = ops->alloc_data(); in test_thread_migration()333 cpu_d[cpuid] = ops->alloc_data(); in test_thread_migration()
40 void *(*alloc_data)(void); member
349 .alloc_data = sme_alloc_data,