Searched refs:reap_ref (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/scsi/
H A Dscsi_sysfs.c1597 kref_get(&starget->reap_ref);
1689 kref_get(&starget->reap_ref);
H A Dscsi_scan.c450 * @kref: the reap_ref in the target being released
452 * Called on last put of reap_ref, which is the indication that no device
460 = container_of(kref, struct scsi_target, reap_ref);
477 kref_put(&starget->reap_ref, scsi_target_reap_ref_release);
511 kref_init(&starget->reap_ref);
558 ref_got = kref_get_unless_zero(&found_target->reap_ref);
569 * reap_ref above. However, since the target being released, it's
570 * already invisible and the reap_ref is irrelevant. If we call
595 * the reap_ref drops to zero, so we're trying to do another final put
/linux-master/include/scsi/
H A Dscsi_device.h340 struct kref reap_ref; /* last put renders target invisible */ member in struct:scsi_target

Completed in 141 milliseconds