Searched refs:jb_head (Results 1 – 3 of 3) sorted by relevance
2147 int jb_head; /* Allocator head. */ member2166 jblocks->jb_head = 0; in jblocks_create()2188 jext = &jblocks->jb_extent[jblocks->jb_head]; in jblocks_next()2192 if (++jblocks->jb_head > jblocks->jb_used) in jblocks_next()2194 jext = &jblocks->jb_extent[jblocks->jb_head]; in jblocks_next()
1014 int jb_head; /* Allocator head. */ member
2795 jext = &jblocks->jb_extent[jblocks->jb_head]; in jblocks_alloc() 2799 if (++jblocks->jb_head > jblocks->jb_used) in jblocks_alloc() 2800 jblocks->jb_head = 0; in jblocks_alloc() 2801 jext = &jblocks->jb_extent[jblocks->jb_head]; in jblocks_alloc()