Searched refs:free_list_start (Results 1 – 1 of 1) sorted by relevance
67 uintptr_t free_list_start; member571 *slot = global_copy->free_list_start; in decrement_at_index()572 global_copy->free_list_start = (index << 1) | 1; in decrement_at_index()589 if (global_copy->free_list_start & 1) in __resolv_conf_attach()592 index = global_copy->free_list_start >> 1; in __resolv_conf_attach()594 global_copy->free_list_start = *slot; in __resolv_conf_attach()595 assert (global_copy->free_list_start == 0 in __resolv_conf_attach()596 || global_copy->free_list_start & 1); in __resolv_conf_attach()
Completed in 5 milliseconds