Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsglist.h51 u_int sg_refs; member
68 refcount_init(&sg->sg_refs, 1); in sglist_init()
82 refcount_acquire(&sg->sg_refs); in sglist_hold()
/freebsd/sys/kern/
H A Dsubr_sglist.c303 if (refcount_release(&sg->sg_refs)) in sglist_free()
773 if (original->sg_refs > 1) in sglist_split()