Home
last modified time | relevance | path

Searched refs:os_obj_next_percpu (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h164 uint64_t *os_obj_next_percpu; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_object.c56 uint64_t *cpuobj = &os->os_obj_next_percpu[CPU_SEQID % in dmu_object_alloc_impl()
H A Ddmu_objset.c622 os->os_obj_next_percpu = kmem_zalloc(os->os_obj_next_percpu_len * in dmu_objset_open_impl()
623 sizeof (os->os_obj_next_percpu[0]), KM_SLEEP); in dmu_objset_open_impl()
986 kmem_free(os->os_obj_next_percpu, in dmu_objset_evict_done()
987 os->os_obj_next_percpu_len * sizeof (os->os_obj_next_percpu[0])); in dmu_objset_evict_done()