zephyr/subsys
Daniel Glöckner d678f309b8 net: pkt: convert remaining users of ref to atomic_ref
The previous commit replaced the net_pkt element ref with an element
atomic_ref. CI tests turned up more places where ref was used directly.
This commit converts them to use the new element.

Signed-off-by: Daniel Glöckner <dg@emlix.com>
2019-01-29 09:22:14 +02:00
..
app_memory
bluetooth Bluetooth: Take advantage of net_buf_pull_mem() 2019-01-28 15:21:23 +02:00
console
cpp
debug debug: SystemView fix 2019-01-25 17:37:51 -05:00
dfu
disk
fb
fs nvs: fix warnings in logger 2019-01-25 22:26:58 +01:00
logging logging: Fix reporting of dropped logs before backend init 2019-01-24 08:39:29 -05:00
mgmt
net net: pkt: convert remaining users of ref to atomic_ref 2019-01-29 09:22:14 +02:00
power power: move reboot.c to subsys/power 2019-01-22 07:45:22 -05:00
random
settings subsys/settings: fcb compress areas only once 2019-01-23 14:43:00 +01:00
shell
stats
storage
usb usb: cdc_acm: Fix composite build 2019-01-24 08:37:16 -05:00
CMakeLists.txt power: move reboot.c to subsys/power 2019-01-22 07:45:22 -05:00
Kconfig