Searched refs:KSTRTOX_OVERFLOW (Results 1 - 8 of 8) sorted by relevance

/linux-master/lib/
H A Dkstrtox.h5 #define KSTRTOX_OVERFLOW (1U << 31) macro
H A Dkstrtox.c80 rv |= KSTRTOX_OVERFLOW;
103 if (rv & KSTRTOX_OVERFLOW)
H A Dbitmap-str.c253 if (len & KSTRTOX_OVERFLOW || n != (unsigned int)n)
H A Dvsprintf.c76 cp += (rv & ~KSTRTOX_OVERFLOW);
/linux-master/arch/x86/boot/
H A Dstring.c21 #define KSTRTOX_OVERFLOW (1U << 31) macro
285 rv |= KSTRTOX_OVERFLOW;
302 if (rv & KSTRTOX_OVERFLOW)
/linux-master/kernel/
H A Dsysctl.c312 if ((rv & KSTRTOX_OVERFLOW) || (result != (unsigned long)result))
/linux-master/fs/proc/
H A Dbase.c2108 if (len & KSTRTOX_OVERFLOW)
2121 if (len & KSTRTOX_OVERFLOW)
/linux-master/kernel/bpf/
H A Dhelpers.c485 if (val_len & KSTRTOX_OVERFLOW)

Completed in 134 milliseconds