Searched refs:sopts (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/jemalloc/dist/src/
H A Djemalloc.c1704 imalloc_no_sample(static_opts_t *sopts, dynamic_opts_t *dopts, tsd_t *tsd, argument
1711 if (likely(!sopts->slow)) {
1742 arena, sopts->slow);
1746 imalloc_sample(static_opts_t *sopts, dynamic_opts_t *dopts, tsd_t *tsd, argument
1763 ret = imalloc_no_sample(sopts, dopts, tsd, bumped_usize,
1770 ret = imalloc_no_sample(sopts, dopts, tsd, usize, usize, ind);
1819 imalloc_body(static_opts_t *sopts, dynamic_opts_t *dopts, tsd_t *tsd) { argument
1840 if (unlikely(compute_size_with_overflow(sopts->may_overflow, dopts,
1846 if (sopts->bump_empty_alloc) {
1852 if (sopts
2017 imalloc(static_opts_t *sopts, dynamic_opts_t *dopts) argument
2053 static_opts_t sopts; local
2081 static_opts_t sopts; local
2116 static_opts_t sopts; local
2151 static_opts_t sopts; local
2456 static_opts_t sopts; local
2492 static_opts_t sopts; local
2586 static_opts_t sopts; local
[all...]
/netbsd-current/usr.sbin/ldpd/
H A Dldp_peer.c116 int s = soc, sopts; local
191 sopts = fcntl(p->socket, F_GETFL);
192 if (sopts >= 0) {
193 sopts |= O_NONBLOCK;
194 fcntl(p->socket, F_SETFL, &sopts);

Completed in 138 milliseconds