/linux-6.12.1/fs/quota/ |
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-6.12.1/drivers/accessibility/speakup/ |
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
|
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
|
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()
|
D | speakup_bns.c | 109 .get_index = NULL,
|
D | speakup_txprt.c | 114 .get_index = NULL,
|
D | speakup_spkout.c | 116 .get_index = spk_synth_get_index,
|
D | speakup_acntsa.c | 113 .get_index = NULL,
|
D | speakup_dummy.c | 129 .get_index = NULL,
|
D | spk_types.h | 200 unsigned char (*get_index)(struct spk_synth *synth); member
|
D | speakup_audptr.c | 116 .get_index = NULL,
|
D | speakup_ltlk.c | 125 .get_index = spk_synth_get_index,
|
D | speakup_apollo.c | 125 .get_index = NULL,
|
D | speakup_decext.c | 140 .get_index = NULL,
|
D | speakup_keypc.c | 117 .get_index = NULL,
|
D | speakup_acntpc.c | 126 .get_index = NULL,
|
D | speakup_decpc.c | 236 .get_index = NULL,
|
/linux-6.12.1/drivers/i3c/master/mipi-i3c-hci/ |
D | dat.h | 27 int (*get_index)(struct i3c_hci *hci, u8 address); member
|
D | dat_v1.c | 190 .get_index = hci_dat_v1_get_index,
|
D | cmd_v1.c | 186 ret = mipi_i3c_hci_dat_v1.get_index(hci, ccc_addr); in hci_cmd_v1_prep_ccc()
|
/linux-6.12.1/net/ipv4/ |
D | fib_trie.c | 221 static inline unsigned long get_index(t_key key, struct key_vector *kv) in get_index() function 475 put_child(tp, get_index(key, tp), n); in put_child_root() 569 put_child(tn, get_index(inode->key, tn), inode); in inflate() 854 unsigned long cindex = get_index(tn->key, tp); in resize() 1120 n = get_child(tp, get_index(key, tp)); in fib_insert_node() 1137 put_child(tn, get_index(key, tn) ^ 1, n); in fib_insert_node() 1558 cindex = get_index(pkey, pn); in fib_table_lookup() 1794 cindex = (key > pn->key) ? get_index(key, pn) : 0; in leaf_walk_rcu() 1816 cindex = get_index(pkey, pn) + 1; in leaf_walk_rcu() 1867 cindex = get_index(pkey, pn); in fib_trie_free() [all …]
|
/linux-6.12.1/drivers/staging/rts5208/ |
D | xd.c | 801 xd_card->zone[i].get_index = 0; in xd_init_l2p_tbl() 816 zone->get_index = 0; in free_zone() 873 zone->set_index == zone->get_index) { in xd_get_unused_block() 878 if (zone->get_index >= XD_FREE_TABLE_CNT || zone->get_index < 0) { in xd_get_unused_block() 885 zone->get_index); in xd_get_unused_block() 887 phy_blk = zone->free_table[zone->get_index]; in xd_get_unused_block() 888 zone->free_table[zone->get_index++] = 0xFFFF; in xd_get_unused_block() 889 if (zone->get_index >= XD_FREE_TABLE_CNT) in xd_get_unused_block() 890 zone->get_index = 0; in xd_get_unused_block() 1348 zone->get_index = 0; in xd_build_l2p_tbl()
|
/linux-6.12.1/drivers/scsi/isci/ |
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-6.12.1/sound/synth/emux/ |
D | soundfont.c | 59 static int get_index(int bank, int instr, int key); 1236 index = get_index(cur->bank, cur->instr, cur->v.low); in add_preset() 1253 index = get_index(zp->bank, zp->instr, zp->v.low); in delete_preset() 1314 index = get_index(bank, preset, key); in search_first_zone() 1374 get_index(int bank, int instr, int key) in get_index() function
|
/linux-6.12.1/drivers/md/ |
D | dm-cache-policy-smq.c | 776 static unsigned int get_index(struct entry_alloc *ea, struct entry *e) in get_index() function 997 return to_cblock(get_index(&mq->cache_alloc, e)); in infer_cblock() 1319 hi = get_index(&mq->hotspot_alloc, e); in update_hotspot_queue() 1333 hi = get_index(&mq->hotspot_alloc, e); in update_hotspot_queue()
|