HomeSort by: relevance | last modified time | path
    Searched refs:h_list (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_hashtab.c 71 struct hlist_head *h_list; local
77 h_list = &ht->table[hashed_key];
78 hlist_for_each_entry(entry, h_list, head)
86 struct hlist_head *h_list; local
90 h_list = &ht->table[hashed_key];
91 hlist_for_each_entry(entry, h_list, head) {
104 struct hlist_head *h_list; local
108 h_list = &ht->table[hashed_key];
109 hlist_for_each_entry_rcu(entry, h_list, head) {
121 struct hlist_head *h_list; local
    [all...]
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_hashtab.c 60 struct drm_hash_item_list *h_list; local
66 h_list = &ht->table[hashed_key & ht->mask];
67 LIST_FOREACH(entry, h_list, head)
75 struct drm_hash_item_list *h_list; local
79 h_list = &ht->table[hashed_key & ht->mask];
80 LIST_FOREACH(entry, h_list, head) {
93 struct drm_hash_item_list *h_list; local
98 h_list = &ht->table[hashed_key & ht->mask];
100 LIST_FOREACH(entry, h_list, head) {
110 LIST_INSERT_HEAD(h_list, item, head)
    [all...]
  /src/external/gpl3/gcc/dist/contrib/header-tools/
reduce-headers 227 def try_to_remove (src_file, h_list, verbose):
305 if len (h_list) != 0 and inc_file_norm not in h_list:
  /src/external/gpl3/gcc.old/dist/contrib/header-tools/
reduce-headers 228 def try_to_remove (src_file, h_list, verbose):
306 if len (h_list) != 0 and inc_file_norm not in h_list:

Completed in 20 milliseconds