Home
last modified time | relevance | path

Searched refs:acount (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_section.c271 uint16_t acount, ucount; in pt_section_attach() local
282 acount = section->acount; in pt_section_attach()
283 if (!acount) { in pt_section_attach()
288 section->acount = 1; in pt_section_attach()
293 acount += 1; in pt_section_attach()
294 if (!acount) { in pt_section_attach()
299 if (ucount < acount) in pt_section_attach()
305 section->acount = acount; in pt_section_attach()
317 uint16_t acount, ucount; in pt_section_detach() local
330 acount = section->acount; in pt_section_detach()
[all …]
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-image_section_cache.c59 int acount; member
265 int errcode, ucount, acount; in pt_section_attach() local
275 acount = section->acount; in pt_section_attach()
276 if (!acount) { in pt_section_attach()
281 section->acount = 1; in pt_section_attach()
286 acount += 1; in pt_section_attach()
287 if (!acount) { in pt_section_attach()
292 if (ucount < acount) in pt_section_attach()
298 section->acount = acount; in pt_section_attach()
310 int errcode, ucount, acount; in pt_section_detach() local
[all …]
H A Dptunit-section.c397 sfix->section->acount = UINT16_MAX; in attach_overflow()
402 sfix->section->acount = 0; in attach_overflow()
419 sfix->section->acount = 2; in attach_bad_ucount()
424 sfix->section->acount = 0; in attach_bad_ucount()
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h146 uint16_t acount; member