Searched refs:usage_count (Results 1 – 8 of 8) sorted by relevance
65 if (result->__locales[cnt]->usage_count < MAX_USAGE_COUNT) in __libc_rwlock_define()66 ++result->__locales[cnt]->usage_count; in __libc_rwlock_define()
355 if (newdata[category]->usage_count != UNDELETABLE) in setlocale()356 newdata[category]->usage_count = UNDELETABLE; in setlocale()424 if (newdata->usage_count != UNDELETABLE) in setlocale()425 newdata->usage_count = UNDELETABLE; in setlocale()
319 if (((const struct __locale_data *) locale_file->data)->usage_count in _nl_find_locale()321 ++((struct __locale_data *) locale_file->data)->usage_count; in _nl_find_locale()332 if (--data->usage_count == 0) in _nl_remove_locale()
43 if (cnt != LC_ALL && dataset->__locales[cnt]->usage_count != UNDELETABLE) in __libc_rwlock_define()
177 && result.__locales[cnt]->usage_count != UNDELETABLE)232 if (base->__locales[cnt]->usage_count != UNDELETABLE)
75 unsigned int usage_count; /* Counter for users. */ member
106 newdata->usage_count = 0; in _nl_intern_locale_data()
493 lia->data[cnt]->usage_count = UNDELETABLE; in _nl_load_locale_from_archive()
Completed in 15 milliseconds