Home
last modified time | relevance | path

Searched refs:name_count (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0016-CVE-2022-38126.patch24 (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,
/OK3568_Linux_fs/kernel/kernel/
H A Dauditsc.c901 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()
H A Daudit.h118 int name_count; /* total records in names_list */ member
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_device_access.c2860 u32 case_num = 0, buffer_offset = 0, name_count = 0, first_search = 0; in cmcp_get_case_info_from_threshold_file() local
2875 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()