• Home
  • Raw
  • Download

Lines Matching refs:hash

50 	unsigned long hash = init_name_hash(salt);  in full_name_case_hash()  local
53 hash = partial_name_hash(tolower(*name++), hash); in full_name_case_hash()
54 return end_name_hash(hash); in full_name_case_hash()
61 q->hash = full_name_case_hash(0, q->name, q->len); in qstr_init()
75 unsigned int hash = key->hash; in __get_appid() local
79 hash_for_each_possible_rcu(package_to_appid, hash_cur, hlist, hash) { in __get_appid()
101 unsigned int hash = key->hash; in __get_ext_gid() local
105 hash_for_each_possible_rcu(ext_to_groupid, hash_cur, hlist, hash) { in __get_ext_gid()
127 unsigned int hash = app_name->hash; in __is_excluded() local
130 hash_for_each_possible_rcu(package_to_userid, hash_cur, hlist, hash) { in __is_excluded()
200 unsigned int hash = key->hash; in insert_packagelist_appid_entry_locked() local
202 hash_for_each_possible_rcu(package_to_appid, hash_cur, hlist, hash) { in insert_packagelist_appid_entry_locked()
211 hash_add_rcu(package_to_appid, &new_entry->hlist, hash); in insert_packagelist_appid_entry_locked()
219 unsigned int hash = key->hash; in insert_ext_gid_entry_locked() local
222 hash_for_each_possible_rcu(ext_to_groupid, hash_cur, hlist, hash) { in insert_ext_gid_entry_locked()
229 hash_add_rcu(ext_to_groupid, &new_entry->hlist, hash); in insert_ext_gid_entry_locked()
237 unsigned int hash = key->hash; in insert_userid_exclude_entry_locked() local
240 hash_for_each_possible_rcu(package_to_userid, hash_cur, hlist, hash) { in insert_userid_exclude_entry_locked()
248 hash_add_rcu(package_to_userid, &new_entry->hlist, hash); in insert_userid_exclude_entry_locked()
338 unsigned int hash = key->hash; in remove_packagelist_entry_locked() local
342 hash_for_each_possible_rcu(package_to_userid, hash_cur, hlist, hash) { in remove_packagelist_entry_locked()
348 hash_for_each_possible_rcu(package_to_appid, hash_cur, hlist, hash) { in remove_packagelist_entry_locked()
371 unsigned int hash = key->hash; in remove_ext_gid_entry_locked() local
373 hash_for_each_possible_rcu(ext_to_groupid, hash_cur, hlist, hash) { in remove_ext_gid_entry_locked()
420 unsigned int hash = key->hash; in remove_userid_exclude_entry_locked() local
422 hash_for_each_possible_rcu(package_to_userid, hash_cur, hlist, hash) { in remove_userid_exclude_entry_locked()
527 unsigned int hash = package_details->name.hash; in package_details_excluded_userids_show() local
531 hash_for_each_possible_rcu(package_to_userid, hash_cur, hlist, hash) { in package_details_excluded_userids_show()
757 unsigned int hash; in packages_list_show() local
763 hash = hash_cur_app->key.hash; in packages_list_show()
764 hash_for_each_possible_rcu(package_to_userid, hash_cur_user, hlist, hash) { in packages_list_show()