Searched refs:f_thead (Results 1 – 2 of 2) sorted by relevance
900 thead_t *f_thead; /* tag head structure */ member5084 ptr = alloc_counts[(int) alloc_type_thead].free_list.f_thead; in allocate_thead()5086 alloc_counts[(int) alloc_type_thead].free_list.f_thead = ptr->free; in allocate_thead()5122 ptr->free = (thead_t *) alloc_counts[(int) alloc_type_thead].free_list.f_thead; in free_thead()5123 alloc_counts[(int) alloc_type_thead].free_list.f_thead = ptr; in free_thead()
1007 thead_t *f_thead; /* tag head structure */ member5370 ptr = alloc_counts[ (int) alloc_type_thead ].free_list.f_thead; in allocate_thead()5372 alloc_counts[ (int) alloc_type_thead ].free_list.f_thead = ptr->free; in allocate_thead()5408 ptr->free = (thead_t *) alloc_counts[ (int) alloc_type_thead ].free_list.f_thead; in free_thead()5409 alloc_counts[ (int) alloc_type_thead ].free_list.f_thead = ptr; in free_thead()