Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Dqueue.h274 (var) = LIST_NEXT((var), field))
281 if ((LIST_NEXT((elm), field) = LIST_NEXT((listelm), field)) != NULL)\
282 LIST_NEXT((listelm), field)->field.le_prev = \
283 &LIST_NEXT((elm), field); \
284 LIST_NEXT((listelm), field) = (elm); \
285 (elm)->field.le_prev = &LIST_NEXT((listelm), field); \
290 LIST_NEXT((elm), field) = (listelm); \
292 (listelm)->field.le_prev = &LIST_NEXT((elm), field); \
296 if ((LIST_NEXT((elm), field) = LIST_FIRST((head))) != NULL) \
297 LIST_FIRST((head))->field.le_prev = &LIST_NEXT((elm), field);\
[all …]
H A Daic79xx_core.c6476 list_scb = LIST_NEXT(list_scb, collision_links); in ahd_find_scb_by_tag()
6650 next_scb = LIST_NEXT(scb, collision_links); in ahd_rem_col_list()
8566 scbp_next = LIST_NEXT(scbp, pending_links); in ahd_abort_scbs()
9742 list_scb = LIST_NEXT(list_scb, collision_links); in ahd_dump_card_state()
H A Daic7xxx_core.c6381 scbp_next = LIST_NEXT(scbp, pending_links); in ahc_abort_scbs()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/
H A Dqueue.h175 #define LIST_NEXT(elm, field) ((elm)->field.le_next) macro
179 (var) && ((tvar) = LIST_NEXT((var), field), 1); \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/
H A Dqueue.h175 #define LIST_NEXT(elm, field) ((elm)->field.le_next) macro
179 (var) && ((tvar) = LIST_NEXT((var), field), 1); \
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-queue.h201 #define LIST_NEXT(elm, field) ((elm)->field.le_next) macro
211 ((tvar) = LIST_NEXT((var), field), 1); \
/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.h144 #define LIST_NEXT(elm, field) ((elm)->field.le_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.h144 #define LIST_NEXT(elm, field) ((elm)->field.le_next) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/sys/
H A Dqueue.h174 #define LIST_NEXT(elm, field) ((elm)->field.le_next) macro