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 | 7611 struct lkpi_cfg80211_bss *lbss; local 7619 lbss = malloc(sizeof(*lbss), M_LKPI80211, M_NOWAIT | M_ZERO); 7620 if (lbss == NULL) { 7633 lookup.bss = &lbss->bss; 7639 free(lbss, M_LKPI80211); 7643 refcount_init(&lbss->refcnt, 1); 7644 return (&lbss->bss); 7650 struct lkpi_cfg80211_bss *lbss; local 7652 lbss = container_of(bss, struct lkpi_cfg80211_bss, bss); 7655 if (refcount_release(&lbss->refcnt)) { [all …]
|