Home
last modified time | relevance | path

Searched refs:SLIST_NEXT (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Dqueue.h130 (var) = SLIST_NEXT((var), field))
137 SLIST_NEXT((elm), field) = SLIST_NEXT((slistelm), field); \
138 SLIST_NEXT((slistelm), field) = (elm); \
142 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
146 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) macro
154 while (SLIST_NEXT(curelm, field) != (elm)) \
155 curelm = SLIST_NEXT(curelm, field); \
156 SLIST_NEXT(curelm, field) = \
157 SLIST_NEXT(SLIST_NEXT(curelm, field), field); \
162 SLIST_FIRST((head)) = SLIST_NEXT(SLIST_FIRST((head)), field); \
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c216 curnode = SLIST_NEXT(curnode, links); in symlist_search()
268 if (SLIST_NEXT(curnode, links) == NULL) { in symlist_add()
275 cursymbol = SLIST_NEXT(curnode, links)->symbol; in symlist_add()
289 curnode = SLIST_NEXT(curnode, links); in symlist_add()
303 node2 = SLIST_NEXT(node1, links); in symlist_free()
H A Daicasm.c221 include_dir = SLIST_NEXT(include_dir, in main()
399 cur_node = SLIST_NEXT(cur_node,links)) { in output_code()
547 cur_func = SLIST_NEXT(cur_func, links)) in output_listing()
567 cur_func != NULL && SLIST_NEXT(cur_func, links) != NULL; in output_listing()
568 cur_func = SLIST_NEXT(cur_func, links), func_count--) { in output_listing()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-queue.h125 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) macro
135 ((tvar) = SLIST_NEXT((var), field), 1); \
157 SLIST_NEXT(SLIST_NEXT((slistelm), field), field); \
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/sys/
H A Dqueue.h228 SLIST_NEXT(SLIST_NEXT((slistelm), field), field); \
239 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/
H A Dqueue.h234 SLIST_NEXT(SLIST_NEXT((slistelm), field), field); \
245 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/
H A Dqueue.h234 SLIST_NEXT(SLIST_NEXT((slistelm), field), field); \
245 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dqueue.h205 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dqueue.h205 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) macro