Lines Matching refs:test_head
404 * test_head.next = &test_head
405 * test_head.prev = &test_head
407 LIST_HEAD(test_head);
416 * test_head.next->prev = &good.node
417 * good.node.next = test_head.next
418 * good.node.prev = test_head
419 * test_head.next = good.node
421 list_add(&good.node, &test_head);
429 test_head.next = redirection;
430 list_add(&bad.node, &test_head);
442 LIST_HEAD(test_head);
447 list_add(&item.node, &test_head);
453 list_add(&item.node, &test_head);