| /linux/scripts/ |
| H A D | tracepoint-update.c | 20 static inline void *get_index(void *start, int entsize, int index) in get_index() function 170 string_sec = get_index(shdr_start, shentsize, shstrndx); in process_tracepoints() 178 Elf_Shdr *shdr = get_index(shdr_start, shentsize, i); in process_tracepoints()
|
| H A D | sorttable.c | 113 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 D | quota_tree.c | 42 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 D | speakup_dectlk.c | 35 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 D | speakup_soft.c | 30 static unsigned char get_index(struct spk_synth *synth); 150 .get_index = get_index, 367 static unsigned char get_index(struct spk_synth *synth) in get_index() function
|
| H A D | synth.c | 360 synth->get_index(synth); in spk_reset_index_count() 367 if (synth->get_index) in synth_supports_indexing() 393 int ind = synth->get_index(synth); in spk_get_index_count()
|
| H A D | speakup_bns.c | 109 .get_index = NULL,
|
| H A D | speakup_txprt.c | 114 .get_index = NULL,
|
| H A D | speakup_spkout.c | 116 .get_index = spk_synth_get_index,
|
| H A D | speakup_acntsa.c | 113 .get_index = NULL,
|
| H A D | speakup_dummy.c | 129 .get_index = NULL,
|
| H A D | spk_types.h | 200 unsigned char (*get_index)(struct spk_synth *synth); member
|
| H A D | speakup_audptr.c | 116 .get_index = NULL,
|
| H A D | speakup_ltlk.c | 125 .get_index = spk_synth_get_index,
|
| H A D | speakup_apollo.c | 125 .get_index = NULL,
|
| H A D | speakup_decext.c | 140 .get_index = NULL,
|
| H A D | speakup_keypc.c | 117 .get_index = NULL,
|
| H A D | speakup_acntpc.c | 126 .get_index = NULL,
|
| H A D | speakup_decpc.c | 236 .get_index = NULL,
|
| H A D | speakup_dtlk.c | 142 .get_index = spk_synth_get_index,
|
| /linux/net/ipv4/ |
| H A D | fib_trie.c | 221 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/drivers/i3c/master/mipi-i3c-hci/ |
| H A D | dat.h | 27 int (*get_index)(struct i3c_hci *hci, u8 address); member
|
| /linux/drivers/scsi/isci/ |
| H A D | host.c | 182 u32 get_index = get_value & SMU_COMPLETION_QUEUE_GET_POINTER_MASK; in sci_controller_completion_queue_has_entries() local 185 COMPLETION_QUEUE_CYCLE_BIT(ihost->completion_queue[get_index])) in sci_controller_completion_queue_has_entries() 487 u32 get_index; in sci_controller_process_completions() local 498 get_index = NORMALIZE_GET_POINTER(ihost->completion_queue_get); in sci_controller_process_completions() 506 == COMPLETION_QUEUE_CYCLE_BIT(ihost->completion_queue[get_index]) in sci_controller_process_completions() 510 ent = ihost->completion_queue[get_index]; in sci_controller_process_completions() 513 get_cycle ^= ((get_index+1) & SCU_MAX_COMPLETION_QUEUE_ENTRIES) << in sci_controller_process_completions() 515 get_index = (get_index+1) & (SCU_MAX_COMPLETION_QUEUE_ENTRIES-1); in sci_controller_process_completions() 565 SMU_CQGR_GEN_VAL(POINTER, get_index); in sci_controller_process_completions()
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | main.c | 2272 static int get_index(unsigned long offset) in get_index() function 2312 if (get_index(vma->vm_pgoff) != MLX5_IB_CLOCK_INFO_V1) in mlx5_ib_mmap_clock_info_page() 2379 idx = get_index(vma->vm_pgoff); in uar_mmap()
|