Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/
Ddrm_hashtab.c62 struct hlist_head *h_list; in drm_ht_verbose_list() local
68 h_list = &ht->table[hashed_key]; in drm_ht_verbose_list()
69 hlist_for_each_entry(entry, h_list, head) in drm_ht_verbose_list()
77 struct hlist_head *h_list; in drm_ht_find_key() local
81 h_list = &ht->table[hashed_key]; in drm_ht_find_key()
82 hlist_for_each_entry(entry, h_list, head) { in drm_ht_find_key()
95 struct hlist_head *h_list; in drm_ht_find_key_rcu() local
99 h_list = &ht->table[hashed_key]; in drm_ht_find_key_rcu()
100 hlist_for_each_entry_rcu(entry, h_list, head) { in drm_ht_find_key_rcu()
112 struct hlist_head *h_list; in drm_ht_insert_item() local
[all …]
/linux-4.4.14/drivers/input/
Dinput.c146 list_for_each_entry_rcu(handle, &dev->h_list, d_node) in input_pass_values()
555 list_for_each_entry(handle, &dev->h_list, d_node) in __input_release_device()
719 list_for_each_entry(handle, &dev->h_list, d_node) in input_disconnect_device()
1150 list_for_each_entry(handle, &dev->h_list, d_node) in input_devices_seq_show()
1795 INIT_LIST_HEAD(&dev->h_list); in input_allocate_device()
2023 list_for_each_entry_safe(handle, next, &dev->h_list, d_node) in __input_unregister_device()
2025 WARN_ON(!list_empty(&dev->h_list)); in __input_unregister_device()
2221 INIT_LIST_HEAD(&handler->h_list); in input_register_handler()
2248 list_for_each_entry_safe(handle, next, &handler->h_list, h_node) in input_unregister_handler()
2250 WARN_ON(!list_empty(&handler->h_list)); in input_unregister_handler()
[all …]
/linux-4.4.14/include/linux/
Dinput.h182 struct list_head h_list; member
303 struct list_head h_list; member
/linux-4.4.14/fs/ocfs2/
Dextent_map.c304 el = &eb->h_list; in ocfs2_last_eb_is_empty()
388 el = &next_eb->h_list; in ocfs2_figure_hole_clusters()
440 el = &eb->h_list; in ocfs2_get_clusters_nocache()
564 el = &eb->h_list; in ocfs2_xattr_get_clusters()
Docfs2_fs.h562 /*30*/ struct ocfs2_extent_list h_list; /* Extent record list */ member
1354 offsetof(struct ocfs2_extent_block, h_list.l_recs); in ocfs2_extent_recs_per_eb()
1522 offsetof(struct ocfs2_extent_block, h_list.l_recs); in ocfs2_extent_recs_per_eb()
Dalloc.c684 path->p_node[index].el = &eb->h_list; in ocfs2_path_insert_eb()
977 el = &eb->h_list; in ocfs2_num_free_extents()
1050 eb->h_list.l_count = in ocfs2_create_new_meta_bhs()
1174 el = &eb->h_list; in ocfs2_add_branch()
1184 new_cpos = ocfs2_sum_rightmost_rec(&eb->h_list); in ocfs2_add_branch()
1236 eb_el = &eb->h_list; in ocfs2_add_branch()
1361 eb_el = &eb->h_list; in ocfs2_shift_tree_depth()
1472 el = &eb->h_list; in ocfs2_find_branch_target()
1827 el = &eb->h_list; in __ocfs2_find_path()
1891 struct ocfs2_extent_list *el = &eb->h_list; in find_leaf_ins()
[all …]
Drefcounttree.c1011 cpos = le32_to_cpu(eb->h_list.l_recs[index].e_cpos); in ocfs2_get_refcount_cpos_end()
1100 el = &eb->h_list; in ocfs2_get_refcount_rec()
2664 el = &eb->h_list; in ocfs2_refcount_cal_cow_clusters()
2825 el = &eb->h_list; in ocfs2_refcount_cal_cow_clusters()
Ddir.c803 el = &eb->h_list; in ocfs2_dx_dir_lookup_rec()
Dxattr.c3688 el = &eb->h_list; in ocfs2_xattr_get_rec()