Lines Matching refs:refcount
53 int refcount; member
59 int refcount; member
70 int refcount; member
83 uctrl->refcount = 1; in udev_ctrl_new_from_fd()
146 uctrl->refcount++; in udev_ctrl_ref()
152 if (uctrl && -- uctrl->refcount == 0) { in udev_ctrl_unref()
196 conn->refcount = 1; in udev_ctrl_get_connection()
243 conn->refcount++; in udev_ctrl_connection_ref()
248 if (conn && -- conn->refcount == 0) { in udev_ctrl_connection_unref()
363 uctrl_msg->refcount = 1; in udev_ctrl_receive_msg()
429 if (ctrl_msg && -- ctrl_msg->refcount == 0) { in udev_ctrl_msg_unref()