Searched refs:name_count (Results 1 – 4 of 4) sorted by relevance
24 (unsigned long) name_count, hash_clash_count, longest_clash);25 - assert (name_count == buckets_filled + hash_clash_count);27 + if (name_count != buckets_filled + hash_clash_count)28 + warn (_("The name_count (%lu) is not the same as the used bucket_count (%lu) + the hash clash cou…29 + (unsigned long) name_count,
901 context->name_count = 0; in audit_free_names()1553 context->name_count); in audit_log_exit()1718 BUG_ON(context->in_syscall || context->name_count); in __audit_syscall_entry()1906 if (context->name_count < AUDIT_NAMES) { in audit_alloc_name()1907 aname = &context->preallocated_names[context->name_count]; in audit_alloc_name()1920 context->name_count++; in audit_alloc_name()
118 int name_count; /* total records in names_list */ member
2860 u32 case_num = 0, buffer_offset = 0, name_count = 0, first_search = 0; in cmcp_get_case_info_from_threshold_file() local2875 for (name_count = 0; name_count < NAME_SIZE_MAX; name_count++) { in cmcp_get_case_info_from_threshold_file()2877 if (buf[buffer_offset + name_count] == ASCII_COMMA) in cmcp_get_case_info_from_threshold_file()2880 search_array[case_num].name[name_count] = in cmcp_get_case_info_from_threshold_file()2881 buf[buffer_offset + name_count]; in cmcp_get_case_info_from_threshold_file()2888 search_array[case_num].name_size = name_count; in cmcp_get_case_info_from_threshold_file()