Lines Matching refs:node
1406 struct list node;
1420 list_insert(&head, &t->node);
1424 list_for_each(t, &head, node) {
1437 struct list node;
1451 list_append(&head, &t->node);
1455 list_for_each(t, &head, node) {
1467 struct list node;
1480 list_append(&head, &t->node);
1485 list_for_each(t, &head, node) {
1490 list_for_each_safe(t, &head, node) {