Searched refs:h_list (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_hashtab.c62 struct hlist_head *h_list; drm_ht_verbose_list() local
68 h_list = &ht->table[hashed_key]; drm_ht_verbose_list()
69 hlist_for_each_entry(entry, h_list, head) drm_ht_verbose_list()
77 struct hlist_head *h_list; drm_ht_find_key() local
81 h_list = &ht->table[hashed_key]; hlist_for_each_entry()
82 hlist_for_each_entry(entry, h_list, head) { hlist_for_each_entry()
95 struct hlist_head *h_list; drm_ht_find_key_rcu() local
99 h_list = &ht->table[hashed_key]; hlist_for_each_entry_rcu()
100 hlist_for_each_entry_rcu(entry, h_list, head) { hlist_for_each_entry_rcu()
112 struct hlist_head *h_list; drm_ht_insert_item() local
118 h_list = &ht->table[hashed_key]; drm_ht_insert_item()
120 hlist_for_each_entry(entry, h_list, head) { hlist_for_each_entry()
130 hlist_add_head_rcu(&item->head, h_list);
/linux-4.1.27/drivers/input/
H A Dinput.c146 list_for_each_entry_rcu(handle, &dev->h_list, d_node) input_pass_values()
555 list_for_each_entry(handle, &dev->h_list, d_node) __input_release_device()
716 list_for_each_entry(handle, &dev->h_list, d_node) input_disconnect_device()
1147 list_for_each_entry(handle, &dev->h_list, d_node) input_devices_seq_show()
1795 INIT_LIST_HEAD(&dev->h_list); input_allocate_device()
2033 list_for_each_entry_safe(handle, next, &dev->h_list, d_node) __input_unregister_device()
2035 WARN_ON(!list_empty(&dev->h_list)); __input_unregister_device()
2218 INIT_LIST_HEAD(&handler->h_list); input_register_handler()
2245 list_for_each_entry_safe(handle, next, &handler->h_list, h_node) input_unregister_handler()
2247 WARN_ON(!list_empty(&handler->h_list)); input_unregister_handler()
2277 list_for_each_entry_rcu(handle, &handler->h_list, h_node) { input_handler_for_each_handle()
2319 list_add_rcu(&handle->d_node, &dev->h_list); input_register_handle()
2321 list_add_tail_rcu(&handle->d_node, &dev->h_list); input_register_handle()
2331 list_add_tail_rcu(&handle->h_node, &handler->h_list); input_register_handle()
/linux-4.1.27/fs/ocfs2/
H A Dextent_map.c304 el = &eb->h_list; ocfs2_last_eb_is_empty()
388 el = &next_eb->h_list; ocfs2_figure_hole_clusters()
440 el = &eb->h_list; ocfs2_get_clusters_nocache()
563 el = &eb->h_list; ocfs2_xattr_get_clusters()
H A Dalloc.c684 path->p_node[index].el = &eb->h_list; ocfs2_path_insert_eb()
979 el = &eb->h_list; ocfs2_num_free_extents()
1052 eb->h_list.l_count = ocfs2_create_new_meta_bhs()
1176 el = &eb->h_list; ocfs2_add_branch()
1186 new_cpos = ocfs2_sum_rightmost_rec(&eb->h_list); ocfs2_add_branch()
1238 eb_el = &eb->h_list; ocfs2_add_branch()
1363 eb_el = &eb->h_list; ocfs2_shift_tree_depth()
1477 el = &eb->h_list; ocfs2_find_branch_target()
1834 el = &eb->h_list; __ocfs2_find_path()
1899 struct ocfs2_extent_list *el = &eb->h_list; find_leaf_ins()
2554 el = &eb->h_list; ocfs2_update_edge_lengths()
2592 el = &eb->h_list; ocfs2_unlink_path()
3189 el = &eb->h_list; ocfs2_rotate_tree_left()
4564 el = &eb->h_list; ocfs2_figure_insert_type()
4894 rightmost_el = &eb->h_list; ocfs2_split_and_insert()
5063 rightmost_el = &eb->h_list; ocfs2_split_extent()
5272 rightmost_el = &eb->h_list; ocfs2_split_tree()
H A Docfs2_fs.h498 * ocfs2_extent_block.h_list, respectively.
562 /*30*/ struct ocfs2_extent_list h_list; /* Extent record list */ member in struct:ocfs2_extent_block
1354 offsetof(struct ocfs2_extent_block, h_list.l_recs); ocfs2_extent_recs_per_eb()
1522 offsetof(struct ocfs2_extent_block, h_list.l_recs); ocfs2_extent_recs_per_eb()
H A Drefcounttree.c1013 cpos = le32_to_cpu(eb->h_list.l_recs[index].e_cpos); ocfs2_get_refcount_cpos_end()
1102 el = &eb->h_list; ocfs2_get_refcount_rec()
2674 el = &eb->h_list; ocfs2_refcount_cal_cow_clusters()
2836 el = &eb->h_list; ocfs2_refcount_cal_cow_clusters()
H A Ddir.c812 el = &eb->h_list; ocfs2_dx_dir_lookup_rec()
H A Dxattr.c3694 el = &eb->h_list; ocfs2_xattr_get_rec()
/linux-4.1.27/include/linux/
H A Dinput.h112 * @h_list: list of input handles associated with the device. When
182 struct list_head h_list; member in struct:input_dev
268 * @h_list: list of input handles associated with the handler
303 struct list_head h_list; member in struct:input_handler

Completed in 847 milliseconds