Home
last modified time | relevance | path

Searched refs:get_index (Results 1 – 18 of 18) sorted by relevance

/linux/scripts/
H A Dtracepoint-update.c20 static inline void *get_index(void *start, int entsize, int index) in get_index() function
172 string_sec = get_index(shdr_start, shentsize, shstrndx); in process_tracepoints()
180 Elf_Shdr *shdr = get_index(shdr_start, shentsize, i); in process_tracepoints()
H A Dsorttable.c113 static inline void *get_index(void *start, int entsize, int index) in get_index() function
377 Elf_Shdr *shdr = get_index(shdr_start, shentsize, i); in fill_relocs()
432 Elf_Shdr *shdr = get_index(shdr_start, shentsize, i); in replace_relocs()
633 string_sec = get_index(shdr_start, shentsize, shstrndx); in do_sort()
641 Elf_Shdr *shdr = get_index(shdr_start, shentsize, i); in do_sort()
775 sort_needed_sec = get_index(shdr_start, shentsize, sort_need_index); in do_sort()
/linux/fs/quota/
H A Dquota_tree.c42 static int get_index(struct qtree_mem_dqinfo *info, struct kqid qid, int depth) in get_index() function
370 newblk = le32_to_cpu(ref[get_index(info, dquot->dq_id, depth)]); in do_insert_tree()
383 get_index(info, dquot->dq_id, depth)); in do_insert_tree()
394 le32_to_cpu(ref[get_index(info, in do_insert_tree()
405 ref[get_index(info, dquot->dq_id, depth)] = in do_insert_tree()
561 newblk = le32_to_cpu(ref[get_index(info, dquot->dq_id, depth)]); in remove_tree()
572 get_index(info, dquot->dq_id, depth)); in remove_tree()
584 ref[get_index(info, dquot->dq_id, depth)] = cpu_to_le32(0); in remove_tree()
678 blk = le32_to_cpu(ref[get_index(info, dquot->dq_id, depth)]); in find_tree_dqentry()
692 get_index(info, dquot->dq_id, depth)); in find_tree_dqentry()
/linux/drivers/accessibility/speakup/
H A Dspeakup_dectlk.c35 static unsigned char get_index(struct spk_synth *synth);
149 .get_index = get_index,
173 static unsigned char get_index(struct spk_synth *synth) in get_index() function
H A Dspeakup_bns.c109 .get_index = NULL,
H A Dspeakup_txprt.c114 .get_index = NULL,
H A Dspeakup_spkout.c116 .get_index = spk_synth_get_index,
H A Dspeakup_acntsa.c113 .get_index = NULL,
H A Dspeakup_dummy.c129 .get_index = NULL,
H A Dspeakup_audptr.c116 .get_index = NULL,
H A Dspeakup_ltlk.c125 .get_index = spk_synth_get_index,
H A Dspeakup_apollo.c125 .get_index = NULL,
H A Dspeakup_decext.c140 .get_index = NULL,
H A Dspeakup_keypc.c117 .get_index = NULL,
H A Dspeakup_acntpc.c126 .get_index = NULL,
H A Dspeakup_dtlk.c142 .get_index = spk_synth_get_index,
/linux/net/ipv4/
H A Dfib_trie.c221 static inline unsigned long get_index(t_key key, struct key_vector *kv) in get_index() function
469 put_child(tp, get_index(key, tp), n); in put_child_root()
563 put_child(tn, get_index(inode->key, tn), inode); in inflate()
848 unsigned long cindex = get_index(tn->key, tp); in resize()
1114 n = get_child(tp, get_index(key, tp)); in fib_insert_node()
1131 put_child(tn, get_index(key, tn) ^ 1, n); in fib_insert_node()
1533 cindex = get_index(pkey, pn); in fib_table_lookup()
1766 cindex = (key > pn->key) ? get_index(key, pn) : 0; in leaf_walk_rcu()
1788 cindex = get_index(pkey, pn) + 1; in leaf_walk_rcu()
1839 cindex = get_index(pkey, pn); in fib_trie_free()
[all …]
/linux/sound/synth/emux/
H A Dsoundfont.c59 static int get_index(int bank, int instr, int key);
1191 index = get_index(cur->bank, cur->instr, cur->v.low); in add_preset()
1208 index = get_index(zp->bank, zp->instr, zp->v.low); in delete_preset()
1265 index = get_index(bank, preset, key); in search_first_zone()
1325 get_index(int bank, int instr, int key) in get_index() function