Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsglist.h53 u_int sg_refs; member
69 refcount_init(&sg->sg_refs, 1); in sglist_init()
83 refcount_acquire(&sg->sg_refs); in sglist_hold()
/f-stack/freebsd/kern/
H A Dsubr_sglist.c306 if (refcount_release(&sg->sg_refs)) in sglist_free()
761 if (original->sg_refs > 1) in sglist_split()