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.c9896 struct lkpi_cfg80211_bss *lbss; local
9904 lbss = malloc(sizeof(*lbss), M_LKPI80211, M_NOWAIT | M_ZERO);
9905 if (lbss == NULL) {
9918 lookup.bss = &lbss->bss;
9924 free(lbss, M_LKPI80211);
9928 refcount_init(&lbss->refcnt, 1);
9929 return (&lbss->bss);
9935 struct lkpi_cfg80211_bss *lbss; local
9937 lbss = container_of(bss, struct lkpi_cfg80211_bss, bss);
9940 if (refcount_release(&lbss->refcnt)) {
[all …]