Searched refs:ht (Results 1 – 4 of 4) sorted by relevance
/include/drm/ |
D | drm_hashtab.h | 52 extern int drm_ht_create(struct drm_open_hash *ht, unsigned int order); 53 extern int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item); 54 extern int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, 57 extern int drm_ht_find_item(struct drm_open_hash *ht, unsigned long key, struct drm_hash_item **ite… 59 extern void drm_ht_verbose_list(struct drm_open_hash *ht, unsigned long key); 60 extern int drm_ht_remove_key(struct drm_open_hash *ht, unsigned long key); 61 extern int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item); 62 extern void drm_ht_remove(struct drm_open_hash *ht);
|
D | drm_crtc.h | 118 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \ argument 121 .htotal = (ht), .hskew = (hsk), .vdisplay = (vd), \
|
/include/linux/ |
D | hashtable.h | 29 static inline void __hash_init(struct hlist_head *ht, unsigned int sz) in __hash_init() argument 34 INIT_HLIST_HEAD(&ht[i]); in __hash_init() 76 static inline bool __hash_empty(struct hlist_head *ht, unsigned int sz) in __hash_empty() argument 81 if (!hlist_empty(&ht[i])) in __hash_empty()
|
/include/net/ |
D | raw.h | 35 struct hlist_head ht[RAW_HTABLE_SIZE]; member
|