Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/arch/s390/kernel/
Dperf_cpum_sf.c1106 struct hws_trailer_entry *te, in debug_sample_entry() argument
1111 " diag.def=%04x (%p)\n", te->f, in debug_sample_entry()
1144 struct hws_trailer_entry *te; in hw_collect_samples() local
1153 te = (struct hws_trailer_entry *) trailer_entry_ptr(*sdbt); in hw_collect_samples()
1155 while ((unsigned long *) sample < (unsigned long *) te) { in hw_collect_samples()
1179 debug_sample_entry(sample, te, flags); in hw_collect_samples()
1190 if (!te->f) in hw_collect_samples()
1217 struct hws_trailer_entry *te; in hw_perf_event_update() local
1229 te = (struct hws_trailer_entry *) trailer_entry_ptr(*sdbt); in hw_perf_event_update()
1232 if (!te->f) { in hw_perf_event_update()
[all …]
/linux-4.4.14/arch/s390/include/asm/
Dcpu_mf.h258 static inline unsigned long long trailer_timestamp(struct hws_trailer_entry *te) in trailer_timestamp() argument
261 if (te->t) in trailer_timestamp()
262 return *((unsigned long long *) &te->timestamp[1]); in trailer_timestamp()
265 return *((unsigned long long *) &te->timestamp[0]); in trailer_timestamp()
/linux-4.4.14/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.4.14/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.4.14/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.4.14/Documentation/devicetree/bindings/display/panel/
Dpanel-dsi-cm.txt10 - te-gpios: panel TE gpio
/linux-4.4.14/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.4.14/net/netfilter/
Dnf_tables_api.c3888 struct nft_trans_elem *te; in nf_tables_commit() local
3965 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit()
3967 te->set->ops->activate(te->set, &te->elem); in nf_tables_commit()
3968 nf_tables_setelem_notify(&trans->ctx, te->set, in nf_tables_commit()
3969 &te->elem, in nf_tables_commit()
3974 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit()
3976 nf_tables_setelem_notify(&trans->ctx, te->set, in nf_tables_commit()
3977 &te->elem, in nf_tables_commit()
3979 te->set->ops->remove(te->set, &te->elem); in nf_tables_commit()
3980 atomic_dec(&te->set->nelems); in nf_tables_commit()
[all …]
/linux-4.4.14/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.4.14/tools/perf/util/
Dpython.c186 struct throttle_event *te = (struct throttle_event *)(&pevent->event.header + 1); in pyrf_throttle_event__repr() local
191 te->time, te->id, te->stream_id); in pyrf_throttle_event__repr()
/linux-4.4.14/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.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_pt.c651 struct topa_entry *te = buf->topa_index[pg]; in pt_topa_next_entry() local
660 } while (buf->topa_index[pg] == te); in pt_topa_next_entry()
/linux-4.4.14/drivers/ata/
Dlibata-core.c6610 struct ata_force_ent te = { .port = -1, .device = -1 }; in ata_parse_force_param() local
6613 if (ata_parse_force_one(&next, &te, &reason)) { in ata_parse_force_param()
6620 if (te.port == -1) { in ata_parse_force_param()
6621 te.port = last_port; in ata_parse_force_param()
6622 te.device = last_device; in ata_parse_force_param()
6625 ata_force_tbl[idx++] = te; in ata_parse_force_param()
6627 last_port = te.port; in ata_parse_force_param()
6628 last_device = te.device; in ata_parse_force_param()
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_ipp.c662 struct drm_exynos_ipp_send_event *e, *te; in ipp_put_event() local
666 list_for_each_entry_safe(e, te, &c_node->event_list, base.link) { in ipp_put_event()
/linux-4.4.14/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.4.14/drivers/staging/rdma/ipath/
Dipath_verbs.c744 u64 ta, tb, tc, td, te; in ipath_ib_timer() local
748 &tc, &td, &te); in ipath_ib_timer()
754 dev->ipath_xmit_wait = te - dev->ipath_xmit_wait; in ipath_ib_timer()
/linux-4.4.14/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.4.14/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.4.14/arch/arm/boot/dts/
Dexynos3250-rinato.dts193 te-gpios = <&gpx0 6 GPIO_ACTIVE_HIGH>;
/linux-4.4.14/Documentation/filesystems/caching/
Dcachefiles.txt375 cachefilesd.te
/linux-4.4.14/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.