Lines Matching refs:test_head
264 * test_head.next = &test_head
265 * test_head.prev = &test_head
267 LIST_HEAD(test_head);
276 * test_head.next->prev = &good.node
277 * good.node.next = test_head.next
278 * good.node.prev = test_head
279 * test_head.next = good.node
281 list_add(&good.node, &test_head);
289 test_head.next = redirection;
290 list_add(&bad.node, &test_head);
300 LIST_HEAD(test_head);
305 list_add(&item.node, &test_head);
311 list_add(&item.node, &test_head);