zephyr/kernel
Johan Hedberg 47a28a9612 mempool: Remove unnecessary call to get_pool()
The pointer that get_pool() returns is already stored in the 'p'
variable.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2018-01-12 08:05:08 -05:00
..
include kernel: mem_domain: Add an arch interface to configure memory domain 2017-12-21 11:52:27 -08:00
posix kernel: posix: separating posix APIs according to their types. 2017-12-20 14:59:04 -05:00
CMakeLists.txt kernel: move posix header to posix/ 2017-12-27 14:16:08 -05:00
Kconfig kernel: enable boot banner by default 2018-01-08 10:03:57 -05:00
Kconfig.event_logger
Kconfig.power_mgmt
alert.c
atomic_c.c
compiler_stack_protect.c
device.c
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: mem_domain: Add to current thread should configure immediately. 2017-12-21 11:52:27 -08:00
mem_slab.c
mempool.c mempool: Remove unnecessary call to get_pool() 2018-01-12 08:05:08 -05: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
queue.c
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 kernel: sys_clock: remove obsolete and unused functions 2017-12-09 08:48:51 -06:00
system_work_q.c
thread.c kernel: support custom k_busy_wait() 2017-12-27 14:16:08 -05: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