Searched refs:MASTER (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | smpboot.c | 94 #define MASTER (0) macro 193 go[MASTER] = 0; in sync_master() 198 while (!go[MASTER]) in sync_master() 200 go[MASTER] = 0; in sync_master() 221 go[MASTER] = 1; in get_delta() 242 * Synchronize ar.itc of the current (slave) CPU with the ar.itc of the MASTER CPU 295 go[MASTER] = 1; in ia64_sync_itc() 302 while (go[MASTER]) in ia64_sync_itc()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | smpboot.c | 95 #define MASTER (0) macro 194 go[MASTER] = 0; in sync_master() 199 while (!go[MASTER]) in sync_master() 201 go[MASTER] = 0; in sync_master() 222 go[MASTER] = 1; in get_delta() 243 * Synchronize ar.itc of the current (slave) CPU with the ar.itc of the MASTER CPU 296 go[MASTER] = 1; in ia64_sync_itc() 303 while (go[MASTER]) in ia64_sync_itc()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | smp_64.c | 159 #define MASTER 0 macro 178 go[MASTER] = 1; in get_delta() 213 go[MASTER] = 1; in smp_synchronize_tick_client() 215 while (go[MASTER]) in smp_synchronize_tick_client() 261 go[MASTER] = 0; in smp_synchronize_one_tick() 266 while (!go[MASTER]) in smp_synchronize_one_tick() 270 go[MASTER] = 0; in smp_synchronize_one_tick() 276 while (!go[MASTER]) in smp_synchronize_one_tick() 278 go[MASTER] = 0; in smp_synchronize_one_tick()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | smp_64.c | 159 #define MASTER 0 macro 178 go[MASTER] = 1; in get_delta() 213 go[MASTER] = 1; in smp_synchronize_tick_client() 215 while (go[MASTER]) in smp_synchronize_tick_client() 261 go[MASTER] = 0; in smp_synchronize_one_tick() 266 while (!go[MASTER]) in smp_synchronize_one_tick() 270 go[MASTER] = 0; in smp_synchronize_one_tick() 276 while (!go[MASTER]) in smp_synchronize_one_tick() 278 go[MASTER] = 0; in smp_synchronize_one_tick()
|
/kernel/linux/linux-5.10/drivers/leds/ |
H A D | leds-tca6507.c | 18 * are named MASTER, BANK0 and BANK1. 64 * when the appropriate counter is zero. The MASTER level has a 105 MASTER, enumerator 307 case MASTER: in set_level() 401 * backwards so we check MASTER bank first to avoid in led_prepare() 412 for (i = MASTER; i >= BANK0; i--) { in led_prepare()
|
/kernel/linux/linux-6.6/drivers/leds/ |
H A D | leds-tca6507.c | 18 * are named MASTER, BANK0 and BANK1. 64 * when the appropriate counter is zero. The MASTER level has a 105 MASTER, enumerator 305 case MASTER: in set_level() 399 * backwards so we check MASTER bank first to avoid in led_prepare() 410 for (i = MASTER; i >= BANK0; i--) { in led_prepare()
|
/kernel/linux/linux-5.10/drivers/clk/bcm/ |
H A D | clk-bcm21664.c | 134 BCM21664_CCU_COMMON(master, MASTER),
|
H A D | clk-bcm281xx.c | 184 BCM281XX_CCU_COMMON(master, MASTER),
|
/kernel/linux/linux-6.6/drivers/clk/bcm/ |
H A D | clk-bcm21664.c | 126 BCM21664_CCU_COMMON(master, MASTER),
|
H A D | clk-bcm281xx.c | 176 BCM281XX_CCU_COMMON(master, MASTER),
|
Completed in 13 milliseconds