Lines Matching refs:cases
398 /* Don't create dummy cases that just break */
412 list_addtail(&c->link, &swtch->cases);
424 /* This function performs a depth-first search of the cases and puts them
449 list_add(&cse->link, &swtch->cases);
507 * tries to handle this loop goes to the cases below and gets
655 list_inithead(&swtch->cases);
659 /* First, we go through and record all of the cases. */
698 list_for_each_entry(struct vtn_case, cse, &swtch->cases, link) {
704 /* Finally, we walk over all of the cases one more time and put
859 list_for_each_entry(struct vtn_case, other, &swtch->cases, link) {
1042 /* Now we can walk the list of cases and actually emit code */
1043 list_for_each_entry(struct vtn_case, cse, &vtn_switch->cases, link) {