Lines Matching defs:count
243 * The original object just had its reference count
262 /* Update reference count of new object */
407 /* Set the reference count according to the parent Package object */
446 u32 count;
475 count = obj_desc->package.count;
476 new_count = count;
483 for (i = 0; i < count; i++) {
496 if (new_count < count) {
499 info->full_pathname, (count - new_count)));
501 /* NULL terminate list and update the package count */
504 obj_desc->package.count = new_count;