/Linux-v4.19/net/netfilter/ |
D | xt_time.c | 163 s64 stamp; in time_mt() local 177 stamp = ktime_to_ns(skb->tstamp); in time_mt() 178 stamp = div_s64(stamp, NSEC_PER_SEC); in time_mt() 182 stamp -= 60 * sys_tz.tz_minuteswest; in time_mt() 193 if (stamp < info->date_start || stamp > info->date_stop) in time_mt() 196 packet_time = localtime_1(¤t_time, stamp); in time_mt() 217 stamp -= SECONDS_PER_DAY; in time_mt() 220 localtime_2(¤t_time, stamp); in time_mt() 227 localtime_3(¤t_time, stamp); in time_mt()
|
/Linux-v4.19/tools/testing/selftests/networking/timestamping/ |
D | timestamping.c | 181 struct timeval *stamp = in printpacket() local 184 (long)stamp->tv_sec, in printpacket() 185 (long)stamp->tv_usec); in printpacket() 189 struct timespec *stamp = in printpacket() local 192 (long)stamp->tv_sec, in printpacket() 193 (long)stamp->tv_nsec); in printpacket() 197 struct timespec *stamp = in printpacket() local 201 (long)stamp->tv_sec, in printpacket() 202 (long)stamp->tv_nsec); in printpacket() 203 stamp++; in printpacket() [all …]
|
/Linux-v4.19/fs/ntfs/ |
D | usnjrnl.c | 51 sle64 stamp; in ntfs_stamp_usnjrnl() local 62 stamp = get_current_ntfs_time(); in ntfs_stamp_usnjrnl() 69 (long long)sle64_to_cpu(stamp), in ntfs_stamp_usnjrnl() 73 uh->journal_id = stamp; in ntfs_stamp_usnjrnl()
|
/Linux-v4.19/include/linux/ |
D | ww_mutex.h | 23 atomic_long_t stamp; member 33 unsigned long stamp; member 67 { .stamp = ATOMIC_LONG_INIT(0) \ 133 ctx->stamp = atomic_long_inc_return_relaxed(&ww_class->stamp); in ww_acquire_init() 150 ctx->deadlock_inject_countdown = ctx->stamp & 0xf; in ww_acquire_init()
|
/Linux-v4.19/security/tomoyo/ |
D | audit.c | 150 struct tomoyo_time stamp; in tomoyo_print_header() local 160 tomoyo_convert_time(ktime_get_real_seconds(), &stamp); in tomoyo_print_header() 166 "fsuid=%u fsgid=%u }", stamp.year, stamp.month, in tomoyo_print_header() 167 stamp.day, stamp.hour, stamp.min, stamp.sec, r->profile, in tomoyo_print_header()
|
D | util.c | 91 void tomoyo_convert_time(time64_t time64, struct tomoyo_time *stamp) in tomoyo_convert_time() argument 95 stamp->sec = tm.tm_sec; in tomoyo_convert_time() 96 stamp->min = tm.tm_min; in tomoyo_convert_time() 97 stamp->hour = tm.tm_hour; in tomoyo_convert_time() 98 stamp->day = tm.tm_mday; in tomoyo_convert_time() 99 stamp->month = tm.tm_mon + 1; in tomoyo_convert_time() 100 stamp->year = tm.tm_year + 1900; in tomoyo_convert_time()
|
/Linux-v4.19/net/ipv6/ |
D | mip6.c | 121 ktime_t stamp; member 187 static inline int mip6_report_rl_allow(ktime_t stamp, in mip6_report_rl_allow() argument 194 if (mip6_report_rl.stamp != stamp || in mip6_report_rl_allow() 198 mip6_report_rl.stamp = stamp; in mip6_report_rl_allow() 217 ktime_t stamp; in mip6_destopt_reject() local 231 stamp = skb_get_ktime(skb); in mip6_destopt_reject() 233 if (!mip6_report_rl_allow(stamp, &ipv6_hdr(skb)->daddr, in mip6_destopt_reject()
|
/Linux-v4.19/kernel/gcov/ |
D | gcc_3_4.c | 76 unsigned int stamp; member 192 return (info1->stamp == info2->stamp); in gcov_info_is_compatible() 253 dup->stamp = info->stamp; in gcov_info_dup() 534 rc = seq_write_gcov_u32(seq, iter->info->stamp); in gcov_iter_write()
|
D | gcc_4_7.c | 90 unsigned int stamp; member 213 return (info1->stamp == info2->stamp); in gcov_info_is_compatible() 438 pos += store_gcov_u32(buffer, pos, info->stamp); in convert_to_gcda()
|
/Linux-v4.19/tools/perf/arch/x86/tests/ |
D | rdpmc.c | 131 u64 stamp, now, delta; in __test__rdpmc() local 133 stamp = mmap_read_self(addr); in __test__rdpmc() 141 delta = now - stamp; in __test__rdpmc()
|
/Linux-v4.19/fs/isofs/ |
D | rock.h | 68 struct stamp { struct 74 struct stamp times[0]; /* Variable number of these beasts */ argument
|
/Linux-v4.19/drivers/usb/mon/ |
D | mon_text.c | 185 unsigned int stamp; in mon_get_timestamp() local 188 stamp = now.tv_sec & 0xFFF; /* 2^32 = 4294967296. Limit to 4096s. */ in mon_get_timestamp() 189 stamp = stamp * USEC_PER_SEC + now.tv_nsec / NSEC_PER_USEC; in mon_get_timestamp() 190 return stamp; in mon_get_timestamp() 197 unsigned int stamp; in mon_text_event() local 202 stamp = mon_get_timestamp(); in mon_text_event() 217 ep->tstamp = stamp; in mon_text_event()
|
/Linux-v4.19/tools/power/pm-graph/ |
D | bootgraph.py | 291 sysvals.stamp = { 306 tp.stamp = line 329 if(not sysvals.stamp['kernel']): 330 sysvals.stamp['kernel'] = sysvals.kernelVersion(msg) 337 sysvals.stamp['time'] = bt.strftime('%B %d %Y, %I:%M:%S %p') 361 if tp.stamp: 362 sysvals.stamp = 0 524 devtl.createHeader(sysvals, sysvals.stamp) 1083 sysvals.stamp['boot'] = (data.tUserMode - data.start) * 1000 1084 sysvals.stamp['lastinit'] = data.end * 1000 [all …]
|
D | sleepgraph.py | 128 stamp = 0 variable in SystemValues 881 stamp = 0 variable in Data 2028 def createHeader(self, sv, stamp): argument 2029 if(not stamp['time']): 2040 self.html += headline_stamp.format(stamp['host'], stamp['kernel'], 2041 stamp['mode'], stamp['time']) 2042 if 'man' in stamp and 'plat' in stamp and 'cpu' in stamp and \ 2043 stamp['man'] and stamp['plat'] and stamp['cpu']: 2045 self.html += headline_sysinfo.format(stamp['man'], stamp['plat'], stamp['cpu']) 2254 stamp = '' variable in TestProps [all …]
|
/Linux-v4.19/Documentation/ptp/ |
D | ptp.txt | 21 - Time stamp external events 72 - 2 Time stamp external triggers, programmable polarity (opt. interrupt) 80 - GPIO inputs can time stamp external triggers
|
/Linux-v4.19/include/net/ |
D | dn.h | 120 unsigned long stamp; /* time of last transmit */ member 165 unsigned long stamp; member
|
/Linux-v4.19/drivers/net/can/softing/ |
D | softing_fw.c | 34 unsigned long stamp; in _softing_fct_cmd() local 41 stamp = jiffies + 1 * HZ; in _softing_fct_cmd() 53 if ((ret != vector) || time_after(jiffies, stamp)) in _softing_fct_cmd() 80 unsigned long stamp; in softing_bootloader_command() local 86 stamp = jiffies + 3 * HZ; in softing_bootloader_command() 94 if (time_after(jiffies, stamp)) in softing_bootloader_command()
|
/Linux-v4.19/net/decnet/ |
D | dn_nsp_out.c | 82 scp->stamp = jiffies; in dn_nsp_send() 221 cb->stamp = jiffies; in dn_nsp_clone_and_send() 362 if ((jiffies - scp->stamp) > t) in dn_nsp_queue_xmit() 384 unsigned long reftime = cb->stamp; in dn_nsp_check_xmit_queue() 407 pkttime = cb2->stamp; in dn_nsp_check_xmit_queue()
|
D | dn_timer.c | 96 if (time_after_eq(jiffies, scp->stamp + scp->keepalive)) in dn_slow_timer()
|
/Linux-v4.19/include/uapi/drm/ |
D | drm_sarea.h | 60 unsigned int stamp; member
|
/Linux-v4.19/lib/ |
D | locking-selftest.c | 1313 t.stamp++; in ww_test_fail_acquire() 1329 t2.stamp++; in ww_test_fail_acquire() 1482 t2.stamp--; in ww_test_edeadlk_normal() 1508 t2.stamp--; in ww_test_edeadlk_normal_slow() 1534 t2.stamp--; in ww_test_edeadlk_no_unlock() 1559 t2.stamp--; in ww_test_edeadlk_no_unlock_slow() 1584 t2.stamp--; in ww_test_edeadlk_acquire_more() 1605 t2.stamp--; in ww_test_edeadlk_acquire_more_slow() 1630 t2.stamp--; in ww_test_edeadlk_acquire_more_edeadlk() 1656 t2.stamp--; in ww_test_edeadlk_acquire_more_edeadlk_slow() [all …]
|
/Linux-v4.19/arch/ia64/oprofile/ |
D | perfmon.c | 21 struct pt_regs *regs, unsigned long stamp) in perfmon_handler() argument
|
/Linux-v4.19/tools/usb/usbip/ |
D | .gitignore | 22 stamp-h1
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-net-janz-ican3 | 17 Firmware stamp of ican3 module
|
/Linux-v4.19/arch/ia64/kernel/ |
D | perfmon_default_smpl.c | 102 …truct task_struct *task, void *buf, pfm_ovfl_arg_t *arg, struct pt_regs *regs, unsigned long stamp) in default_handler() argument 168 ent->tstamp = stamp; in default_handler()
|