Searched refs:remove_reference (Results 1 – 1 of 1) sorted by relevance
| /titanic_50/usr/src/uts/common/fs/zfs/ |
| H A D | arc.c | 1887 remove_reference(arc_buf_hdr_t *hdr, kmutex_t *hash_lock, void *tag) in remove_reference() function 2642 (void) remove_reference(hdr, hash_lock, tag); in arc_buf_free() 2659 (void) remove_reference(hdr, NULL, tag); in arc_buf_free() 2666 if (remove_reference(hdr, NULL, tag) > 0) in arc_buf_free() 2693 (void) remove_reference(hdr, hash_lock, tag); in arc_buf_remove_ref() 4507 (void) remove_reference(hdr, hash_lock, in arc_read() 4904 (void) remove_reference(hdr, hash_lock, tag); in arc_release()
|