Searched refs:locks_end (Results 1 – 2 of 2) sorted by relevance
/arch/x86/kernel/ |
D | alternative.c | 464 const s32 *locks_end; member 478 void *locks, void *locks_end, in alternatives_smp_module_add() argument 499 smp->locks_end = locks_end; in alternatives_smp_module_add() 503 smp->locks, smp->locks_end, in alternatives_smp_module_add() 508 alternatives_smp_unlock(locks, locks_end, text, text_end); in alternatives_smp_module_add() 543 alternatives_smp_lock(mod->locks, mod->locks_end, in alternatives_enable_smp() 561 for (poff = mod->locks; poff < mod->locks_end; poff++) { in alternatives_text_reserved()
|
/arch/x86/include/asm/ |
D | alternative.h | 69 void *locks, void *locks_end, 77 void *locks, void *locks_end, in alternatives_smp_module_add() argument
|