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.c6617 struct lkpi_cfg80211_bss *lbss; local
6625 lbss = malloc(sizeof(*lbss), M_LKPI80211, M_NOWAIT | M_ZERO);
6626 if (lbss == NULL) {
6639 lookup.bss = &lbss->bss;
6645 free(lbss, M_LKPI80211);
6649 refcount_init(&lbss->refcnt, 1);
6650 return (&lbss->bss);
6656 struct lkpi_cfg80211_bss *lbss; local
6658 lbss = container_of(bss, struct lkpi_cfg80211_bss, bss);
6661 if (refcount_release(&lbss->refcnt)) {
[all …]