OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tis
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/dhcpcd/dist/src/
ipv4.c
252
const struct dhcp_state *sis, *
tis
;
local
255
tis
= D_CSTATE(ti);
256
if (sis && !
tis
)
258
if (!sis &&
tis
)
260
if (!sis && !
tis
)
263
if (sis->new && !
tis
->new)
265
if (!sis->new &&
tis
->new)
268
if (!(sis->added & STATE_FAKE) && (
tis
->added & STATE_FAKE))
270
if ((sis->added & STATE_FAKE) && !(
tis
->added & STATE_FAKE))
274
if (sis->new &&
tis
->new)
[
all
...]
/src/external/bsd/jemalloc.old/dist/test/unit/
mallctl.c
385
unsigned
tis
[NTCACHES];
local
397
expect_d_eq(mallctl("tcache.create", (void *)&
tis
[i], &sz, NULL,
404
(void *)&
tis
[i], sizeof(unsigned)), 0,
409
expect_d_eq(mallctl("tcache.create", (void *)&
tis
[i], &sz, NULL,
415
expect_d_eq(mallctl("tcache.flush", NULL, NULL, (void *)&
tis
[i],
422
ps[i] = mallocx(psz, MALLOCX_TCACHE(
tis
[i]));
425
dallocx(ps[i], MALLOCX_TCACHE(
tis
[i]));
427
qs[i] = mallocx(qsz, MALLOCX_TCACHE(
tis
[i]));
430
dallocx(qs[i], MALLOCX_TCACHE(
tis
[i]));
436
ps[i] = mallocx(psz, MALLOCX_TCACHE(
tis
[i]))
[
all
...]
/src/external/bsd/jemalloc/dist/test/unit/
mallctl.c
417
unsigned
tis
[NTCACHES];
local
430
mallctl("tcache.create", (void *)&
tis
[i], &sz, NULL, 0), 0,
437
(void *)&
tis
[i], sizeof(unsigned)),
443
mallctl("tcache.create", (void *)&
tis
[i], &sz, NULL, 0), 0,
449
expect_d_eq(mallctl("tcache.flush", NULL, NULL, (void *)&
tis
[i],
456
ps[i] = mallocx(psz, MALLOCX_TCACHE(
tis
[i]));
459
dallocx(ps[i], MALLOCX_TCACHE(
tis
[i]));
461
qs[i] = mallocx(qsz, MALLOCX_TCACHE(
tis
[i]));
464
dallocx(qs[i], MALLOCX_TCACHE(
tis
[i]));
470
ps[i] = mallocx(psz, MALLOCX_TCACHE(
tis
[i]))
[
all
...]
Completed in 34 milliseconds
Indexes created Thu Apr 23 00:23:13 UTC 2026