Home
last modified time | relevance | path

Searched refs:LIST_INSERT_HEAD (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/scsi/aic7xxx/
H A Dqueue.h295 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
H A Daic79xx_osm.c837 LIST_INSERT_HEAD(&ahd->pending_scbs, reset_scb, pending_links); in ahd_linux_dev_reset()
1633 LIST_INSERT_HEAD(&ahd->pending_scbs, scb, pending_links); in ahd_linux_run_command()
H A Daic79xx_core.c6623 LIST_INSERT_HEAD(free_list, scb, collision_links); in ahd_add_col_list()
6711 LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list, in ahd_free_scb()
6721 LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list, in ahd_free_scb()
6723 LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list, in ahd_free_scb()
6743 LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list, in ahd_free_scb()
H A Daic7xxx_osm.c1547 LIST_INSERT_HEAD(&ahc->pending_scbs, scb, pending_links); in ahc_linux_run_command()
/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-queue.h271 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro