zephyr/kernel/microkernel
Peter Mitsis 101d486834 Rename k_args 'Srce' field to 'alloc'
Since multi-node systems are not supported, the 'Srce' field now only serves
one purpose--to indicate whether the packet was allocated from the command
packet pool.  As such, a better name (and type) for it is 'alloc' (of type
'bool') since 'Srce' (of type 'knode_t') suggest multi-node support.

Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
Change-Id: I47a935af13fd55dbca23c879841d68caf895eae4
2016-02-05 20:13:41 -05:00
..
channel Remove 'destnode' from moved_req structure 2016-02-05 20:13:41 -05:00
core Rename k_args 'Srce' field to 'alloc' 2016-02-05 20:13:41 -05:00
include Remove 'destnode' from moved_req structure 2016-02-05 20:13:41 -05:00
movedata Reorder routines in movedata.c 2016-02-05 20:13:41 -05:00
timer Fix checkpatch issue - WARNING:LINE_SPACING 2016-02-05 20:13:39 -05:00
defs.objs First commit 2015-04-10 16:44:37 -07:00
idle.c First commit 2015-04-10 16:44:37 -07:00
k_event.c Remove references to deprecated W/WT naming convention 2016-02-05 20:13:40 -05:00
k_irq.c First commit 2015-04-10 16:44:37 -07:00
k_mbox.c Rename k_args 'Srce' field to 'alloc' 2016-02-05 20:13:41 -05:00
k_memmap.c Fix checkpatch issue - WARNING:LINE_SPACING 2016-02-05 20:13:39 -05:00
k_mempool.c Rename k_args 'Srce' field to 'alloc' 2016-02-05 20:13:41 -05:00
k_mutex.c Rename k_args 'Srce' field to 'alloc' 2016-02-05 20:13:41 -05:00
k_nop.c First commit 2015-04-10 16:44:37 -07:00
k_offload.c First commit 2015-04-10 16:44:37 -07:00
k_queue.c First commit 2015-04-10 16:44:37 -07:00
k_sema.c Fix checkpatch issue - WARNING:LINE_SPACING 2016-02-05 20:13:39 -05:00
k_task.c Rename k_args 'Srce' field to 'alloc' 2016-02-05 20:13:41 -05:00
k_timer.c First commit 2015-04-10 16:44:37 -07:00
power.c Renaming nanoCpuSetIdle to nano_cpu_set_idle 2016-02-05 19:45:35 -05:00
task_monitor.c Remove useless comment 2016-02-05 20:13:40 -05:00