Lines Matching refs:kref
40 struct kref kref;
83 struct kref kref;
121 kref_init(&ipmi_device->kref);
148 static void ipmi_dev_release_kref(struct kref *kref)
151 container_of(kref, struct acpi_ipmi_device, kref);
176 kref_get(&ipmi_device->kref);
185 kref_put(&ipmi_device->kref, ipmi_dev_release_kref);
203 kref_init(&ipmi_msg->kref);
218 static void ipmi_msg_release_kref(struct kref *kref)
221 container_of(kref, struct acpi_ipmi_msg, kref);
228 kref_get(&tx_msg->kref);
235 kref_put(&tx_msg->kref, ipmi_msg_release_kref);