Searched hist:"017 c59c042d01fc84cae7a8ea475861e702c77ab" (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | relay.h | diff 017c59c042d01fc84cae7a8ea475861e702c77ab Fri Sep 02 21:47:38 CEST 2016 Akash Goel <akash.goel@intel.com> relay: Use per CPU constructs for the relay channel buffer pointers
relay essentially needs to maintain a per CPU array of channel buffer pointers but it manually creates that array. Instead its better to use the per CPU constructs, provided by the kernel, to allocate & access the array of pointer to channel buffers.
Signed-off-by: Akash Goel <akash.goel@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://lkml.kernel.org/r/1470909140-25919-1-git-send-email-akash.goel@intel.com Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|
/linux/kernel/ |
H A D | relay.c | diff 017c59c042d01fc84cae7a8ea475861e702c77ab Fri Sep 02 21:47:38 CEST 2016 Akash Goel <akash.goel@intel.com> relay: Use per CPU constructs for the relay channel buffer pointers
relay essentially needs to maintain a per CPU array of channel buffer pointers but it manually creates that array. Instead its better to use the per CPU constructs, provided by the kernel, to allocate & access the array of pointer to channel buffers.
Signed-off-by: Akash Goel <akash.goel@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://lkml.kernel.org/r/1470909140-25919-1-git-send-email-akash.goel@intel.com Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|