Searched refs:remove_reference (Results 1 – 1 of 1) sorted by relevance
| /titanic_53/usr/src/uts/common/fs/zfs/ |
| H A D | arc.c | 1564 remove_reference(arc_buf_hdr_t *hdr, kmutex_t *hash_lock, void *tag) in remove_reference() function 2287 (void) remove_reference(hdr, hash_lock, tag); in arc_buf_free() 2304 (void) remove_reference(hdr, NULL, tag); in arc_buf_free() 2311 if (remove_reference(hdr, NULL, tag) > 0) in arc_buf_free() 2338 (void) remove_reference(hdr, hash_lock, tag); in arc_buf_remove_ref() 4154 (void) remove_reference(hdr, hash_lock, in arc_read() 4553 (void) remove_reference(hdr, hash_lock, tag); in arc_release()
|