zephyr/kernel/microkernel/channel
Allan Stephens 278a5ba641 Consolidate microkernel pipe put and get routines
Merges the routines which process the four command packet types
used to process a pipe "put" operation into a single file, so that
the flow of control can be more easily comprehended. Also merges
the analogous routines which process a pipe "get" operation into
a single file.

Change-Id: I56befa0f9a772b3269fd6ece19f003a5c2578a6f
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:14:01 -05:00
..
ch_addit.c Cosmetic cleanup of pipe-related code 2016-02-05 20:14:01 -05:00
ch_buff.c Cosmetic cleanup of pipe-related code 2016-02-05 20:14:01 -05:00
ch_buffm.c Cosmetic cleanup of pipe-related code 2016-02-05 20:14:01 -05:00
K_Ch_Mvd.c Cosmetic cleanup of pipe-related code 2016-02-05 20:14:01 -05:00
K_Ch_RO.c Cosmetic cleanup of pipe-related code 2016-02-05 20:14:01 -05:00
K_Ch_WO.c Cosmetic cleanup of pipe-related code 2016-02-05 20:14:01 -05:00
K_Ch_WR.c Cosmetic cleanup of pipe-related code 2016-02-05 20:14:01 -05:00
K_ChProc.c Cosmetic cleanup of pipe-related code 2016-02-05 20:14:01 -05:00