Searched refs:bL_switch_request_cb (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | bL_switcher.h | 17 int bL_switch_request_cb(unsigned int cpu, unsigned int new_cluster_id, 22 return bL_switch_request_cb(cpu, new_cluster_id, NULL, NULL); in bL_switch_request()
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | bL_switcher.h | 17 int bL_switch_request_cb(unsigned int cpu, unsigned int new_cluster_id, 22 return bL_switch_request_cb(cpu, new_cluster_id, NULL, NULL); in bL_switch_request()
|
/kernel/linux/linux-5.10/arch/arm/common/ |
H A D | bL_switcher.c | 321 * bL_switch_request_cb - Switch to a specific cluster for the given CPU, 342 int bL_switch_request_cb(unsigned int cpu, unsigned int new_cluster_id, in bL_switch_request_cb() function 372 EXPORT_SYMBOL_GPL(bL_switch_request_cb); variable
|
/kernel/linux/linux-6.6/arch/arm/common/ |
H A D | bL_switcher.c | 321 * bL_switch_request_cb - Switch to a specific cluster for the given CPU, 342 int bL_switch_request_cb(unsigned int cpu, unsigned int new_cluster_id, in bL_switch_request_cb() function 372 EXPORT_SYMBOL_GPL(bL_switch_request_cb); variable
|
Completed in 4 milliseconds