Searched refs:LOS_DL_LIST_FOR_EACH_ENTRY (Results 1 - 2 of 2) sorted by relevance
/device/qemu/riscv32_virt/liteos_m/board/driver/video/ |
H A D | key_cache.c | 71 LOS_DL_LIST_FOR_EACH_ENTRY(kc, nhead, struct KeyCache, hashEntry) {
in KeyCacheDump() function 87 LOS_DL_LIST_FOR_EACH_ENTRY(dent, dhead, struct KeyCache, hashEntry) {
in KeyCacheMemoryDump() function 156 LOS_DL_LIST_FOR_EACH_ENTRY(kc, dhead, struct KeyCache, hashEntry) {
in KeyCacheLookup() function 171 LOS_DL_LIST_FOR_EACH_ENTRY(kc, nhead, struct KeyCache, hashEntry) {
in FbMemKeyCacheFree() function
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/ |
H A D | los_list.h | 337 #define LOS_DL_LIST_FOR_EACH_ENTRY(item, list, type, member) \ macro
|
Completed in 2 milliseconds