Searched refs:SLIST_NEXT (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/scsi/aic7xxx/ ! |
D | queue.h | 130 (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-2.6.39/drivers/scsi/aic7xxx/aicasm/ ! |
D | aicasm_symbol.c | 220 curnode = SLIST_NEXT(curnode, links); in symlist_search() 272 if (SLIST_NEXT(curnode, links) == NULL) { in symlist_add() 279 cursymbol = SLIST_NEXT(curnode, links)->symbol; in symlist_add() 293 curnode = SLIST_NEXT(curnode, links); in symlist_add() 307 node2 = SLIST_NEXT(node1, links); in symlist_free()
|
D | aicasm.c | 221 include_dir = SLIST_NEXT(include_dir, in main() 399 cur_node = SLIST_NEXT(cur_node,links)) { in output_code() 548 cur_func = SLIST_NEXT(cur_func, links)) in output_listing() 568 cur_func != NULL && SLIST_NEXT(cur_func, links) != NULL; in output_listing() 569 cur_func = SLIST_NEXT(cur_func, links), func_count--) { in output_listing()
|