Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aic7xxx/
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); \
/linux-5.19.10/drivers/scsi/aic7xxx/aicasm/
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()
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()