Searched refs:remove_reference (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | arc.c | 1883 remove_reference(arc_buf_hdr_t *hdr, kmutex_t *hash_lock, void *tag) in remove_reference() function 2638 (void) remove_reference(hdr, hash_lock, tag); in arc_buf_free() 2655 (void) remove_reference(hdr, NULL, tag); in arc_buf_free() 2662 if (remove_reference(hdr, NULL, tag) > 0) in arc_buf_free() 2689 (void) remove_reference(hdr, hash_lock, tag); in arc_buf_remove_ref() 4457 (void) remove_reference(hdr, hash_lock, in arc_read() 4844 (void) remove_reference(hdr, hash_lock, tag); in arc_release()
|