Searched refs:te (Results 1 - 32 of 32) sorted by relevance

/linux-4.4.14/fs/hfsplus/
H A Dwrapper.c128 struct cdrom_tocentry te; hfsplus_get_last_session() local
136 te.cdte_track = HFSPLUS_SB(sb)->session; hfsplus_get_last_session()
137 te.cdte_format = CDROM_LBA; hfsplus_get_last_session()
139 CDROMREADTOCENTRY, (unsigned long)&te); hfsplus_get_last_session()
140 if (!res && (te.cdte_ctrl & CDROM_DATA_TRACK) == 4) { hfsplus_get_last_session()
141 *start = (sector_t)te.cdte_addr.lba << 2; hfsplus_get_last_session()
/linux-4.4.14/drivers/block/aoe/
H A Daoeblk.c64 struct aoetgt **t, **te; aoedisk_show_netif() local
72 te = t + d->ntargets; aoedisk_show_netif()
73 for (; t < te && *t; t++) { aoedisk_show_netif()
116 struct aoetgt **t, **te; aoedisk_debugfs_show() local
132 te = t + d->ntargets; aoedisk_debugfs_show()
133 for (; t < te && *t; t++) { aoedisk_debugfs_show()
H A Daoedev.c199 struct aoetgt *t, **tt, **te; aoedev_downdev() local
218 te = tt + d->ntargets; aoedev_downdev()
219 for (; tt < te && (t = *tt); tt++) { aoedev_downdev()
H A Daoecmd.c1507 struct aoetgt *t, **tt, **te; addtgt() local
1510 te = tt + d->ntargets; addtgt()
1511 for (; tt < te && *tt; tt++) addtgt()
1514 if (tt == te) { addtgt()
1680 struct aoetgt **t, **te; aoecmd_cleanslate() local
1687 te = t + d->ntargets; aoecmd_cleanslate()
1688 for (; t < te && *t; t++) aoecmd_cleanslate()
/linux-4.4.14/fs/hfs/
H A Dmdb.c36 struct cdrom_tocentry te; hfs_get_last_session() local
44 te.cdte_track = HFS_SB(sb)->session; hfs_get_last_session()
45 te.cdte_format = CDROM_LBA; hfs_get_last_session()
46 res = ioctl_by_bdev(sb->s_bdev, CDROMREADTOCENTRY, (unsigned long)&te); hfs_get_last_session()
47 if (!res && (te.cdte_ctrl & CDROM_DATA_TRACK) == 4) { hfs_get_last_session()
48 *start = (sector_t)te.cdte_addr.lba << 2; hfs_get_last_session()
/linux-4.4.14/arch/s390/kernel/
H A Dperf_cpum_sf.c1106 struct hws_trailer_entry *te, debug_sample_entry()
1110 "sampling data entry: te->f=%i basic.def=%04x (%p)" debug_sample_entry()
1111 " diag.def=%04x (%p)\n", te->f, debug_sample_entry()
1144 struct hws_trailer_entry *te; hw_collect_samples() local
1153 te = (struct hws_trailer_entry *) trailer_entry_ptr(*sdbt); hw_collect_samples()
1155 while ((unsigned long *) sample < (unsigned long *) te) { hw_collect_samples()
1179 debug_sample_entry(sample, te, flags); hw_collect_samples()
1190 if (!te->f) hw_collect_samples()
1217 struct hws_trailer_entry *te; hw_perf_event_update() local
1229 te = (struct hws_trailer_entry *) trailer_entry_ptr(*sdbt); hw_perf_event_update()
1232 if (!te->f) { hw_perf_event_update()
1239 if (te->overflow) hw_perf_event_update()
1244 sampl_overflow += te->overflow; hw_perf_event_update()
1249 sdbt, te->overflow, hw_perf_event_update()
1250 (te->f) ? trailer_timestamp(te) : 0ULL); hw_perf_event_update()
1261 te_flags = te->flags & ~SDB_TE_BUFFER_FULL_MASK; hw_perf_event_update()
1263 } while (!cmpxchg_double(&te->flags, &te->overflow, hw_perf_event_update()
1264 te->flags, te->overflow, hw_perf_event_update()
1105 debug_sample_entry(struct hws_combined_entry *sample, struct hws_trailer_entry *te, unsigned long flags) debug_sample_entry() argument
H A Dprocessor.c62 "edat", "etf3eh", "highgprs", "te", "vx" show_cpuinfo()
/linux-4.4.14/security/selinux/ss/
H A Dconstraint.h5 * beyond the type-based rules in `te' or the role-based
/linux-4.4.14/arch/s390/include/asm/
H A Dcpu_mf.h258 static inline unsigned long long trailer_timestamp(struct hws_trailer_entry *te) trailer_timestamp() argument
261 if (te->t) trailer_timestamp()
262 return *((unsigned long long *) &te->timestamp[1]); trailer_timestamp()
265 return *((unsigned long long *) &te->timestamp[0]); trailer_timestamp()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
H A Ddisplay-sysfs.c82 bool te; display_tear_store() local
87 r = strtobool(buf, &te); display_tear_store()
91 r = dssdev->driver->enable_te(dssdev, te); display_tear_store()
H A Drfbi.c617 DSSDBG("te %d line %d mode %d\n", enable, line, rfbi.te_mode); rfbi_enable_te()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.c1120 struct t3c_tid_entry *te; cxgb_redirect() local
1139 te = lookup_tid(ti, tid); cxgb_redirect()
1140 BUG_ON(!te); cxgb_redirect()
1141 if (te && te->ctx && te->client && te->client->redirect) { cxgb_redirect()
1142 update_tcb = te->client->redirect(te->ctx, old, new, e); cxgb_redirect()
/linux-4.4.14/net/netfilter/
H A Dnf_tables_api.c3888 struct nft_trans_elem *te; nf_tables_commit() local
3965 te = (struct nft_trans_elem *)trans->data; nf_tables_commit()
3967 te->set->ops->activate(te->set, &te->elem); nf_tables_commit()
3968 nf_tables_setelem_notify(&trans->ctx, te->set, nf_tables_commit()
3969 &te->elem, nf_tables_commit()
3974 te = (struct nft_trans_elem *)trans->data; nf_tables_commit()
3976 nf_tables_setelem_notify(&trans->ctx, te->set, nf_tables_commit()
3977 &te->elem, nf_tables_commit()
3979 te->set->ops->remove(te->set, &te->elem); nf_tables_commit()
3980 atomic_dec(&te->set->nelems); nf_tables_commit()
3981 te->set->ndeact--; nf_tables_commit()
4025 struct nft_trans_elem *te; nf_tables_abort() local
4086 te = (struct nft_trans_elem *)trans->data; nf_tables_abort()
4088 te->set->ops->remove(te->set, &te->elem); nf_tables_abort()
4089 atomic_dec(&te->set->nelems); nf_tables_abort()
4092 te = (struct nft_trans_elem *)trans->data; nf_tables_abort()
4094 te->set->ops->activate(te->set, &te->elem); nf_tables_abort()
4095 te->set->ndeact--; nf_tables_abort()
/linux-4.4.14/arch/s390/oprofile/
H A Dhwsampler.c766 struct hws_trailer_entry *te; worker_on_interrupt() local
777 te = (struct hws_trailer_entry *)trailer; worker_on_interrupt()
778 cb->sample_overflow += te->overflow; worker_on_interrupt()
783 xchg((unsigned char *) te, 0x40); worker_on_interrupt()
/linux-4.4.14/tools/perf/util/
H A Dpython.c186 struct throttle_event *te = (struct throttle_event *)(&pevent->event.header + 1); pyrf_throttle_event__repr() local
191 te->time, te->id, te->stream_id); pyrf_throttle_event__repr()
H A Dmap.c729 * XXX This should not really _copy_ te maps, but refcount them.
/linux-4.4.14/drivers/mtd/ubi/
H A Dgluebi.c410 * if te volume @vol is dynamic, and changes MTD device size if the
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dperf_event_intel_pt.c651 struct topa_entry *te = buf->topa_index[pg]; pt_topa_next_entry() local
660 } while (buf->topa_index[pg] == te); pt_topa_next_entry()
/linux-4.4.14/drivers/staging/rdma/ipath/
H A Dipath_verbs.c744 u64 ta, tb, tc, td, te; ipath_ib_timer() local
748 &tc, &td, &te); ipath_ib_timer()
754 dev->ipath_xmit_wait = te - dev->ipath_xmit_wait; ipath_ib_timer()
/linux-4.4.14/drivers/ata/
H A Dlibata-core.c6610 struct ata_force_ent te = { .port = -1, .device = -1 }; ata_parse_force_param() local
6613 if (ata_parse_force_one(&next, &te, &reason)) { ata_parse_force_param()
6620 if (te.port == -1) { ata_parse_force_param()
6621 te.port = last_port; ata_parse_force_param()
6622 te.device = last_device; ata_parse_force_param()
6625 ata_force_tbl[idx++] = te; ata_parse_force_param()
6627 last_port = te.port; ata_parse_force_param()
6628 last_device = te.device; ata_parse_force_param()
H A Dlibahci.c376 em_ctl & EM_CTL_SAFTE ? "saf-te " : "", ahci_show_em_supported()
/linux-4.4.14/drivers/gpu/drm/exynos/
H A Dexynos_drm_dsi.c1323 dsi->te_gpio = of_get_named_gpio(dsi->panel_node, "te-gpios", 0); exynos_dsi_register_te_irq()
1325 dev_err(dsi->dev, "no te-gpios specified\n"); exynos_dsi_register_te_irq()
H A Dexynos_drm_ipp.c662 struct drm_exynos_ipp_send_event *e, *te; ipp_put_event() local
666 list_for_each_entry_safe(e, te, &c_node->event_list, base.link) { ipp_put_event()
/linux-4.4.14/drivers/gpu/drm/msm/dsi/
H A Ddsi_host.c1276 msm_host->te_gpio = devm_gpiod_get_optional(panel_device, "disp-te", dsi_host_init_panel_gpios()
1279 DBG("cannot get disp-te-gpios %ld", PTR_ERR(msm_host->te_gpio)); dsi_host_init_panel_gpios()
/linux-4.4.14/fs/ntfs/
H A Dinode.c2373 const char *te = " Leaving file length out of sync with i_size."; ntfs_truncate() local
2396 "(error code %d).%s", vi->i_ino, err, te); ntfs_truncate()
2405 vi->i_ino, te); ntfs_truncate()
2415 "Run chkdsk.%s", vi->i_ino, te); ntfs_truncate()
2420 vi->i_ino, err, te); ntfs_truncate()
/linux-4.4.14/drivers/video/fbdev/omap2/displays-new/
H A Dpanel-dsi-cm.c1178 gpio = of_get_named_gpio(node, "te-gpios", 0); dsicm_probe_of()
/linux-4.4.14/drivers/isdn/hisax/
H A Dhfc4s8s_l1.c1257 /* disable/enable hardware in nt or te mode */
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
H A Dmvm.h185 * if the te is in the time event list or not (when id == TE_MAX)
/linux-4.4.14/drivers/infiniband/hw/qib/
H A Dqib_iba6120.c2967 u64 ta, tb, tc, td, te; pma_6120_timer() local
2970 qib_snapshot_counters(ppd, &ta, &tb, &tc, &td, &te); pma_6120_timer()
2976 cs->xmit_wait = te - cs->xmit_wait; pma_6120_timer()
/linux-4.4.14/sound/oss/
H A Dsb_ess.c115 * When using audio 2 mixer register 0x72 seems te be meaningless. Only 0xa2
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_hsi.h1289 * v5.0.6 or later, te specific optic module verification command
/linux-4.4.14/drivers/net/ethernet/neterion/
H A Ds2io.c4002 * s2io_xmit - Tx entry point of te driver

Completed in 2483 milliseconds