Lines Matching refs:refcount
87 int refcount;
733 udev_device->refcount = 1;
754 * The initial refcount is 1, and needs to be decremented to
835 * The initial refcount is 1, and needs to be decremented to
873 * The initial refcount is 1, and needs to be decremented to
951 * The initial refcount is 1, and needs to be decremented to
1032 * The initial refcount is 1, and needs to be decremented to
1193 udev_device->refcount++;
1201 * Drop a reference of a udev device. If the refcount reaches zero,
1210 udev_device->refcount--;
1211 if (udev_device->refcount > 0)