Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/nvpair/
H A Dnvpair_alloc_fixed.c45 uintptr_t nvb_cur; /* current address in the buffer */ member
67 nvb->nvb_cur = (uintptr_t)&nvb[1]; in nv_fixed_init()
78 uintptr_t new = nvb->nvb_cur; in nv_fixed_alloc()
83 nvb->nvb_cur = P2ROUNDUP(new + size, sizeof (uintptr_t)); in nv_fixed_alloc()
100 nvb->nvb_cur = (uintptr_t)&nvb[1]; in nv_fixed_reset()