Searched refs:lbss (Results 1 – 2 of 2) sorted by relevance
| /src/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
|
| /src/sys/compat/linuxkpi/common/src/ |
| H A D | linux_80211.c | 8918 struct lkpi_cfg80211_bss *lbss; local 8926 lbss = malloc(sizeof(*lbss), M_LKPI80211, M_NOWAIT | M_ZERO); 8927 if (lbss == NULL) { 8940 lookup.bss = &lbss->bss; 8946 free(lbss, M_LKPI80211); 8950 refcount_init(&lbss->refcnt, 1); 8951 return (&lbss->bss); 8957 struct lkpi_cfg80211_bss *lbss; local 8959 lbss = container_of(bss, struct lkpi_cfg80211_bss, bss); 8962 if (refcount_release(&lbss->refcnt)) { [all …]
|