Searched refs:col_idx (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/perf/ui/gtk/
H A Dhists.c302 int col_idx; local
323 col_idx = 0;
334 sym_col = col_idx;
339 col_idx++, NULL); local
342 for (col_idx = 0; col_idx < nr_cols; col_idx++) {
345 column = gtk_tree_view_get_column(GTK_TREE_VIEW(view), col_idx);
348 if (col_idx == sym_col) {
373 col_idx
412 int col_idx = 0; local
506 int col_idx; local
538 col_idx++, NULL); local
566 col_idx++, NULL); local
[all...]
/linux-master/include/linux/irqchip/
H A Darm-gic-v4.h67 * vPE and vLPI operations using vpe->col_idx.
75 u16 col_idx; member in struct:its_vpe
/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx.h123 #define AHD_SET_SCB_COL_IDX(scb, col_idx) \
125 (scb)->hscb->scsiid = ((col_idx) << TID_SHIFT) & TID; \
126 (scb)->hscb->lun = ((col_idx) >> 4) & (AHD_NUM_LUNS_NONPKT-1); \
1356 struct scb *ahd_get_scb(struct ahd_softc *ahd, u_int col_idx);
H A Daic79xx_osm.c1546 u_int col_idx; local
1564 col_idx = AHD_NEVER_COL_IDX;
1566 col_idx = AHD_BUILD_COL_IDX(cmd->device->id,
1569 if ((scb = ahd_get_scb(ahd, col_idx)) == NULL) {
H A Daic79xx_core.c180 struct scb *scb, u_int col_idx);
6609 ahd_add_col_list(struct ahd_softc *ahd, struct scb *scb, u_int col_idx) argument
6616 AHD_SET_SCB_COL_IDX(scb, col_idx);
6617 free_list = &ahd->scb_data.free_scb_lists[col_idx];
6634 u_int col_idx; local
6637 col_idx = AHD_GET_SCB_COL_IDX(ahd, scb);
6638 free_list = &ahd->scb_data.free_scb_lists[col_idx];
6663 ahd_get_scb(struct ahd_softc *ahd, u_int col_idx) argument
6671 if (AHD_GET_SCB_COL_IDX(ahd, scb) != col_idx) {
6684 if (col_idx !
[all...]
/linux-master/drivers/irqchip/
H A Dirq-gic-v3-its.c269 return vpe->col_idx;
331 if (valid_col(its->collections + vpe->col_idx))
1311 desc.its_vmapp_cmd.col = &its->collections[vpe->col_idx];
1321 int col_id = vpe->col_idx;
1815 vpe->col_idx = cpumask_first(cpu_online_mask);
1818 irq_data_update_effective_affinity(d, cpumask_of(vpe->col_idx));
3796 vpe_proxy.dev->event_map.col_map[vpe->vpe_proxy_event] = vpe->col_idx;
3848 * protect us, and that we must ensure nobody samples vpe->col_idx
3850 * taken on any vLPI handling path that evaluates vpe->col_idx.
3867 vpe->col_idx
[all...]

Completed in 325 milliseconds