Home
last modified time | relevance | path

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

123456789

/OK3568_Linux_fs/external/xserver/include/
H A DMakefile.in673 do-not-use-config.h: stamp-h1
674 @test -f $@ || rm -f stamp-h1
675 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
677 stamp-h1: $(srcdir)/do-not-use-config.h.in $(top_builddir)/config.status
678 @rm -f stamp-h1
682 rm -f stamp-h1
685 xorg-server.h: stamp-h2
686 @test -f $@ || rm -f stamp-h2
687 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h2
689 stamp-h2: $(srcdir)/xorg-server.h.in $(top_builddir)/config.status
[all …]
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_time.c163 time64_t stamp; in time_mt() local
183 stamp = ktime_get_real_seconds(); in time_mt()
187 stamp -= 60 * sys_tz.tz_minuteswest; in time_mt()
201 if (stamp < info->date_start || stamp > info->date_stop) in time_mt()
204 packet_time = localtime_1(&current_time, stamp); in time_mt()
225 stamp -= SECONDS_PER_DAY; in time_mt()
228 localtime_2(&current_time, stamp); in time_mt()
235 localtime_3(&current_time, stamp); in time_mt()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dtimestamping.c162 struct timeval *stamp = in printpacket() local
165 (long)stamp->tv_sec, in printpacket()
166 (long)stamp->tv_usec); in printpacket()
170 struct timespec *stamp = in printpacket() local
173 (long)stamp->tv_sec, in printpacket()
174 (long)stamp->tv_nsec); in printpacket()
178 struct timespec *stamp = in printpacket() local
182 (long)stamp->tv_sec, in printpacket()
183 (long)stamp->tv_nsec); in printpacket()
184 stamp++; in printpacket()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dww_mutex.h23 atomic_long_t stamp; member
33 unsigned long stamp; member
59 { .stamp = ATOMIC_LONG_INIT(0) \
125 ctx->stamp = atomic_long_inc_return_relaxed(&ww_class->stamp); in ww_acquire_init()
142 ctx->deadlock_inject_countdown = ctx->stamp & 0xf; in ww_acquire_init()
/OK3568_Linux_fs/kernel/fs/ntfs/
H A Dusnjrnl.c37 sle64 stamp; in ntfs_stamp_usnjrnl() local
48 stamp = get_current_ntfs_time(); in ntfs_stamp_usnjrnl()
55 (long long)sle64_to_cpu(stamp), in ntfs_stamp_usnjrnl()
59 uh->journal_id = stamp; in ntfs_stamp_usnjrnl()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dvas-fault.c44 nx = &crb->stamp.nx; in dump_crb()
47 be64_to_cpu(crb->stamp.nx.fault_storage_addr), in dump_crb()
92 csb.address = crb->stamp.nx.fault_storage_addr; in update_csb()
251 if ((entry->stamp.nx.pswid == cpu_to_be32(FIFO_INVALID_ENTRY)) in vas_fault_thread_fn()
264 entry->stamp.nx.pswid = cpu_to_be32(FIFO_INVALID_ENTRY); in vas_fault_thread_fn()
277 be32_to_cpu(crb->stamp.nx.pswid)); in vas_fault_thread_fn()
291 be32_to_cpu(crb->stamp.nx.pswid), in vas_fault_thread_fn()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dcrb.h136 #define crb_nx_fault_addr(c) __be64_to_cpu(c->stamp.nx.fault_storage_addr)
137 #define crb_nx_flags(c) c->stamp.nx.flags
138 #define crb_nx_fault_status(c) c->stamp.nx.fault_status
139 #define crb_nx_pswid(c) c->stamp.nx.pswid
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dbuild.py788 stamp = d.stamp[file_name]
791 stamp = d.getVar('STAMP')
796 return stamp
800 if not stamp:
803 stamp = bb.parse.siggen.stampfile(stamp, file_name, taskname, extrainfo)
805 stampdir = os.path.dirname(stamp)
809 return stamp
824 stamp = d.stampclean[file_name]
827 stamp = d.getVar('STAMPCLEAN')
831 if not stamp:
[all …]
/OK3568_Linux_fs/kernel/security/tomoyo/
H A Daudit.c152 struct tomoyo_time stamp; in tomoyo_print_header() local
163 tomoyo_convert_time(ktime_get_real_seconds(), &stamp); in tomoyo_print_header()
167 stamp.year, stamp.month, stamp.day, stamp.hour, in tomoyo_print_header()
168 stamp.min, stamp.sec, r->profile, tomoyo_mode[r->mode], in tomoyo_print_header()
H A Dutil.c91 void tomoyo_convert_time(time64_t time64, struct tomoyo_time *stamp) in tomoyo_convert_time() argument
96 stamp->sec = tm.tm_sec; in tomoyo_convert_time()
97 stamp->min = tm.tm_min; in tomoyo_convert_time()
98 stamp->hour = tm.tm_hour; in tomoyo_convert_time()
99 stamp->day = tm.tm_mday; in tomoyo_convert_time()
100 stamp->month = tm.tm_mon + 1; in tomoyo_convert_time()
101 stamp->year = tm.tm_year + 1900; in tomoyo_convert_time()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dmip6.c109 ktime_t stamp; member
175 static inline int mip6_report_rl_allow(ktime_t stamp, in mip6_report_rl_allow() argument
182 if (mip6_report_rl.stamp != stamp || in mip6_report_rl_allow()
186 mip6_report_rl.stamp = stamp; in mip6_report_rl_allow()
205 ktime_t stamp; in mip6_destopt_reject() local
219 stamp = skb_get_ktime(skb); in mip6_destopt_reject()
221 if (!mip6_report_rl_allow(stamp, &ipv6_hdr(skb)->daddr, in mip6_destopt_reject()
/OK3568_Linux_fs/buildroot/package/gutenprint/
H A D0001-use-pregen-xmli18n-header.patch34 xmli18n-tmp.h: xml-stamp extract-strings
36 - ./extract-strings `cat xml-stamp | sed -e 's;^;$(srcdir)/;'` > $@.tmp
41 + ./extract-strings `cat xml-stamp | sed -e 's;^;$(srcdir)/;'` > $@.tmp; \
47 dist-hook: xmli18n-tmp.h xml-stamp
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Daltera_sysid.c31 time_t stamp; in display_sysid() local
42 stamp = sysid[1]; in display_sysid()
43 localtime_r(&stamp, &t); in display_sysid()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-printing/gutenprint/
H A Dgutenprint_git.bb32 sed -i 's/all-local: xmli18n-tmp.h xml-stamp/all-local: xml-stamp/' ${S}/src/xml/Makefile.am
33 sed -i 's/dist-hook: xmli18n-tmp.h xml-stamp/dist-hook: xml-stamp/' ${S}/src/xml/Makefile.am
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libfm/libfm/
H A D0001-Correctly-check-the-stamp-file-that-indicates-if-we-.patch4 Subject: [PATCH] Correctly check the stamp file that indicates if we need to
21 - if test -f src/actions/libfmactions_la_vala.stamp; then
22 + if test -f $srcdir/src/actions/libfmactions_la_vala.stamp; then
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0054-HACK-Use-negative-value-for-dynamic-repaint-window.patch34 output->frame_time = *stamp;
36 - timespec_add_nsec(&output->next_repaint, stamp, refresh_nsec);
39 + timespec_add_nsec(&output->next_repaint, stamp, refresh_nsec);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0051-HACK-Use-negative-value-for-dynamic-repaint-window.patch34 output->frame_time = *stamp;
36 - timespec_add_nsec(&output->next_repaint, stamp, refresh_nsec);
39 + timespec_add_nsec(&output->next_repaint, stamp, refresh_nsec);
/OK3568_Linux_fs/buildroot/package/weston/
H A D0054-HACK-Use-negative-value-for-dynamic-repaint-window.patch34 output->frame_time = *stamp;
36 - timespec_add_nsec(&output->next_repaint, stamp, refresh_nsec);
39 + timespec_add_nsec(&output->next_repaint, stamp, refresh_nsec);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/
H A DCVE-2022-38725-0005.patch29 UnixTime stamp;
45 unix_time_unset(&stamp);
46 convert_wall_clock_time_to_unix_time(&wct, &stamp);
55 UnixTime stamp;
70 unix_time_unset(&stamp);
71 convert_wall_clock_time_to_unix_time(&wct, &stamp);
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/tests/
H A Drdpmc.c133 u64 stamp, now, delta; in __test__rdpmc() local
135 stamp = mmap_read_self(addr); in __test__rdpmc()
143 delta = now - stamp; in __test__rdpmc()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/dfu-util/
H A Ddfu-util-native_0.11.bb21 # clear stamp-extra-info since MACHINE_ARCH is normally put there by
23 do_deploy[stamp-extra-info] = ""
/OK3568_Linux_fs/buildroot/package/system-config-printer/
H A D0001-Add-option-to-disable-xmlto-manual-generation.patch46 .stamp-man-pages-built: $(top_srcdir)/man/system-config-printer.xml
48 touch .stamp-man-pages-built
50 $(man_MANS): .stamp-man-pages-built
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-minimal-0.21/
H A DMakefile.in.in99 # The .pot file, stamp-po, .po files, and .gmo files appear in release tarballs.
130 all-yes: $(srcdir)/stamp-po
144 # In this case, $(srcdir)/stamp-po is a nop (i.e. a phony target).
146 # $(srcdir)/stamp-po is a timestamp denoting the last time at which the CATALOGS
154 $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
159 echo "touch $(srcdir)/stamp-po" && \
160 echo timestamp > $(srcdir)/stamp-poT && \
161 mv $(srcdir)/stamp-poT $(srcdir)/stamp-po; \
398 rm -f $(srcdir)/stamp-poT
410 rm -f $(srcdir)/$(DOMAIN).pot $(srcdir)/stamp-po $(GMOFILES)
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c368 u64 stamp = 0; in ixgbe_ptp_read_82599() local
370 stamp |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIML); in ixgbe_ptp_read_82599()
371 stamp |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIMH) << 32; in ixgbe_ptp_read_82599()
373 return stamp; in ixgbe_ptp_read_82599()
564 u64 ns, stamp; in ixgbe_ptp_gettimex() local
582 stamp = timespec64_to_ns(ts); in ixgbe_ptp_gettimex()
586 stamp = IXGBE_READ_REG(hw, IXGBE_SYSTIML); in ixgbe_ptp_gettimex()
588 stamp |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIMH) << 32; in ixgbe_ptp_gettimex()
592 ns = timecounter_cyc2time(&adapter->hw_tc, stamp); in ixgbe_ptp_gettimex()
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dptp.rst24 - Time stamp external events
81 - 2 Time stamp external triggers, programmable polarity (opt. interrupt)
90 - GPIO inputs can time stamp external triggers
104 - Programmable inputs can time stamp external triggers

123456789