Lines Matching refs:hash
64 struct hlist_node hash; member
75 struct hlist_node hash; member
182 hash_for_each_possible(uid_entry->task_entries, task_entry, hash, in find_task_entry()
214 hash_add(uid_entry->task_entries, &task_entry->hash, (unsigned int)pid); in find_or_register_task()
226 tmp_task, task_entry, hash) { in remove_uid_tasks()
227 hash_del(&task_entry->hash); in remove_uid_tasks()
237 hash_for_each(uid_entry->task_entries, bkt_task, task_entry, hash) { in set_io_uid_tasks_zero()
261 hash_for_each(uid_entry->task_entries, bkt_task, task_entry, hash) { in compute_io_uid_tasks()
274 hash_for_each(uid_entry->task_entries, bkt_task, task_entry, hash) { in show_io_uid_tasks()
304 hash_for_each_possible(hash_table, uid_entry, hash, uid) { in find_uid_entry()
327 hash_add(hash_table, &uid_entry->hash, uid); in find_or_register_uid()
344 hash_for_each(hash_table, bkt, uid_entry, hash) { in uid_cputime_show()
367 hash_for_each(hash_table, bkt, uid_entry, hash) { in uid_cputime_show()
431 hash, (uid_t)uid_start) { in uid_remove_write()
434 hash_del(&uid_entry->hash); in uid_remove_write()
473 hash_for_each(hash_table, bkt, uid_entry, hash) { in update_io_stats_all_locked()
490 hash_for_each(hash_table, bkt, uid_entry, hash) { in update_io_stats_all_locked()
533 hash_for_each(hash_table, bkt, uid_entry, hash) { in uid_io_show()