Searched refs:lbss (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lld/docs/ELF/ |
H A D | large_sections.rst | 33 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 D | linux_80211.c | 6556 struct lkpi_cfg80211_bss *lbss; in linuxkpi_cfg80211_get_bss() local 6564 lbss = malloc(sizeof(*lbss), M_LKPI80211, M_NOWAIT | M_ZERO); in linuxkpi_cfg80211_get_bss() 6565 if (lbss == NULL) { in linuxkpi_cfg80211_get_bss() 6578 lookup.bss = &lbss->bss; in linuxkpi_cfg80211_get_bss() 6584 free(lbss, M_LKPI80211); in linuxkpi_cfg80211_get_bss() 6588 refcount_init(&lbss->refcnt, 1); in linuxkpi_cfg80211_get_bss() 6589 return (&lbss->bss); in linuxkpi_cfg80211_get_bss() 6595 struct lkpi_cfg80211_bss *lbss; in linuxkpi_cfg80211_put_bss() local 6597 lbss = container_of(bss, struct lkpi_cfg80211_bss, bss); in linuxkpi_cfg80211_put_bss() 6600 if (refcount_release(&lbss->refcnt)) { in linuxkpi_cfg80211_put_bss() [all …]
|