Searched refs:h_list (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/ |
| D | drm_hashtab.c | 66 struct hlist_head *h_list; in drm_ht_verbose_list() local 72 h_list = &ht->table[hashed_key]; in drm_ht_verbose_list() 73 hlist_for_each_entry(entry, h_list, head) in drm_ht_verbose_list() 81 struct hlist_head *h_list; in drm_ht_find_key() local 85 h_list = &ht->table[hashed_key]; in drm_ht_find_key() 86 hlist_for_each_entry(entry, h_list, head) { in drm_ht_find_key() 99 struct hlist_head *h_list; in drm_ht_find_key_rcu() local 103 h_list = &ht->table[hashed_key]; in drm_ht_find_key_rcu() 104 hlist_for_each_entry_rcu(entry, h_list, head) { in drm_ht_find_key_rcu() 116 struct hlist_head *h_list; in drm_ht_insert_item() local [all …]
|
| /Linux-v5.4/drivers/input/ |
| D | input.c | 143 list_for_each_entry_rcu(handle, &dev->h_list, d_node) in input_pass_values() 566 list_for_each_entry(handle, &dev->h_list, d_node) in __input_release_device() 746 list_for_each_entry(handle, &dev->h_list, d_node) in input_disconnect_device() 1171 list_for_each_entry(handle, &dev->h_list, d_node) in input_devices_seq_show() 1818 INIT_LIST_HEAD(&dev->h_list); in input_allocate_device() 2085 list_for_each_entry_safe(handle, next, &dev->h_list, d_node) in __input_unregister_device() 2087 WARN_ON(!list_empty(&dev->h_list)); in __input_unregister_device() 2291 INIT_LIST_HEAD(&handler->h_list); in input_register_handler() 2318 list_for_each_entry_safe(handle, next, &handler->h_list, h_node) in input_unregister_handler() 2320 WARN_ON(!list_empty(&handler->h_list)); in input_unregister_handler() [all …]
|
| /Linux-v5.4/include/linux/ |
| D | input.h | 194 struct list_head h_list; member 321 struct list_head h_list; member
|
| /Linux-v5.4/fs/ocfs2/ |
| D | extent_map.c | 292 el = &eb->h_list; in ocfs2_last_eb_is_empty() 376 el = &next_eb->h_list; in ocfs2_figure_hole_clusters() 428 el = &eb->h_list; in ocfs2_get_clusters_nocache() 552 el = &eb->h_list; in ocfs2_xattr_get_clusters()
|
| D | ocfs2_fs.h | 522 /*30*/ struct ocfs2_extent_list h_list; /* Extent record list */ member 1314 offsetof(struct ocfs2_extent_block, h_list.l_recs); in ocfs2_extent_recs_per_eb() 1482 offsetof(struct ocfs2_extent_block, h_list.l_recs); in ocfs2_extent_recs_per_eb()
|
| D | alloc.c | 679 path->p_node[index].el = &eb->h_list; in ocfs2_path_insert_eb() 969 el = &eb->h_list; in ocfs2_num_free_extents() 1042 eb->h_list.l_count = in ocfs2_create_new_meta_bhs() 1166 el = &eb->h_list; in ocfs2_add_branch() 1176 new_cpos = ocfs2_sum_rightmost_rec(&eb->h_list); in ocfs2_add_branch() 1248 eb_el = &eb->h_list; in ocfs2_add_branch() 1383 eb_el = &eb->h_list; in ocfs2_shift_tree_depth() 1492 el = &eb->h_list; in ocfs2_find_branch_target() 1845 el = &eb->h_list; in __ocfs2_find_path() 1909 struct ocfs2_extent_list *el = &eb->h_list; in find_leaf_ins() [all …]
|
| D | refcounttree.c | 1003 cpos = le32_to_cpu(eb->h_list.l_recs[index].e_cpos); in ocfs2_get_refcount_cpos_end() 1092 el = &eb->h_list; in ocfs2_get_refcount_rec() 2654 el = &eb->h_list; in ocfs2_refcount_cal_cow_clusters() 2815 el = &eb->h_list; in ocfs2_refcount_cal_cow_clusters()
|
| D | dir.c | 786 el = &eb->h_list; in ocfs2_dx_dir_lookup_rec()
|
| D | xattr.c | 3707 el = &eb->h_list; in ocfs2_xattr_get_rec()
|