Lines Matching refs:IS_ERR
2 /// PTR_ERR should access the value just tested by IS_ERR
4 //# IS_ERR that is wrong.
22 if (IS_ERR(x=e) || ...) {
33 if (IS_ERR(x) || ...) {
48 if (IS_ERR(x) || ...) {
50 when != IS_ERR(...)
70 if (IS_ERR@j0(x) || ...) {
72 when != IS_ERR(...)
89 * if (IS_ERR@j0(x) || ...) {
91 when != IS_ERR(...)
105 msg = "inconsistent IS_ERR and PTR_ERR"
116 msg = "inconsistent IS_ERR and PTR_ERR on line %s." % (j1[0].line)