Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dlarge_sections.rst33 of ``.rodata``, ``.bss``, and ``.data`` are ``.lrodata``, ``.lbss``, and
42 ``.lbss`` is right after ``.bss`` so that they are merged together and we
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c9031 struct lkpi_cfg80211_bss *lbss; local
9039 lbss = malloc(sizeof(*lbss), M_LKPI80211, M_NOWAIT | M_ZERO);
9040 if (lbss == NULL) {
9053 lookup.bss = &lbss->bss;
9059 free(lbss, M_LKPI80211);
9063 refcount_init(&lbss->refcnt, 1);
9064 return (&lbss->bss);
9070 struct lkpi_cfg80211_bss *lbss; local
9072 lbss = container_of(bss, struct lkpi_cfg80211_bss, bss);
9075 if (refcount_release(&lbss->refcnt)) {
[all …]