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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_hashtab.c70 struct hlist_head *h_list; local
77 h_list = &ht->table[hashed_key];
78 hlist_for_each(list, h_list) {
88 struct hlist_head *h_list; local
93 h_list = &ht->table[hashed_key];
94 hlist_for_each(list, h_list) {
108 struct hlist_head *h_list; local
114 h_list = &ht->table[hashed_key];
116 hlist_for_each(list, h_list) {
127 hlist_add_head(&item->head, h_list);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dinput.c90 list_for_each_entry_rcu(handle, &dev->h_list, d_node) {
470 list_for_each_entry(handle, &dev->h_list, d_node)
631 list_for_each_entry(handle, &dev->h_list, d_node)
998 list_for_each_entry(handle, &dev->h_list, d_node)
1566 INIT_LIST_HEAD(&dev->h_list);
1814 list_for_each_entry_safe(handle, next, &dev->h_list, d_node)
1816 WARN_ON(!list_empty(&dev->h_list));
1846 INIT_LIST_HEAD(&handler->h_list);
1882 list_for_each_entry_safe(handle, next, &handler->h_list, h_node)
1884 WARN_ON(!list_empty(&handler->h_list));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dextent_map.c305 el = &eb->h_list;
389 el = &next_eb->h_list;
441 el = &eb->h_list;
564 el = &eb->h_list;
H A Dalloc.c684 path->p_node[index].el = &eb->h_list;
982 el = &eb->h_list;
1057 eb->h_list.l_count =
1183 el = &eb->h_list;
1193 new_cpos = ocfs2_sum_rightmost_rec(&eb->h_list);
1242 eb_el = &eb->h_list;
1370 eb_el = &eb->h_list;
1487 el = &eb->h_list;
1842 el = &eb->h_list;
1907 struct ocfs2_extent_list *el = &eb->h_list;
[all...]
H A Docfs2_fs.h467 * ocfs2_extent_block.h_list, respectively.
531 /*30*/ struct ocfs2_extent_list h_list; /* Extent record list */ member in struct:ocfs2_extent_block
1309 offsetof(struct ocfs2_extent_block, h_list.l_recs);
1477 offsetof(struct ocfs2_extent_block, h_list.l_recs);
H A Drefcounttree.c1008 cpos = le32_to_cpu(eb->h_list.l_recs[index].e_cpos);
1097 el = &eb->h_list;
2660 el = &eb->h_list;
2822 el = &eb->h_list;
H A Ddir.c806 el = &eb->h_list;
H A Dxattr.c3677 el = &eb->h_list;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h1146 * @h_list: list of input handles associated with the device. When
1211 struct list_head h_list; member in struct:input_dev
1288 * @h_list: list of input handles associated with the handler
1321 struct list_head h_list; member in struct:input_handler

Completed in 289 milliseconds