zephyr/kernel
Kumar Gala a2caf36103 kernel: Remove deprecated k_mem_pool_defrag code
Remove references to k_mem_pool_defrag and any related bits associated
with mem_pool defrag that don't make sense anymore.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-11-28 15:23:22 -05:00
..
include kernel: have k_sched_lock call _sched_lock 2017-11-17 17:42:54 -05:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig kernel: Remove deprecated k_mem_pool_defrag code 2017-11-28 15:23:22 -05:00
Kconfig.event_logger
Kconfig.power_mgmt
alert.c
atomic_c.c
compiler_stack_protect.c
device.c kernel: Compare pointers before strings when getting device binding 2017-10-19 14:43:48 -07:00
errno.c
idle.c
init.c kernel: init: mem_domain structure is initialized for dummy thread. 2017-11-07 12:22:43 -08:00
int_latency_bench.c
mailbox.c
mem_domain.c kernel: Arch specific memory domain APIs added 2017-11-07 12:22:43 -08:00
mem_slab.c
mempool.c mempool: add assertion for calloc bounds overflow 2017-11-14 12:50:10 -08:00
msg_q.c
mutex.c kernel: Remove dead or commented code from k_mutex_lock() 2017-10-24 11:11:00 -07:00
pipes.c
poll.c poll: Update code comments to reflect latest changes 2017-11-21 06:54:51 -05:00
pthread.c
queue.c queue: k_queue_cancel_wait: Fix not interrupting other threads 2017-10-18 13:02:52 -04:00
sched.c kernel: have k_sched_lock call _sched_lock 2017-11-17 17:42:54 -05:00
sem.c kernel: Fix comment section of semaphore object 2017-10-27 10:56:58 -07:00
stack.c
sys_clock.c
system_work_q.c
thread.c _setup_new_thread: fix crash on ARM 2017-11-13 16:25:40 -08:00
thread_abort.c
timer.c
userspace.c userspace: assign thread IDs at build time 2017-11-03 11:29:23 -07:00
userspace_handler.c userspace: assign thread IDs at build time 2017-11-03 11:29:23 -07:00
version.c
work_q.c