Lines Matching refs:list_head
37 struct list_head hash_list;
43 static struct list_head *dcookie_hashtable __read_mostly;
69 struct list_head * pos; in find_dcookie()
70 struct list_head * list; in find_dcookie()
88 struct list_head * list = dcookie_hashtable + dcookie_hash(dcookie_value(dcs)); in hash_dcookie()
219 struct list_head * d; in dcookie_init()
241 hash_size = PAGE_SIZE / sizeof(struct list_head); in dcookie_init()
286 struct list_head * list; in dcookie_exit()
287 struct list_head * pos; in dcookie_exit()
288 struct list_head * pos2; in dcookie_exit()
307 struct list_head next;