Searched refs:tm (Results 276 - 300 of 355) sorted by relevance

<<1112131415

/linux-master/drivers/md/persistent-data/
H A Ddm-bitset.c29 void dm_disk_bitset_init(struct dm_transaction_manager *tm, argument
32 dm_array_info_init(&info->array_info, tm, &bitset_bvt);
/linux-master/net/netfilter/
H A Dnft_meta.c51 struct tm tm; local
53 time64_to_tm(secs, 0, &tm);
55 return tm.tm_hour * NFT_META_SECS_PER_HOUR
56 + tm.tm_min * NFT_META_SECS_PER_MINUTE
57 + tm.tm_sec;
/linux-master/drivers/isdn/mISDN/
H A Dlayer2.c423 if (l2->tm)
830 if (l2->tm)
922 if (l2->tm)
993 if (l2->tm)
1030 if (l2->tm)
1048 if (l2->tm)
1079 if (l2->tm)
1094 if (l2->tm)
1379 if (l2->tm)
1402 if (l2->tm)
[all...]
/linux-master/kernel/time/
H A Dntp.c584 struct rtc_time tm; local
596 rtc_time64_to_tm(to_set->tv_sec, &tm);
597 err = rtc_set_time(rtc, &tm);
H A Dalarmtimer.c247 struct rtc_time tm; local
291 rtc_read_time(rtc, &tm);
292 now = rtc_tm_to_ktime(tm);
/linux-master/arch/s390/boot/
H A Dhead.S101 tm 0(%r13),0xff # running VM ?
108 tm 30(%r5),0x0f # by verifying if any of the
110 tm 31(%r5),0xff # bits is set in the schib
/linux-master/drivers/rtc/
H A Drtc-ds1305.c323 struct rtc_time tm; local
331 status = ds1305_get_time(dev, &tm);
334 now = rtc_tm_to_time64(&tm);
/linux-master/net/sched/
H A Dact_pedit.c493 struct tcf_t *tm = &d->tcf_tm; local
496 tm->lastuse = max_t(u64, tm->lastuse, lastuse);
H A Dact_police.c334 struct tcf_t *tm = &police->tcf_tm; local
337 tm->lastuse = max_t(u64, tm->lastuse, lastuse);
H A Dact_mirred.c466 struct tcf_t *tm = &m->tcf_tm; local
469 tm->lastuse = max_t(u64, tm->lastuse, lastuse);
H A Dact_gate.c575 struct tcf_t *tm = &gact->tcf_tm; local
578 tm->lastuse = max_t(u64, tm->lastuse, lastuse);
H A Dact_tunnel_key.c727 struct tcf_t tm; local
765 tcf_tm_dump(&tm, &t->tcf_tm);
766 if (nla_put_64bit(skb, TCA_TUNNEL_KEY_TM, sizeof(tm),
767 &tm, TCA_TUNNEL_KEY_PAD))
/linux-master/arch/s390/kernel/
H A Dentry.S99 tm off+\addr, \mask
200 tm __SIE_PROG20+3(%r14),3 # last exit...
328 tm __LC_PGM_ILC+3,0x80 # check for per exception
515 tm __LC_RETURN_MCCK_PSW+1,0x01 # returning to user ?
/linux-master/arch/powerpc/kernel/
H A Dinterrupt.c21 #include <asm/tm.h>
/linux-master/drivers/gpu/drm/armada/
H A Darmada_crtc.c335 uint32_t lm, rm, tm, bm, val, sclk; local
344 tm = adj->crtc_vtotal - adj->crtc_vsync_end;
348 DRM_DEBUG_KMS("lm %d rm %d tm %d bm %d\n", lm, rm, tm, bm);
361 dcrtc->v[1].spu_v_porch = tm << 16 | bm;
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Ddatapath.h255 } tm; /* TM specific vendor IE */ member in union:iwl_time_msmt_ptp_ctx::__anon1087
/linux-master/tools/perf/util/
H A Ddebug.c68 struct tm ltime;
H A Dintel-pt.c298 static bool intel_pt_log_events(struct intel_pt *pt, u64 tm) argument
310 if (!tm)
311 tm = 1;
313 return !n || !perf_time__ranges_skip_sample(range, n, tm);
2525 u64 tm = ptq->timestamp; local
2531 tm = pt->timeless_decoding ? 0 : tsc_to_perf_time(tm, &pt->tc);
2541 state->from_ip, tm, machine_pid, vcpu);
3996 u64 tsc, tm; local
4001 tm
4016 u64 tsc, tm; local
[all...]
/linux-master/arch/powerpc/sysdev/
H A Dmpic.c231 static inline unsigned int mpic_tm_offset(struct mpic *mpic, unsigned int tm) argument
233 return (tm >> 2) * MPIC_TIMER_GROUP_STRIDE +
234 (tm & 3) * MPIC_INFO(TIMER_STRIDE);
237 static inline u32 _mpic_tm_read(struct mpic *mpic, unsigned int tm) argument
239 unsigned int offset = mpic_tm_offset(mpic, tm) +
245 static inline void _mpic_tm_write(struct mpic *mpic, unsigned int tm, u32 value) argument
247 unsigned int offset = mpic_tm_offset(mpic, tm) +
812 DBG("%s: enable_tm: %d (tm %d)\n", mpic->name, d->irq, src);
/linux-master/tools/perf/
H A Dbuiltin-record.c1064 int m, tm, nr_mmaps = evlist->core.nr_mmaps; local
1090 for (m = 0, tm = 0; m < nr_mmaps && tm < thread_data->nr_mmaps; m++) {
1094 thread_data->maps[tm] = &mmap[m];
1096 thread_data, perf_cpu_map__cpu(cpus, m).cpu, tm, m);
1099 thread_data->overwrite_maps[tm] = &overwrite_mmap[m];
1101 thread_data, perf_cpu_map__cpu(cpus, m).cpu, tm, m);
1103 tm++;
1112 int f, tm, pos; local
1117 for (tm
[all...]
/linux-master/arch/loongarch/net/
H A Dbpf_jit.c460 u8 tm = -1; local
849 tm = t1;
852 tm = LOONGARCH_GPR_ZERO;
856 emit_sext_32(ctx, tm, is32);
859 emit_zext_32(ctx, tm, is32);
862 if (emit_cond_jmp(ctx, cond, t2, tm, jmp_offset) < 0)
/linux-master/sound/pci/ice1712/
H A Dice1724.c107 int tm; local
108 for (tm = 0; tm < 0x10000; tm++) {
122 int tm; local
123 for (tm = 0; tm < 0x10000; tm++)
/linux-master/drivers/macintosh/
H A Dvia-cuda.c788 int cuda_set_rtc_time(struct rtc_time *tm) argument
793 now = lower_32_bits(rtc_tm_to_time64(tm) + RTC_OFFSET);
/linux-master/tools/perf/tests/shell/
H A Dtest_intel_pt.sh69 struct timespec tm = {
76 nanosleep(&tm, NULL);
/linux-master/arch/sh/lib/
H A Dmovmem.S14 !! tm@netcom.com

Completed in 276 milliseconds

<<1112131415