Searched refs:fr_objbytes (Results 1 – 3 of 3) sorted by relevance
30 fr_objbytes
5683 static int fr_objbytes[NUM_OBJ_TYPES][2] = { variable5784 if ((fr_objbytes[type][0] & 1) != 0) {5785 if (obj.ipfo_size < fr_objbytes[type][1])5787 } else if (obj.ipfo_size != fr_objbytes[type][1])5795 if ((fr_objbytes[type][0] & 1) != 0 &&5796 obj.ipfo_size < fr_objbytes[type][1] ||5797 obj.ipfo_size != fr_objbytes[type][1])5801 if ((fr_objbytes[type][0] & 1) != 0) {5803 fr_objbytes[type][1]);5836 if (((fr_objbytes[type][0] & 1) == 0) || (sz < fr_objbytes[type][1]))[all …]