Lines Matching refs:list_head
38 struct list_head hash_list;
44 static struct list_head *dcookie_hashtable __read_mostly;
70 struct list_head * pos; in find_dcookie()
71 struct list_head * list; in find_dcookie()
89 struct list_head * list = dcookie_hashtable + dcookie_hash(dcookie_value(dcs)); in hash_dcookie()
225 struct list_head * d; in dcookie_init()
247 hash_size = PAGE_SIZE / sizeof(struct list_head); in dcookie_init()
292 struct list_head * list; in dcookie_exit()
293 struct list_head * pos; in dcookie_exit()
294 struct list_head * pos2; in dcookie_exit()
313 struct list_head next;