Lines Matching refs:poff
1078 const s32 *poff; in alternatives_smp_lock() local
1080 for (poff = start; poff < end; poff++) { in alternatives_smp_lock()
1081 u8 *ptr = (u8 *)poff + *poff; in alternatives_smp_lock()
1083 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_lock()
1094 const s32 *poff; in alternatives_smp_unlock() local
1096 for (poff = start; poff < end; poff++) { in alternatives_smp_unlock()
1097 u8 *ptr = (u8 *)poff + *poff; in alternatives_smp_unlock()
1099 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_unlock()
1206 const s32 *poff; in alternatives_text_reserved() local
1215 for (poff = mod->locks; poff < mod->locks_end; poff++) { in alternatives_text_reserved()
1216 const u8 *ptr = (const u8 *)poff + *poff; in alternatives_text_reserved()