Home
last modified time | relevance | path

Searched refs:te (Results 1 – 25 of 25) sorted by relevance

/linux-4.1.27/fs/hfsplus/
Dwrapper.c128 struct cdrom_tocentry te; in hfsplus_get_last_session() local
136 te.cdte_track = HFSPLUS_SB(sb)->session; in hfsplus_get_last_session()
137 te.cdte_format = CDROM_LBA; in hfsplus_get_last_session()
139 CDROMREADTOCENTRY, (unsigned long)&te); in hfsplus_get_last_session()
140 if (!res && (te.cdte_ctrl & CDROM_DATA_TRACK) == 4) { in hfsplus_get_last_session()
141 *start = (sector_t)te.cdte_addr.lba << 2; in hfsplus_get_last_session()
/linux-4.1.27/arch/s390/kernel/
Dperf_cpum_sf.c1107 struct hws_trailer_entry *te, in debug_sample_entry() argument
1112 " diag.def=%04x (%p)\n", te->f, in debug_sample_entry()
1145 struct hws_trailer_entry *te; in hw_collect_samples() local
1154 te = (struct hws_trailer_entry *) trailer_entry_ptr(*sdbt); in hw_collect_samples()
1156 while ((unsigned long *) sample < (unsigned long *) te) { in hw_collect_samples()
1180 debug_sample_entry(sample, te, flags); in hw_collect_samples()
1191 if (!te->f) in hw_collect_samples()
1218 struct hws_trailer_entry *te; in hw_perf_event_update() local
1230 te = (struct hws_trailer_entry *) trailer_entry_ptr(*sdbt); in hw_perf_event_update()
1233 if (!te->f) { in hw_perf_event_update()
[all …]
/linux-4.1.27/arch/s390/include/asm/
Dcpu_mf.h263 static inline unsigned long long trailer_timestamp(struct hws_trailer_entry *te) in trailer_timestamp() argument
266 if (te->t) in trailer_timestamp()
267 return *((unsigned long long *) &te->timestamp[1]); in trailer_timestamp()
270 return *((unsigned long long *) &te->timestamp[0]); in trailer_timestamp()
/linux-4.1.27/fs/hfs/
Dmdb.c36 struct cdrom_tocentry te; in hfs_get_last_session() local
44 te.cdte_track = HFS_SB(sb)->session; in hfs_get_last_session()
45 te.cdte_format = CDROM_LBA; in hfs_get_last_session()
46 res = ioctl_by_bdev(sb->s_bdev, CDROMREADTOCENTRY, (unsigned long)&te); in hfs_get_last_session()
47 if (!res && (te.cdte_ctrl & CDROM_DATA_TRACK) == 4) { in hfs_get_last_session()
48 *start = (sector_t)te.cdte_addr.lba << 2; in hfs_get_last_session()
/linux-4.1.27/drivers/block/aoe/
Daoeblk.c64 struct aoetgt **t, **te; in aoedisk_show_netif() local
72 te = t + d->ntargets; in aoedisk_show_netif()
73 for (; t < te && *t; t++) { in aoedisk_show_netif()
116 struct aoetgt **t, **te; in aoedisk_debugfs_show() local
132 te = t + d->ntargets; in aoedisk_debugfs_show()
133 for (; t < te && *t; t++) { in aoedisk_debugfs_show()
Daoedev.c199 struct aoetgt *t, **tt, **te; in aoedev_downdev() local
218 te = tt + d->ntargets; in aoedev_downdev()
219 for (; tt < te && (t = *tt); tt++) { in aoedev_downdev()
Daoecmd.c1507 struct aoetgt *t, **tt, **te; in addtgt() local
1510 te = tt + d->ntargets; in addtgt()
1511 for (; tt < te && *tt; tt++) in addtgt()
1514 if (tt == te) { in addtgt()
1680 struct aoetgt **t, **te; in aoecmd_cleanslate() local
1687 te = t + d->ntargets; in aoecmd_cleanslate()
1688 for (; t < te && *t; t++) in aoecmd_cleanslate()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Ddisplay-sysfs.c82 bool te; in display_tear_store() local
87 r = strtobool(buf, &te); in display_tear_store()
91 r = dssdev->driver->enable_te(dssdev, te); in display_tear_store()
/linux-4.1.27/Documentation/devicetree/bindings/video/
Dpanel-dsi-cm.txt10 - te-gpios: panel TE gpio
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_offload.c1120 struct t3c_tid_entry *te; in cxgb_redirect() local
1139 te = lookup_tid(ti, tid); in cxgb_redirect()
1140 BUG_ON(!te); in cxgb_redirect()
1141 if (te && te->ctx && te->client && te->client->redirect) { in cxgb_redirect()
1142 update_tcb = te->client->redirect(te->ctx, old, new, e); in cxgb_redirect()
/linux-4.1.27/net/netfilter/
Dnf_tables_api.c3820 struct nft_trans_elem *te; in nf_tables_commit() local
3897 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit()
3899 te->set->ops->activate(te->set, &te->elem); in nf_tables_commit()
3900 nf_tables_setelem_notify(&trans->ctx, te->set, in nf_tables_commit()
3901 &te->elem, in nf_tables_commit()
3906 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit()
3908 nf_tables_setelem_notify(&trans->ctx, te->set, in nf_tables_commit()
3909 &te->elem, in nf_tables_commit()
3911 te->set->ops->remove(te->set, &te->elem); in nf_tables_commit()
3912 atomic_dec(&te->set->nelems); in nf_tables_commit()
[all …]
/linux-4.1.27/arch/s390/oprofile/
Dhwsampler.c766 struct hws_trailer_entry *te; in worker_on_interrupt() local
777 te = (struct hws_trailer_entry *)trailer; in worker_on_interrupt()
778 cb->sample_overflow += te->overflow; in worker_on_interrupt()
783 xchg((unsigned char *) te, 0x40); in worker_on_interrupt()
/linux-4.1.27/tools/perf/util/
Dpython.c185 struct throttle_event *te = (struct throttle_event *)(&pevent->event.header + 1); in pyrf_throttle_event__repr() local
190 te->time, te->id, te->stream_id); in pyrf_throttle_event__repr()
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_pt.c592 struct topa_entry *te = buf->topa_index[pg]; in pt_topa_next_entry() local
601 } while (buf->topa_index[pg] == te); in pt_topa_next_entry()
/linux-4.1.27/fs/ntfs/
Dinode.c2373 const char *te = " Leaving file length out of sync with i_size."; in ntfs_truncate() local
2396 "(error code %d).%s", vi->i_ino, err, te); in ntfs_truncate()
2405 vi->i_ino, te); in ntfs_truncate()
2415 "Run chkdsk.%s", vi->i_ino, te); in ntfs_truncate()
2420 vi->i_ino, err, te); in ntfs_truncate()
/linux-4.1.27/drivers/ata/
Dlibata-core.c6612 struct ata_force_ent te = { .port = -1, .device = -1 }; in ata_parse_force_param() local
6615 if (ata_parse_force_one(&next, &te, &reason)) { in ata_parse_force_param()
6622 if (te.port == -1) { in ata_parse_force_param()
6623 te.port = last_port; in ata_parse_force_param()
6624 te.device = last_device; in ata_parse_force_param()
6627 ata_force_tbl[idx++] = te; in ata_parse_force_param()
6629 last_port = te.port; in ata_parse_force_param()
6630 last_device = te.device; in ata_parse_force_param()
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_ipp.c665 struct drm_exynos_ipp_send_event *e, *te; in ipp_put_event() local
669 list_for_each_entry_safe(e, te, &c_node->event_list, base.link) { in ipp_put_event()
/linux-4.1.27/tools/power/cpupower/po/
Dcs.po629 "- Máte patřičná administrátorská práva? (root?)\n"
631 "- Snažíte se nastavit neplatnou taktiku?\n"
632 "- Snažíte se nastavit určitou frekvenci, ale není dostupný\n"
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_verbs.c731 u64 ta, tb, tc, td, te; in ipath_ib_timer() local
735 &tc, &td, &te); in ipath_ib_timer()
741 dev->ipath_xmit_wait = te - dev->ipath_xmit_wait; in ipath_ib_timer()
/linux-4.1.27/Documentation/filesystems/
Dcoda.txt194 22.. SSeerrvviicciinngg CCooddaa ffiilleessyysstteemm ccaallllss
377 44.. TThhee iinntteerrffaaccee aatt tthhee ccaallll lleevveell
511 44..22.. TThhee ppiiooccttll iinntteerrffaaccee
656 NNoottee Many kernel FS drivers (Linux, NT and Windows 95) need to acquire
730 44..88.. ccrreeaattee
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_iba6120.c2967 u64 ta, tb, tc, td, te; in pma_6120_timer() local
2970 qib_snapshot_counters(ppd, &ta, &tb, &tc, &td, &te); in pma_6120_timer()
2976 cs->xmit_wait = te - cs->xmit_wait; in pma_6120_timer()
/linux-4.1.27/arch/arm/boot/dts/
Dexynos3250-rinato.dts172 te-gpios = <&gpx0 6 0>;
/linux-4.1.27/Documentation/filesystems/caching/
Dcachefiles.txt375 cachefilesd.te
/linux-4.1.27/Documentation/scsi/
Dsym53c8xx_2.txt572 devices, ... may cause a SCSI signal to be wrong when te driver reads it.
Dncr53c8xx.txt1005 devices, ... may cause a SCSI signal to be wrong when te driver reads it.