Home
last modified time | relevance | path

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

/linux-2.6.39/fs/hfsplus/
Dwrapper.c97 struct cdrom_tocentry te; in hfsplus_get_last_session() local
105 te.cdte_track = HFSPLUS_SB(sb)->session; in hfsplus_get_last_session()
106 te.cdte_format = CDROM_LBA; in hfsplus_get_last_session()
108 CDROMREADTOCENTRY, (unsigned long)&te); in hfsplus_get_last_session()
109 if (!res && (te.cdte_ctrl & CDROM_DATA_TRACK) == 4) { in hfsplus_get_last_session()
110 *start = (sector_t)te.cdte_addr.lba << 2; in hfsplus_get_last_session()
/linux-2.6.39/tools/perf/
Dbuiltin-timechart.c311 struct trace_entry te; member
319 struct trace_entry te; member
326 struct trace_entry te; member
353 struct trace_entry te; member
425 sched_wakeup(int cpu, u64 timestamp, int pid, struct trace_entry *te) in sched_wakeup() argument
429 struct wakeup_entry *wake = (void *)te; in sched_wakeup()
439 if ((te->flags & TRACE_FLAG_HARDIRQ) || (te->flags & TRACE_FLAG_SOFTIRQ)) in sched_wakeup()
458 static void sched_switch(int cpu, u64 timestamp, struct trace_entry *te) in sched_switch() argument
461 struct sched_switch *sw = (void *)te; in sched_switch()
494 struct trace_entry *te; in process_sample_event() local
[all …]
/linux-2.6.39/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-2.6.39/drivers/block/aoe/
Daoecmd.c481 struct aoetgt *t, **tt, **te; in rexmit_timer() local
500 te = tt + NTARGETS; in rexmit_timer()
501 for (; tt < te && *tt; tt++) { in rexmit_timer()
930 struct aoetgt *t, **tt, **te; in addtgt() local
934 te = tt + NTARGETS; in addtgt()
935 for (; tt < te && *tt; tt++) in addtgt()
938 if (tt == te) { in addtgt()
1066 struct aoetgt **t, **te; in aoecmd_cleanslate() local
1072 te = t + NTARGETS; in aoecmd_cleanslate()
1073 for (; t < te && *t; t++) { in aoecmd_cleanslate()
Daoedev.c53 struct aoetgt **t, **te; in aoedev_downdev() local
59 te = t + NTARGETS; in aoedev_downdev()
60 for (; t < te && *t; t++) { in aoedev_downdev()
Daoeblk.c53 struct aoetgt **t, **te; in aoedisk_show_netif() local
61 te = t + NTARGETS; in aoedisk_show_netif()
62 for (; t < te && *t; t++) { in aoedisk_show_netif()
/linux-2.6.39/drivers/net/cxgb3/
Dcxgb3_offload.c1117 struct t3c_tid_entry *te; in cxgb_redirect() local
1147 te = lookup_tid(ti, tid); in cxgb_redirect()
1148 BUG_ON(!te); in cxgb_redirect()
1149 if (te && te->ctx && te->client && te->client->redirect) { in cxgb_redirect()
1150 update_tcb = te->client->redirect(te->ctx, old, new, e); in cxgb_redirect()
/linux-2.6.39/drivers/video/omap2/dss/
Ddisplay.c117 unsigned long te; in display_tear_store() local
123 te = simple_strtoul(buf, NULL, 0); in display_tear_store()
125 r = dssdev->driver->enable_te(dssdev, te); in display_tear_store()
/linux-2.6.39/arch/s390/oprofile/
Dhwsampler.c839 struct hws_trailer_entry *te; in worker_on_interrupt() local
850 te = (struct hws_trailer_entry *)trailer; in worker_on_interrupt()
851 cb->sample_overflow += te->overflow; in worker_on_interrupt()
856 xchg((unsigned char *) te, 0x40); in worker_on_interrupt()
/linux-2.6.39/tools/perf/util/
Dpython.c172 struct throttle_event *te = (struct throttle_event *)(&pevent->event.header + 1); in pyrf_throttle_event__repr() local
177 te->time, te->id, te->stream_id); in pyrf_throttle_event__repr()
/linux-2.6.39/net/netfilter/ipset/
Dip_set_list_set.c409 const struct set_telem *te = in list_set_list() local
412 htonl(ip_set_timeout_get(te->timeout))); in list_set_list()
/linux-2.6.39/fs/ntfs/
Dinode.c2377 const char *te = " Leaving file length out of sync with i_size."; in ntfs_truncate() local
2400 "(error code %d).%s", vi->i_ino, err, te); in ntfs_truncate()
2409 vi->i_ino, te); in ntfs_truncate()
2419 "Run chkdsk.%s", vi->i_ino, te); in ntfs_truncate()
2424 vi->i_ino, err, te); in ntfs_truncate()
/linux-2.6.39/drivers/ata/
Dlibata-core.c6431 struct ata_force_ent te = { .port = -1, .device = -1 }; in ata_parse_force_param() local
6434 if (ata_parse_force_one(&next, &te, &reason)) { in ata_parse_force_param()
6441 if (te.port == -1) { in ata_parse_force_param()
6442 te.port = last_port; in ata_parse_force_param()
6443 te.device = last_device; in ata_parse_force_param()
6446 ata_force_tbl[idx++] = te; in ata_parse_force_param()
6448 last_port = te.port; in ata_parse_force_param()
6449 last_device = te.device; in ata_parse_force_param()
/linux-2.6.39/Documentation/uml/
DUserModeLinux-HOWTO.txt1052 66..44.. UUMMLL iinntteerrffaaccee sseettuupp
1556 NNoottee: This is the daemon formerly known as uml_router, but which was
1831 …77.. SShhaarriinngg FFiilleessyysstteemmss bbeettwweeeenn VViirrtt…
1889 77..33.. NNoottee!!
1994 88.. CCrreeaattiinngg ffiilleessyysstteemmss
2008 88..11.. CCrreeaattee tthhee ffiilleessyysstteemm ffiillee
2038 …Crreeaattiinngg aanndd mmoouunnttiinngg tthhee ffiilleessyysstteemm
2144 99..22.. hhoossttffss aass tthhee rroooott ffiilleessyysstteemm
2458 NNoottee:: The interface that makes debugging, as described here, possible
2850 1111..66.. UUssiinngg aalltteerrnnaattee ddeebbuuggggeerrss
[all …]
/linux-2.6.39/drivers/infiniband/hw/ipath/
Dipath_verbs.c730 u64 ta, tb, tc, td, te; in ipath_ib_timer() local
734 &tc, &td, &te); in ipath_ib_timer()
740 dev->ipath_xmit_wait = te - dev->ipath_xmit_wait; in ipath_ib_timer()
/linux-2.6.39/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-2.6.39/drivers/infiniband/hw/qib/
Dqib_iba6120.c2955 u64 ta, tb, tc, td, te; in pma_6120_timer() local
2958 qib_snapshot_counters(ppd, &ta, &tb, &tc, &td, &te); in pma_6120_timer()
2964 cs->xmit_wait = te - cs->xmit_wait; in pma_6120_timer()
/linux-2.6.39/Documentation/filesystems/caching/
Dcachefiles.txt375 cachefilesd.te
/linux-2.6.39/Documentation/scsi/
Dsym53c8xx_2.txt572 devices, ... may cause a SCSI signal to be wrong when te driver reads it.
Dncr53c8xx.txt1006 devices, ... may cause a SCSI signal to be wrong when te driver reads it.