Searched refs:new_cluster_id (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, 20 static inline int bL_switch_request(unsigned int cpu, unsigned int new_cluster_id) in bL_switch_request() argument 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, 20 static inline int bL_switch_request(unsigned int cpu, unsigned int new_cluster_id) in bL_switch_request() argument 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 | 142 * @new_cluster_id: the ID of the cluster to switch to. 147 static int bL_switch_to(unsigned int new_cluster_id) in bL_switch_to() argument 161 if (new_cluster_id == ob_cluster) in bL_switch_to() 325 * @new_cluster_id: the ID of the cluster to switch to. 342 int bL_switch_request_cb(unsigned int cpu, unsigned int new_cluster_id, in bL_switch_request_cb() argument 367 t->wanted_cluster = new_cluster_id; in bL_switch_request_cb()
|
/kernel/linux/linux-6.6/arch/arm/common/ |
H A D | bL_switcher.c | 142 * @new_cluster_id: the ID of the cluster to switch to. 147 static int bL_switch_to(unsigned int new_cluster_id) in bL_switch_to() argument 161 if (new_cluster_id == ob_cluster) in bL_switch_to() 325 * @new_cluster_id: the ID of the cluster to switch to. 342 int bL_switch_request_cb(unsigned int cpu, unsigned int new_cluster_id, in bL_switch_request_cb() argument 367 t->wanted_cluster = new_cluster_id; in bL_switch_request_cb()
|
Completed in 3 milliseconds