lkml.org 
[lkml]   [2005]   [Jun]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch 33/38] CKRM e18: Send timestamps to userspace in msecs instead of jiffies
Send timestamps to userspace in msecs instead of jiffies.

Signed-Off-By: Matt Helsley <matthltc@us.ibm.com>
Signed-Off-By: Gerrit Huizenga <gh@us.ibm.com>

---------------------------------------------------------------------

Index: linux-2.6.12-ckrm1/include/linux/crbce.h
===================================================================
--- linux-2.6.12-ckrm1.orig/include/linux/crbce.h 2005-06-20 15:37:54.000000000 -0700
+++ linux-2.6.12-ckrm1/include/linux/crbce.h 2005-06-20 15:37:59.000000000 -0700
@@ -90,7 +90,7 @@ struct crbce_hdr {
struct crbce_hdr_ts {
int type;
pid_t pid;
- uint32_t jiffies;
+ uint32_t timestamp; /* in msecs */
uint64_t cls;
};

Index: linux-2.6.12-ckrm1/kernel/ckrm/rbce/crbce_ext.c
===================================================================
--- linux-2.6.12-ckrm1.orig/kernel/ckrm/rbce/crbce_ext.c 2005-06-20 13:08:48.000000000 -0700
+++ linux-2.6.12-ckrm1/kernel/ckrm/rbce/crbce_ext.c 2005-06-20 15:37:59.000000000 -0700
@@ -25,6 +25,7 @@

#include <net/sock.h>
#include <linux/netlink.h>
+#include <linux/jiffies.h>
#include "rbce_internal.h"

#define PSAMPLE(pdata) (&((pdata)->ext_data.sample))
@@ -123,7 +124,8 @@ static inline void close_ukcc_channel(vo

#define rec_set_hdr(r,t,p) ((r)->hdr.type = (t), (r)->hdr.pid = (p))
#define rec_set_timehdr(r,t,p,c) (rec_set_hdr(r,t,p), \
- (r)->hdr.jiffies = jiffies, (r)->hdr.cls=(unsigned long)(c) )
+ (r)->hdr.timestamp = jiffies_to_msecs(jiffies), \
+ (r)->hdr.cls=(unsigned long)(c) )

#if CHANNEL_AUTO_CONT

--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-06-23 09:53    [W:0.315 / U:2.512 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site