/kernel/linux/linux-5.10/tools/perf/util/ |
D | s390-sample-raw.c | 50 struct cf_trailer_entry *te; in s390_cpumcfdg_testctr() local 72 if (len - offset - sizeof(*te) == 4) in s390_cpumcfdg_testctr() 86 struct cf_trailer_entry te; in s390_cpumcfdg_dumptrail() local 88 te.flags = be64_to_cpu(tep->flags); in s390_cpumcfdg_dumptrail() 89 te.cfvn = be16_to_cpu(tep->cfvn); in s390_cpumcfdg_dumptrail() 90 te.csvn = be16_to_cpu(tep->csvn); in s390_cpumcfdg_dumptrail() 91 te.cpu_speed = be32_to_cpu(tep->cpu_speed); in s390_cpumcfdg_dumptrail() 92 te.timestamp = be64_to_cpu(tep->timestamp); in s390_cpumcfdg_dumptrail() 93 te.progusage1 = be64_to_cpu(tep->progusage1); in s390_cpumcfdg_dumptrail() 94 te.progusage2 = be64_to_cpu(tep->progusage2); in s390_cpumcfdg_dumptrail() [all …]
|
D | s390-cpumsf.c | 309 static unsigned long long trailer_timestamp(struct hws_trailer_entry *te, in trailer_timestamp() argument 317 memcpy(&ts, &te->timestamp[idx], sizeof(ts)); in trailer_timestamp() 323 struct hws_trailer_entry *te) in s390_cpumsf_trailer_show() argument 327 const unsigned long long flags = be64toh(te->flags); in s390_cpumsf_trailer_show() 335 memcpy(&local.timestamp, te->timestamp, sizeof(te->timestamp)); in s390_cpumsf_trailer_show() 336 local.overflow = be64toh(te->overflow); in s390_cpumsf_trailer_show() 337 local.clock_base = be64toh(te->progusage[0]) >> 63 & 1; in s390_cpumsf_trailer_show() 338 local.progusage2 = be64toh(te->progusage2); in s390_cpumsf_trailer_show() 339 te = &local; in s390_cpumsf_trailer_show() 341 if (te->bsdes != sizeof(struct hws_basic_entry)) { in s390_cpumsf_trailer_show() [all …]
|
D | python.c | 265 struct perf_record_throttle *te = (struct perf_record_throttle *)(&pevent->event.header + 1); in pyrf_throttle_event__repr() local 270 te->time, te->id, te->stream_id); in pyrf_throttle_event__repr()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
D | pmu-events.c | 166 struct pmu_event *te; in test_pmu_event_table() local 174 te = &test->event; in test_pmu_event_table() 176 for (; te->name; test++, te = &test->event) { in test_pmu_event_table() 177 if (strcmp(table->name, te->name)) in test_pmu_event_table() 182 if (!is_same(table->desc, te->desc)) { in test_pmu_event_table() 184 table->name, table->desc, te->desc); in test_pmu_event_table() 188 if (!is_same(table->topic, te->topic)) { in test_pmu_event_table() 191 te->topic); in test_pmu_event_table() 195 if (!is_same(table->long_desc, te->long_desc)) { in test_pmu_event_table() 198 te->long_desc); in test_pmu_event_table() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_pingpong.c | 94 struct dpu_hw_tear_check *te) in dpu_hw_pp_setup_te_config() argument 99 if (!pp || !te) in dpu_hw_pp_setup_te_config() 104 if (te->hw_vsync_mode) in dpu_hw_pp_setup_te_config() 107 cfg |= te->vsync_count; in dpu_hw_pp_setup_te_config() 110 DPU_REG_WRITE(c, PP_SYNC_CONFIG_HEIGHT, te->sync_cfg_height); in dpu_hw_pp_setup_te_config() 111 DPU_REG_WRITE(c, PP_VSYNC_INIT_VAL, te->vsync_init_val); in dpu_hw_pp_setup_te_config() 112 DPU_REG_WRITE(c, PP_RD_PTR_IRQ, te->rd_ptr_irq); in dpu_hw_pp_setup_te_config() 113 DPU_REG_WRITE(c, PP_START_POS, te->start_pos); in dpu_hw_pp_setup_te_config() 115 ((te->sync_threshold_continue << 16) | in dpu_hw_pp_setup_te_config() 116 te->sync_threshold_start)); in dpu_hw_pp_setup_te_config() [all …]
|
D | dpu_hw_catalog.h | 408 struct dpu_pp_blk te; member
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
D | perf_cpum_sf.c | 166 struct hws_trailer_entry *te; in alloc_sample_data_block() local 173 te = (struct hws_trailer_entry *)trailer_entry_ptr(sdb); in alloc_sample_data_block() 174 te->header.a = 1; in alloc_sample_data_block() 1176 struct hws_trailer_entry *te; in hw_collect_samples() local 1179 te = (struct hws_trailer_entry *) trailer_entry_ptr(*sdbt); in hw_collect_samples() 1181 while ((unsigned long *) sample < (unsigned long *) te) { in hw_collect_samples() 1210 te->header.f, sample->def, sample); in hw_collect_samples() 1221 if (!te->header.f) in hw_collect_samples() 1260 struct hws_trailer_entry *te; in hw_perf_event_update() local 1278 te = (struct hws_trailer_entry *) trailer_entry_ptr(*sdbt); in hw_perf_event_update() [all …]
|
D | perf_cpum_cf_diag.c | 107 static void cf_diag_trailer(struct cf_trailer_entry *te) in cf_diag_trailer() argument 112 te->cfvn = cpuhw->info.cfvn; /* Counter version numbers */ in cf_diag_trailer() 113 te->csvn = cpuhw->info.csvn; in cf_diag_trailer() 116 te->mach_type = cpuid.machine; in cf_diag_trailer() 117 te->cpu_speed = cf_diag_cpu_speed; in cf_diag_trailer() 118 if (te->cpu_speed) in cf_diag_trailer() 119 te->speed = 1; in cf_diag_trailer() 120 te->clock_base = 1; /* Save clock base */ in cf_diag_trailer() 121 memcpy(&te->tod_base, &tod_clock_base[1], 8); in cf_diag_trailer() 122 store_tod_clock((__u64 *)&te->timestamp); in cf_diag_trailer()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
D | txtimestamp.c | 111 static void init_timing_event(struct timing_event *te) in init_timing_event() argument 113 te->min = INT64_MAX; in init_timing_event() 114 te->max = 0; in init_timing_event() 115 te->total = 0; in init_timing_event() 116 te->count = 0; in init_timing_event() 119 static void add_timing_event(struct timing_event *te, in add_timing_event() argument 124 te->count++; in add_timing_event() 125 if (ts_delta < te->min) in add_timing_event() 126 te->min = ts_delta; in add_timing_event() 127 if (ts_delta > te->max) in add_timing_event() [all …]
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
D | wrapper.c | 137 struct cdrom_tocentry te; in hfsplus_get_last_session() local 142 te.cdte_track = HFSPLUS_SB(sb)->session; in hfsplus_get_last_session() 143 te.cdte_format = CDROM_LBA; in hfsplus_get_last_session() 144 if (cdrom_read_tocentry(cdi, &te) || in hfsplus_get_last_session() 145 (te.cdte_ctrl & CDROM_DATA_TRACK) != 4) { in hfsplus_get_last_session() 149 *start = (sector_t)te.cdte_addr.lba << 2; in hfsplus_get_last_session()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | cpu_mf.h | 293 static inline unsigned long long trailer_timestamp(struct hws_trailer_entry *te) in trailer_timestamp() argument 296 if (te->header.t) in trailer_timestamp() 297 return *((unsigned long long *) &te->timestamp[1]); in trailer_timestamp() 300 return *((unsigned long long *) &te->timestamp[0]); in trailer_timestamp()
|
/kernel/linux/linux-5.10/fs/hfs/ |
D | mdb.c | 42 struct cdrom_tocentry te; in hfs_get_last_session() local 47 te.cdte_track = HFS_SB(sb)->session; in hfs_get_last_session() 48 te.cdte_format = CDROM_LBA; in hfs_get_last_session() 49 if (cdrom_read_tocentry(cdi, &te) || in hfs_get_last_session() 50 (te.cdte_ctrl & CDROM_DATA_TRACK) != 4) { in hfs_get_last_session() 55 *start = (sector_t)te.cdte_addr.lba << 2; in hfs_get_last_session()
|
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
D | loopback.c | 365 static u64 gb_loopback_calc_latency(ktime_t ts, ktime_t te) in gb_loopback_calc_latency() argument 367 return __gb_loopback_calc_latency(ktime_to_ns(ts), ktime_to_ns(te)); in gb_loopback_calc_latency() 375 ktime_t ts, te; in gb_loopback_operation_sync() local 406 te = ktime_get(); in gb_loopback_operation_sync() 409 gb->elapsed_nsecs = gb_loopback_calc_latency(ts, te); in gb_loopback_operation_sync() 427 ktime_t te; in gb_loopback_async_operation_callback() local 430 te = ktime_get(); in gb_loopback_async_operation_callback() 441 gb->elapsed_nsecs = gb_loopback_calc_latency(op_async->ts, te); in gb_loopback_async_operation_callback() 802 ktime_t te; in gb_loopback_calculate_stats() local 809 te = ktime_get(); in gb_loopback_calculate_stats() [all …]
|
/kernel/linux/linux-5.10/drivers/block/aoe/ |
D | aoeblk.c | 64 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()
|
D | aoedev.c | 199 struct aoetgt *t, **tt, **te; in aoedev_downdev() local 217 te = tt + d->ntargets; in aoedev_downdev() 218 for (; tt < te && (t = *tt); tt++) { in aoedev_downdev()
|
D | aoecmd.c | 1442 struct aoetgt *t, **tt, **te; in addtgt() local 1445 te = tt + d->ntargets; in addtgt() 1446 for (; tt < te && *tt; tt++) in addtgt() 1449 if (tt == te) { in addtgt() 1615 struct aoetgt **t, **te; in aoecmd_cleanslate() local 1622 te = t + d->ntargets; in aoecmd_cleanslate() 1623 for (; t < te && *t; t++) in aoecmd_cleanslate()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
D | display-sysfs.c | 71 bool te; in display_tear_store() local 76 r = strtobool(buf, &te); in display_tear_store() 80 r = dssdev->driver->enable_te(dssdev, te); in display_tear_store()
|
/kernel/linux/linux-5.10/arch/x86/events/intel/ |
D | pt.c | 589 static inline struct topa_page *topa_entry_to_page(struct topa_entry *te) in topa_entry_to_page() argument 591 return (struct topa_page *)((unsigned long)te & PAGE_MASK); in topa_entry_to_page() 1030 pt_topa_prev_entry(struct pt_buffer *buf, struct topa_entry *te) in pt_topa_prev_entry() argument 1032 unsigned long table = (unsigned long)te & ~(PAGE_SIZE - 1); in pt_topa_prev_entry() 1037 if (tp->table != te) in pt_topa_prev_entry() 1038 return --te; in pt_topa_prev_entry() 1149 struct topa_entry *te; in pt_buffer_reset_offsets() local 1157 te = pt_topa_entry_for_page(buf, pg); in pt_buffer_reset_offsets() 1159 cur_tp = topa_entry_to_page(te); in pt_buffer_reset_offsets() 1161 buf->cur_idx = te - TOPA_ENTRY(buf->cur, 0); in pt_buffer_reset_offsets()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_offload.c | 1120 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()
|
/kernel/linux/linux-5.10/fs/isofs/ |
D | inode.c | 552 struct cdrom_tocentry te; in isofs_get_last_session() local 557 te.cdte_track = session; in isofs_get_last_session() 558 te.cdte_format = CDROM_LBA; in isofs_get_last_session() 559 if (cdrom_read_tocentry(cdi, &te) == 0) { in isofs_get_last_session() 561 session, te.cdte_addr.lba, in isofs_get_last_session() 562 te.cdte_ctrl & CDROM_DATA_TRACK); in isofs_get_last_session() 563 if ((te.cdte_ctrl & CDROM_DATA_TRACK) == 4) in isofs_get_last_session() 564 return te.cdte_addr.lba; in isofs_get_last_session()
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | omap3-n950.dts | 65 OMAP3_CORE1_IOPAD(0x20ca, PIN_INPUT | MUX_MODE4) /* gpio 62 - display te */ 239 te-gpios = <&gpio2 30 GPIO_ACTIVE_HIGH>; /* 62 */
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | security.txt | 169 Run the command below to generate my-perf.te policy extension file with 172 # ausearch -c 'perf' --raw | audit2allow -M my-perf && cat my-perf.te 186 # checkmodule -M -m -o my-perf.mod my-perf.te
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/exynos/ |
D | exynos5433-decon.txt | 14 command mode with software trigger: "lcd_sys", "te".
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | nf_tables_api.c | 7874 struct nft_trans_elem *te; in nf_tables_commit() local 8012 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit() 8014 te->set->ops->activate(net, te->set, &te->elem); in nf_tables_commit() 8015 nf_tables_setelem_notify(&trans->ctx, te->set, in nf_tables_commit() 8016 &te->elem, in nf_tables_commit() 8021 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit() 8023 nf_tables_setelem_notify(&trans->ctx, te->set, in nf_tables_commit() 8024 &te->elem, in nf_tables_commit() 8026 te->set->ops->remove(net, te->set, &te->elem); in nf_tables_commit() 8027 atomic_dec(&te->set->nelems); in nf_tables_commit() [all …]
|
/kernel/linux/linux-5.10/fs/ntfs/ |
D | inode.c | 2365 const char *te = " Leaving file length out of sync with i_size."; in ntfs_truncate() local 2388 "(error code %d).%s", vi->i_ino, err, te); in ntfs_truncate() 2397 vi->i_ino, te); in ntfs_truncate() 2407 "Run chkdsk.%s", vi->i_ino, te); in ntfs_truncate() 2412 vi->i_ino, err, te); in ntfs_truncate()
|