/linux-2.6.39/net/netfilter/ |
D | xt_time.c | 159 s64 stamp; in time_mt() local 173 stamp = ktime_to_ns(skb->tstamp); in time_mt() 174 stamp = div_s64(stamp, NSEC_PER_SEC); in time_mt() 178 stamp -= 60 * sys_tz.tz_minuteswest; in time_mt() 189 if (stamp < info->date_start || stamp > info->date_stop) in time_mt() 192 packet_time = localtime_1(¤t_time, stamp); in time_mt() 204 localtime_2(¤t_time, stamp); in time_mt() 211 localtime_3(¤t_time, stamp); in time_mt()
|
/linux-2.6.39/Documentation/networking/timestamping/ |
D | timestamping.c | 182 struct timeval *stamp = in printpacket() local 185 (long)stamp->tv_sec, in printpacket() 186 (long)stamp->tv_usec); in printpacket() 190 struct timespec *stamp = in printpacket() local 193 (long)stamp->tv_sec, in printpacket() 194 (long)stamp->tv_nsec); in printpacket() 198 struct timespec *stamp = in printpacket() local 202 (long)stamp->tv_sec, in printpacket() 203 (long)stamp->tv_nsec); in printpacket() 204 stamp++; in printpacket() [all …]
|
/linux-2.6.39/Documentation/networking/ |
D | timestamping.txt | 4 Generate time stamp for each incoming packet using the (not necessarily 13 Only for multicasts: approximate send time stamp by receiving the looped 14 packet and using its receive time stamp. 28 SOF_TIMESTAMPING_TX_HARDWARE: try to obtain send time stamp in hardware 31 SOF_TIMESTAMPING_RX_HARDWARE: return the original, unmodified time stamp 35 SOF_TIMESTAMPING_RAW_HARDWARE: return original raw hardware time stamp 36 SOF_TIMESTAMPING_SYS_HARDWARE: return hardware time stamp transformed to 38 SOF_TIMESTAMPING_SOFTWARE: return system time stamp generated in 53 the socket's error queue with the send time stamp(s) attached. It can 71 time stamp was generated by hardware, then this field is [all …]
|
/linux-2.6.39/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-2.6.39/drivers/char/ |
D | bfin-otp.c | 25 #define stamp(fmt, args...) pr_debug("%s:%i: " fmt "\n", __func__, __LINE__, ## args) macro 26 #define stampit() stamp("here i am") 57 stamp("processing page %i (0x%x:%s)", page, flags, in bfin_otp_read() 61 stamp("error from otp: 0x%x", ret); in bfin_otp_read() 149 stamp("processing page %i (0x%x:%s) from %p", page, flags, in bfin_otp_write() 157 stamp("error from otp: 0x%x", ret); in bfin_otp_write() 192 stamp("locking page %lu resulted in 0x%x", arg, otp_result); in bfin_otp_ioctl()
|
/linux-2.6.39/net/ipv6/ |
D | mip6.c | 117 struct timeval stamp; member 183 static inline int mip6_report_rl_allow(struct timeval *stamp, in mip6_report_rl_allow() argument 190 if (mip6_report_rl.stamp.tv_sec != stamp->tv_sec || in mip6_report_rl_allow() 191 mip6_report_rl.stamp.tv_usec != stamp->tv_usec || in mip6_report_rl_allow() 195 mip6_report_rl.stamp.tv_sec = stamp->tv_sec; in mip6_report_rl_allow() 196 mip6_report_rl.stamp.tv_usec = stamp->tv_usec; in mip6_report_rl_allow() 215 struct timeval stamp; in mip6_destopt_reject() local 229 skb_get_timestamp(skb, &stamp); in mip6_destopt_reject() 231 if (!mip6_report_rl_allow(&stamp, &ipv6_hdr(skb)->daddr, in mip6_destopt_reject()
|
/linux-2.6.39/arch/blackfin/boot/ |
D | install.sh | 49 local stamp=$(stat -c %Y ${file} 2>/dev/null) 50 mv ${file} ${file}.${stamp:-old}
|
/linux-2.6.39/kernel/gcov/ |
D | gcc_3_4.c | 76 return (info1->stamp == info2->stamp); in gcov_info_is_compatible() 137 dup->stamp = info->stamp; in gcov_info_dup() 418 rc = seq_write_gcov_u32(seq, iter->info->stamp); in gcov_iter_write()
|
D | gcov.h | 84 unsigned int stamp; member
|
/linux-2.6.39/fs/isofs/ |
D | rock.h | 67 struct stamp { struct 73 struct stamp times[0]; /* Variable number of these beasts */ argument
|
/linux-2.6.39/arch/mips/include/asm/ |
D | smtc_ipi.h | 27 long stamp; member 65 p->stamp = read_c0_count(); in smtc_ipi_nq()
|
/linux-2.6.39/drivers/watchdog/ |
D | bfin_wdt.c | 28 #define stamp(fmt, args...) \ macro 30 #define stampit() stamp("here i am") 126 stamp("maxtimeout=%us newtimeout=%lus (cnt=%#x)", max_t, t, cnt); in bfin_wdt_set_timeout()
|
/linux-2.6.39/drivers/usb/mon/ |
D | mon_text.c | 179 unsigned int stamp; in mon_get_timestamp() local 182 stamp = tval.tv_sec & 0xFFF; /* 2^32 = 4294967296. Limit to 4096s. */ in mon_get_timestamp() 183 stamp = stamp * 1000000 + tval.tv_usec; in mon_get_timestamp() 184 return stamp; in mon_get_timestamp() 191 unsigned int stamp; in mon_text_event() local 196 stamp = mon_get_timestamp(); in mon_text_event() 211 ep->tstamp = stamp; in mon_text_event()
|
/linux-2.6.39/arch/blackfin/mach-bf533/boards/ |
D | Makefile | 5 obj-$(CONFIG_BFIN533_STAMP) += stamp.o
|
/linux-2.6.39/include/net/ |
D | dn.h | 118 unsigned long stamp; /* time of last transmit */ member 170 unsigned long stamp; member
|
/linux-2.6.39/arch/blackfin/mach-bf537/boards/ |
D | Makefile | 5 obj-$(CONFIG_BFIN537_STAMP) += stamp.o
|
/linux-2.6.39/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-2.6.39/include/drm/ |
D | drm_sarea.h | 54 unsigned int stamp; member
|
/linux-2.6.39/include/linux/netfilter_bridge/ |
D | ebt_ulog.h | 28 struct timeval stamp; member
|
/linux-2.6.39/net/decnet/ |
D | dn_nsp_out.c | 84 scp->stamp = jiffies; in dn_nsp_send() 223 cb->stamp = jiffies; in dn_nsp_clone_and_send() 367 if ((jiffies - scp->stamp) > t) in dn_nsp_queue_xmit() 389 unsigned long reftime = cb->stamp; in dn_nsp_check_xmit_queue() 412 pkttime = cb2->stamp; in dn_nsp_check_xmit_queue()
|
D | dn_timer.c | 99 if ((jiffies - scp->stamp) >= scp->keepalive) in dn_slow_timer()
|
/linux-2.6.39/arch/ia64/oprofile/ |
D | perfmon.c | 21 struct pt_regs *regs, unsigned long stamp) in perfmon_handler() argument
|
/linux-2.6.39/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()
|
/linux-2.6.39/drivers/usb/host/ |
D | ehci-q.c | 1254 ehci->stamp = ehci_readl(ehci, &ehci->regs->frame_index); in scan_async() 1263 qh->stamp != ehci->stamp)) { in scan_async() 1273 qh->stamp = ehci->stamp; in scan_async() 1292 ((ehci->stamp - qh->stamp) & 0x1fff) in scan_async()
|
/linux-2.6.39/drivers/net/irda/ |
D | au1000_ircc.h | 111 struct timeval stamp; member
|