Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Dqueue.h269 #define LIST_FIRST(head) ((head)->lh_first) macro
272 for ((var) = LIST_FIRST((head)); \
277 LIST_FIRST((head)) = NULL; \
296 if ((LIST_NEXT((elm), field) = LIST_FIRST((head))) != NULL) \
297 LIST_FIRST((head))->field.le_prev = &LIST_NEXT((elm), field);\
298 LIST_FIRST((head)) = (elm); \
299 (elm)->field.le_prev = &LIST_FIRST((head)); \
H A Daic79xx_core.c6620 first_scb = LIST_FIRST(free_list); in ahd_add_col_list()
6641 first_scb = LIST_FIRST(free_list); in ahd_rem_col_list()
6677 if ((scb = LIST_FIRST(&ahd->scb_data.any_dev_free_scb_list)) == NULL) { in ahd_get_scb()
7876 if (LIST_FIRST(&ahd->pending_scbs) != NULL) { in ahd_suspend()
8563 scbp_next = LIST_FIRST(&ahd->pending_scbs); in ahd_abort_scbs()
10291 if (LIST_FIRST(&ahd->pending_scbs) != NULL) { in ahd_handle_en_lun()
H A Daic7xxx_core.c5600 if (LIST_FIRST(&ahc->pending_scbs) != NULL) { in ahc_suspend()
6378 scbp_next = LIST_FIRST(&ahc->pending_scbs); in ahc_abort_scbs()
7424 if (LIST_FIRST(&ahc->pending_scbs) != NULL) { in ahc_handle_en_lun()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/
H A Dqueue.h174 #define LIST_FIRST(head) ((head)->lh_first) macro
178 for ((var) = LIST_FIRST((head)); \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/
H A Dqueue.h174 #define LIST_FIRST(head) ((head)->lh_first) macro
178 for ((var) = LIST_FIRST((head)); \
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-queue.h198 #define LIST_FIRST(head) ((head)->lh_first) macro
209 for ((var) = LIST_FIRST((head)); \
/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.h143 #define LIST_FIRST(head) ((head)->lh_first) 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.h143 #define LIST_FIRST(head) ((head)->lh_first) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/sys/
H A Dqueue.h173 #define LIST_FIRST(head) ((head)->lh_first) macro