get_index 195 lib/prio_tree.c get_index(root, node, &radix_index, &heap_index); get_index 205 lib/prio_tree.c get_index(root, cur, &r_index, &h_index); get_index 273 lib/prio_tree.c get_index(root, cur->left, &r_index, &h_index_left); get_index 280 lib/prio_tree.c get_index(root, cur->right, &r_index, &h_index_right); get_index 322 lib/prio_tree.c get_index(iter->root, iter->cur->left, r_index, h_index); get_index 363 lib/prio_tree.c get_index(iter->root, iter->cur->right, r_index, h_index); get_index 429 lib/prio_tree.c get_index(root, root->prio_tree_node, &r_index, &h_index); get_index 70 sound/synth/emux/soundfont.c static int get_index(int bank, int instr, int key); get_index 1187 sound/synth/emux/soundfont.c if ((index = get_index(cur->bank, cur->instr, cur->v.low)) < 0) get_index 1203 sound/synth/emux/soundfont.c if ((index = get_index(zp->bank, zp->instr, zp->v.low)) < 0) get_index 1263 sound/synth/emux/soundfont.c if ((index = get_index(bank, preset, key)) < 0)