Found 13 matching messages (0.037 seconds). Page 1 of 1.
... use the same core functions. This patch separates the core functions from more ... = idx + 1; @@ -71,12 +64,21 @@ mctracer_add_trace_entry(struct mctracer if (unlikely( ... kfree(iter); iter = NULL; @@ -570,21 +563,40 @@ __mctrace_open(struct inode * ...
linux-kernel - Steven Rostedt - Jan 9 2008 - 19:29
This patch adds hooks to trace the wake up latency of the highest priority waking task. The following files are added to /debugfs/tracing/ wakeup_max_latency holds the current max latency for wakeup wakeup_thresh if set to other ...
linux-kernel - Steven Rostedt - Jan 21 2008 - 11:22
... Style police again. I notice several of these patches add new functions with the return value split ... a whole bunch of trivial ones in this patch. Thus it would be nicer if we did this in a separate patch so you can document your rationale for this ...
linux-nfs - Chuck Lever - Nov 30 2007 - 17:33
... police again. I notice several of these patches add new > functions with the return value split ... a whole bunch of trivial > ones in this patch. Thus it would be nicer if we did this in a > separate patch so you can document your rationale for ...
linux-nfs - Tom Tucker - Nov 30 2007 - 19:17
This area of code is currently #ifdef'd out, so add a comment
for the time when it is actually used.
Signed-off-by: Dave Hansen
linux-fsdevel - Dave Hansen - Jun 7 2006 - 20:10
All fields touched by svc_sock_received are now transport independent.
Change it to use svc_xprt directly. This function is called from
transport dependent code, so export it.
Signed-off-by: Tom Tucker
linux-nfs - Tom Tucker - Nov 29 2007 - 18:40
All fields touched by svc_sock_received are now transport independent.
Change it to use svc_xprt directly. This function is called from
transport dependent code, so export it.
Signed-off-by: Tom Tucker
linux-nfs - Tom Tucker - Nov 29 2007 - 18:54
All fields touched by svc_sock_received are now transport independent.
Change it to use svc_xprt directly. This function is called from
transport dependent code, so export it.
Signed-off-by: Tom Tucker
linux-nfs - Tom Tucker - Nov 29 2007 - 18:56
On Nov 30, 2007, at 6:17 PM, Tom Tucker wrote: > On Fri, 2007-11-30 at 16:33 -0500, Chuck Lever wrote: >> On Nov 29, 2007, at 5:40 PM, Tom Tucker wrote: >>> { >>> - svsk->sk_xprt.xpt_pool = NULL; >>> - clear_bit(XPT_BUSY, &svsk->sk_xprt.xpt_flags);
linux-nfs - Chuck Lever - Nov 30 2007 - 19:23
Now that each entry has a reliable timestamp, we can
use the timestamp as the source of sorting the trace and
remove the atomic increment.
Signed-off-by: Steven Rostedt
linux-kernel - Steven Rostedt - Jan 15 2008 - 16:49
This also uses the little helper in the NFS code to make an if() a little bit
less ugly. We introduced the helper at the beginning of the series.
Signed-off-by: Dave Hansen
linux-kernel - Dave Hansen - Feb 8 2008 - 18:27
Because of compression and space wastage (due to paddings) it is not always possible to know whether the cached data fits the flash space or not. Sometimes this problem is called "ENOSPC" problem. UBIFS implements the budgeting sub-system to solve the
linux-kernel - Artem Bityutskiy - Mar 27 2008 - 10:55
Add a __discard sectionto the linker script. Code produced in this section will not be put in the vmlinux file. This is useful when we have to calculate the size of an instruction before actually declaring it (for alignment purposes for instance). This
linux-kernel - Mathieu Desnoyers - Apr 16 2008 - 17:34