Searched refs:remove_reference (Results 1 – 1 of 1) sorted by relevance
| /onnv-gate/usr/src/uts/common/fs/zfs/ |
| H A D | arc.c | 1026 remove_reference(arc_buf_hdr_t *ab, kmutex_t *hash_lock, void *tag) in remove_reference() function 1517 (void) remove_reference(hdr, hash_lock, tag); in arc_buf_free() 1534 (void) remove_reference(hdr, NULL, tag); in arc_buf_free() 1541 if (remove_reference(hdr, NULL, tag) > 0) in arc_buf_free() 1567 (void) remove_reference(hdr, hash_lock, tag); in arc_buf_remove_ref() 2780 (void) remove_reference(hdr, hash_lock, in arc_read_nolock() 3083 (void) remove_reference(hdr, hash_lock, tag); in arc_release()
|