Lines Matching refs:test_head
461 * test_head.next = &test_head
462 * test_head.prev = &test_head
464 LIST_HEAD(test_head);
473 * test_head.next->prev = &good.node
474 * good.node.next = test_head.next
475 * good.node.prev = test_head
476 * test_head.next = good.node
478 list_add(&good.node, &test_head);
486 test_head.next = redirection;
487 list_add(&bad.node, &test_head);
499 LIST_HEAD(test_head);
504 list_add(&item.node, &test_head);
510 list_add(&item.node, &test_head);