Lines Matching refs:ucount
38 uint16_t ucount; in pt_section_get() local
43 ucount = section->ucount + 1; in pt_section_get()
44 if (!ucount) in pt_section_get()
47 section->ucount = ucount; in pt_section_get()
53 uint16_t ucount; in pt_section_put() local
58 ucount = section->ucount; in pt_section_put()
59 if (!ucount) in pt_section_put()
62 section->ucount = ucount - 1; in pt_section_put()
68 uint16_t ucount, mcount; in pt_section_map() local
73 ucount = section->ucount; in pt_section_map()
74 if (!ucount) in pt_section_map()
87 uint16_t ucount, mcount; in pt_section_unmap() local
92 ucount = section->ucount; in pt_section_unmap()
93 if (!ucount) in pt_section_unmap()
260 ptu_uint_eq(tfix->section.ucount, 0); in invalidate()
314 ptu_uint_eq(tfix->section.ucount, 0); in fill_nomap()
336 ptu_uint_eq(section->ucount, 1); in fill()
365 tfix->section.ucount = 1; in cfix_init()