| /linux/kernel/irq/ |
| H A D | debugfs.c | 12 void irq_debug_show_bits(struct seq_file *m, int ind, unsigned int state, in irq_debug_show_bits() argument 19 seq_printf(m, "%*s%s\n", ind + 12, "", sd->name); in irq_debug_show_bits() 60 irq_debug_show_chip(struct seq_file *m, struct irq_data *data, int ind) in irq_debug_show_chip() argument 68 seq_printf(m, "%*schip: ", ind, ""); in irq_debug_show_chip() 73 seq_printf(m, "\n%*sflags: 0x%lx\n", ind + 1, "", chip->flags); in irq_debug_show_chip() 74 irq_debug_show_bits(m, ind, chip->flags, irqchip_flags, in irq_debug_show_chip() 79 irq_debug_show_data(struct seq_file *m, struct irq_data *data, int ind) in irq_debug_show_data() argument 81 seq_printf(m, "%*sdomain: %s\n", ind, "", in irq_debug_show_data() 83 seq_printf(m, "%*shwirq: 0x%lx\n", ind + 1, "", data->hwirq); in irq_debug_show_data() 84 irq_debug_show_chip(m, data, ind + 1); in irq_debug_show_data() [all …]
|
| H A D | matrix.c | 496 void irq_matrix_debug_show(struct seq_file *sf, struct irq_matrix *m, int ind) in irq_matrix_debug_show() argument 507 seq_printf(sf, "%*s| CPU | avl | man | mac | act | vectors\n", ind, " "); in irq_matrix_debug_show() 512 seq_printf(sf, "%*s %4d %4u %4u %4u %4u %*pbl\n", ind, " ", in irq_matrix_debug_show()
|
| /linux/drivers/s390/cio/ |
| H A D | qdio_thinint.c | 35 u32 ind; /* u32 because of compare-and-swap performance */ member 54 return &q_indicators[i].ind; in get_indicator() 58 return &q_indicators[TIQDIO_SHARED_IND].ind; in get_indicator() 63 struct indicator_t *ind = container_of(addr, struct indicator_t, ind); in put_indicator() local 67 atomic_dec(&ind->count); in put_indicator() 72 return irq_ptr->dsci == &q_indicators[TIQDIO_SHARED_IND].ind; in references_shared_dsci() 91 return xchg(&q_indicators[TIQDIO_SHARED_IND].ind, 0); in clear_shared_ind()
|
| /linux/include/net/ |
| H A D | llc_pdu.h | 183 #define FRMR_INFO_SET_INVALID_PDU_CTRL_IND(info, ind) \ argument 184 (info->ind_bits = ((info->ind_bits & 0xFE) | (((u8) ind) & 0x01))) 186 #define FRMR_INFO_SET_INVALID_PDU_INFO_IND(info, ind) \ argument 187 (info->ind_bits = ( (info->ind_bits & 0xFD) | (((u8) ind) & 0x02))) 189 #define FRMR_INFO_SET_PDU_INFO_2LONG_IND(info, ind) \ argument 190 (info->ind_bits = ( (info->ind_bits & 0xFB) | (((u8) ind) & 0x04))) 192 #define FRMR_INFO_SET_PDU_INVALID_Nr_IND(info, ind) \ argument 193 (info->ind_bits = ( (info->ind_bits & 0xF7) | (((u8) ind) & 0x08))) 195 #define FRMR_INFO_SET_PDU_INVALID_Ns_IND(info, ind) \ argument 196 (info->ind_bits = ( (info->ind_bits & 0xEF) | (((u8) ind) & 0x10)))
|
| /linux/arch/powerpc/mm/ |
| H A D | mmu_decl.h | 53 unsigned int tsize, unsigned int ind) in _tlbil_va() argument 60 unsigned int tsize, unsigned int ind); 64 unsigned int tsize, unsigned int ind) in _tlbil_va() argument 72 unsigned int tsize, unsigned int ind); 75 unsigned int tsize, unsigned int ind) in _tlbivax_bcast() argument
|
| /linux/drivers/soc/qcom/ |
| H A D | pdr_interface.c | 272 struct pdr_list_node *ind, *tmp; in pdr_indack_work() local 275 list_for_each_entry_safe(ind, tmp, &pdr->indack_list, node) { in pdr_indack_work() 276 pds = ind->pds; in pdr_indack_work() 279 pds->state = ind->curr_state; in pdr_indack_work() 284 pdr_send_indack_msg(pdr, pds, ind->transaction_id); in pdr_indack_work() 287 list_del(&ind->node); in pdr_indack_work() 290 kfree(ind); in pdr_indack_work() 301 struct pdr_list_node *ind; in pdr_indication_cb() local 325 ind = kzalloc(sizeof(*ind), GFP_KERNEL); in pdr_indication_cb() 326 if (!ind) in pdr_indication_cb() [all …]
|
| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_srq.c | 467 int ind; in mthca_free_srq_wqe() local 470 ind = wqe_addr >> srq->wqe_shift; in mthca_free_srq_wqe() 475 *wqe_to_link(last_free) = ind; in mthca_free_srq_wqe() 476 last_free->nda_op = htonl((ind << srq->wqe_shift) | 1); in mthca_free_srq_wqe() 477 *wqe_to_link(get_wqe(srq, ind)) = -1; in mthca_free_srq_wqe() 478 srq->last_free = ind; in mthca_free_srq_wqe() 491 int ind; in mthca_tavor_post_srq_recv() local 503 ind = srq->first_free; in mthca_tavor_post_srq_recv() 504 wqe = get_wqe(srq, ind); in mthca_tavor_post_srq_recv() 540 srq->wrid[ind] = wr->wr_id; in mthca_tavor_post_srq_recv() [all …]
|
| H A D | mthca_qp.c | 1500 static int build_mlx_header(struct mthca_dev *dev, struct mthca_qp *qp, int ind, in build_mlx_header() argument 1558 ind * MTHCA_UD_HEADER_SIZE); in build_mlx_header() 1563 ind * MTHCA_UD_HEADER_SIZE); in build_mlx_header() 1646 int ind; in mthca_tavor_post_send() local 1653 ind = qp->sq.next_ind; in mthca_tavor_post_send() 1666 wqe = get_send_wqe(qp, ind); in mthca_tavor_post_send() 1741 dev, qp, ind, ud_wr(wr), in mthca_tavor_post_send() 1774 qp->wrid[ind + qp->rq.max] = wr->wr_id; in mthca_tavor_post_send() 1784 cpu_to_be32(((ind << qp->sq.wqe_shift) + in mthca_tavor_post_send() 1800 ++ind; in mthca_tavor_post_send() [all …]
|
| H A D | mthca_mr.c | 383 static inline u32 tavor_hw_index_to_key(u32 ind) in tavor_hw_index_to_key() argument 385 return ind; in tavor_hw_index_to_key() 393 static inline u32 arbel_hw_index_to_key(u32 ind) in arbel_hw_index_to_key() argument 395 return (ind >> 24) | (ind << 8); in arbel_hw_index_to_key() 403 static inline u32 hw_index_to_key(struct mthca_dev *dev, u32 ind) in hw_index_to_key() argument 406 return arbel_hw_index_to_key(ind); in hw_index_to_key() 408 return tavor_hw_index_to_key(ind); in hw_index_to_key()
|
| /linux/drivers/accessibility/speakup/ |
| H A D | speakup_dectlk.c | 184 static int ind = -1; in read_buff_add() local 198 if (ind == -1) in read_buff_add() 199 ind = c; in read_buff_add() 201 ind = ind * 10 + c; in read_buff_add() 203 if (ind != -1) in read_buff_add() 204 lastind = (u_char)ind; in read_buff_add() 205 ind = -1; in read_buff_add()
|
| H A D | synth.c | 393 int ind = synth->get_index(synth); in spk_get_index_count() local 395 if (ind) { in spk_get_index_count() 396 sentence_count = ind % 10; in spk_get_index_count() 398 if ((ind / 10) <= synth->indexing.currindex) in spk_get_index_count() 399 index_count = synth->indexing.currindex - (ind / 10); in spk_get_index_count() 403 + synth->indexing.highindex - (ind / 10) + 1; in spk_get_index_count()
|
| /linux/drivers/pci/ |
| H A D | npem.c | 80 #define for_each_indication(ind, inds) \ argument 81 for (ind = inds; ind->bit; ind++) 95 const struct indication *ind; in reg_to_indications() local 98 for_each_indication(ind, inds) in reg_to_indications() 99 supported_indications |= ind->bit; in reg_to_indications()
|
| /linux/arch/x86/kernel/apic/ |
| H A D | vector.c | 623 struct irq_data *irqd, int ind) in x86_vector_debug_show() argument 630 irq_matrix_debug_show(m, vector_matrix, ind); in x86_vector_debug_show() 636 seq_printf(m, "%*sVector: %5d\n", ind, "", ISA_IRQ_VECTOR(irq)); in x86_vector_debug_show() 637 seq_printf(m, "%*sTarget: Legacy PIC all CPUs\n", ind, ""); in x86_vector_debug_show() 642 seq_printf(m, "%*sVector: Not assigned\n", ind, ""); in x86_vector_debug_show() 650 seq_printf(m, "%*sVector: %5u\n", ind, "", apicd.vector); in x86_vector_debug_show() 651 seq_printf(m, "%*sTarget: %5u\n", ind, "", apicd.cpu); in x86_vector_debug_show() 653 seq_printf(m, "%*sPrevious vector: %5u\n", ind, "", apicd.prev_vector); in x86_vector_debug_show() 654 seq_printf(m, "%*sPrevious target: %5u\n", ind, "", apicd.prev_cpu); in x86_vector_debug_show() 656 seq_printf(m, "%*smove_in_progress: %u\n", ind, "", apicd.move_in_progress ? 1 : 0); in x86_vector_debug_show() [all …]
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | acpi.c | 1152 struct rtw89_sar_indicator_from_acpi *ind = &cfg->indicator; in rtw89_acpi_evaluate_dynamic_sar_indicator() local 1153 struct rtw89_sar_indicator_from_acpi tmp = *ind; in rtw89_acpi_evaluate_dynamic_sar_indicator() 1168 if (len != ind->fields) { in rtw89_acpi_evaluate_dynamic_sar_indicator() 1177 u8 antidx = ind->rfpath_to_antidx(path); in rtw89_acpi_evaluate_dynamic_sar_indicator() 1180 if (antidx >= ind->fields) in rtw89_acpi_evaluate_dynamic_sar_indicator() 1191 if (memcmp(ind, &tmp, sizeof(*ind)) == 0) { in rtw89_acpi_evaluate_dynamic_sar_indicator() 1198 *ind = tmp; in rtw89_acpi_evaluate_dynamic_sar_indicator() 1238 struct rtw89_sar_indicator_from_acpi *ind = &cfg->indicator; in rtw89_acpi_evaluate_sar() local 1259 ind->fields = RTW89_ACPI_SAR_ANT_NR_STD; in rtw89_acpi_evaluate_sar() 1263 ind->fields = 1; in rtw89_acpi_evaluate_sar() [all …]
|
| /linux/drivers/net/wireless/silabs/wfx/ |
| H A D | traces.h | 336 TP_PROTO(int ind, int req, int cnf, int busy, bool release), 337 TP_ARGS(ind, req, cnf, busy, release), 339 __field(int, ind) 346 __entry->ind = ind; 353 __entry->ind, 360 #define _trace_bh_stats(ind, req, cnf, busy, release)\ argument 361 trace_bh_stats(ind, req, cnf, busy, release)
|
| /linux/drivers/pci/hotplug/ |
| H A D | acpiphp_ibm.c | 122 int ind = 0, size; in ibm_slot_from_id() local 133 des = (union apci_descriptor *)&table[ind += des->header.len]; in ibm_slot_from_id() 134 while (ind < size && (des->generic.type != 0x82 || in ibm_slot_from_id() 136 des = (union apci_descriptor *)&table[ind += des->generic.len]; in ibm_slot_from_id() 139 if (ind < size && des->slot.slot_num == id) in ibm_slot_from_id()
|
| /linux/arch/powerpc/include/asm/nohash/ |
| H A D | tlbflush.h | 70 int tsize, int ind); 77 int tsize, int ind);
|
| /linux/scripts/gdb/linux/ |
| H A D | dmesg.py | 95 ind = did % desc_ring_count 96 desc_off = desc_sz * ind 97 info_off = info_sz * ind
|
| /linux/arch/powerpc/sysdev/xive/ |
| H A D | common.c | 1352 struct irq_data *irqd, int ind) in xive_irq_domain_debug_show() argument 1365 seq_printf(m, "%*sXIVE:\n", ind, ""); in xive_irq_domain_debug_show() 1366 ind++; in xive_irq_domain_debug_show() 1370 seq_printf(m, "%*snot assigned\n", ind, ""); in xive_irq_domain_debug_show() 1375 seq_printf(m, "%*sESB: %s\n", ind, "", esb_names[val & 0x3]); in xive_irq_domain_debug_show() 1376 seq_printf(m, "%*sPstate: %s %s\n", ind, "", xd->stale_p ? "stale" : "", in xive_irq_domain_debug_show() 1378 seq_printf(m, "%*sTarget: %d\n", ind, "", xd->target); in xive_irq_domain_debug_show() 1379 seq_printf(m, "%*sChip: %d\n", ind, "", xd->src_chip); in xive_irq_domain_debug_show() 1380 seq_printf(m, "%*sTrigger: 0x%016llx\n", ind, "", xd->trig_page); in xive_irq_domain_debug_show() 1381 seq_printf(m, "%*sEOI: 0x%016llx\n", ind, "", xd->eoi_page); in xive_irq_domain_debug_show() [all …]
|
| /linux/drivers/net/ipa/ |
| H A D | ipa_qmi.c | 85 struct ipa_init_complete_ind ind = { }; in ipa_server_init_complete() local 88 ind.status.result = QMI_RESULT_SUCCESS_V01; in ipa_server_init_complete() 89 ind.status.error = QMI_ERR_NONE_V01; in ipa_server_init_complete() 93 ipa_init_complete_ind_ei, &ind); in ipa_server_init_complete()
|
| /linux/kernel/ |
| H A D | kexec_core.c | 579 kimage_entry_t ind = 0; in kimage_free() local 595 if (ind & IND_INDIRECTION) in kimage_free() 596 kimage_free_entry(ind); in kimage_free() 600 ind = entry; in kimage_free() 605 if (ind & IND_INDIRECTION) in kimage_free() 606 kimage_free_entry(ind); in kimage_free()
|
| /linux/drivers/net/bonding/ |
| H A D | bond_options.c | 1163 int ind; in _bond_option_arp_ip_target_add() local 1177 ind = bond_get_targets_ip(targets, 0); /* first free slot */ in _bond_option_arp_ip_target_add() 1178 if (ind == -1) { in _bond_option_arp_ip_target_add() 1185 _bond_options_arp_ip_target_set(bond, ind, target, jiffies); in _bond_option_arp_ip_target_add() 1201 int ind, i; in bond_option_arp_ip_target_rem() local 1209 ind = bond_get_targets_ip(targets, target); in bond_option_arp_ip_target_rem() 1210 if (ind == -1) { in bond_option_arp_ip_target_rem() 1216 if (ind == 0 && !targets[1] && bond->params.arp_interval) in bond_option_arp_ip_target_rem() 1223 for (i = ind; (i < BOND_MAX_ARP_TARGETS-1) && targets[i+1]; i++) in bond_option_arp_ip_target_rem() 1227 for (i = ind; (i < BOND_MAX_ARP_TARGETS-1) && targets[i+1]; i++) in bond_option_arp_ip_target_rem()
|
| /linux/fs/ext4/ |
| H A D | indirect.c | 217 static ext4_fsblk_t ext4_find_near(struct inode *inode, Indirect *ind) in ext4_find_near() argument 220 __le32 *start = ind->bh ? (__le32 *) ind->bh->b_data : ei->i_data; in ext4_find_near() 224 for (p = ind->p - 1; p >= start; p--) { in ext4_find_near() 230 if (ind->bh) in ext4_find_near() 231 return ind->bh->b_blocknr; in ext4_find_near()
|
| /linux/drivers/infiniband/hw/usnic/ |
| H A D | usnic_ib_main.c | 389 struct in_device *ind; in usnic_ib_device_add() local 436 ind = __in_dev_get_rcu(netdev); in usnic_ib_device_add() 437 if (ind) { in usnic_ib_device_add() 440 ifa = rcu_dereference(ind->ifa_list); in usnic_ib_device_add()
|
| /linux/drivers/mailbox/ |
| H A D | mtk-cmdq-mailbox.c | 564 int ind = sp->args[0]; in cmdq_xlate() local 567 if (ind >= mbox->num_chans) in cmdq_xlate() 570 thread = (struct cmdq_thread *)mbox->chans[ind].con_priv; in cmdq_xlate() 572 thread->chan = &mbox->chans[ind]; in cmdq_xlate() 574 return &mbox->chans[ind]; in cmdq_xlate()
|