Searched refs:list_pos (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/mtd/ |
D | ubi.h | 139 int list_pos; member 153 usgl->list_pos = 0; in ubi_sgl_init()
|
/Linux-v4.19/drivers/mtd/ubi/ |
D | eba.c | 770 ubi_assert(sgl->list_pos < UBI_MAX_SG_COUNT); in ubi_eba_read_leb_sg() 771 sg = &sgl->sg[sgl->list_pos]; in ubi_eba_read_leb_sg() 788 sgl->list_pos++; in ubi_eba_read_leb_sg() 795 sgl->list_pos++; in ubi_eba_read_leb_sg()
|
/Linux-v4.19/drivers/infiniband/hw/nes/ |
D | nes_nic.c | 146 struct list_head *list_pos, *list_temp; in nes_netdev_open() local 224 list_for_each_safe(list_pos, list_temp, &nesdev->nesadapter->nesvnic_list[nesdev->mac_index]) { in nes_netdev_open() 225 first_nesvnic = container_of(list_pos, struct nes_vnic, list); in nes_netdev_open() 283 struct list_head *list_pos, *list_temp; in nes_netdev_stop() local 298 list_for_each_safe(list_pos, list_temp, &nesdev->nesadapter->nesvnic_list[nesdev->mac_index]) { in nes_netdev_stop() 299 first_nesvnic = container_of(list_pos, struct nes_vnic, list); in nes_netdev_stop()
|
D | nes_cm.c | 1236 struct list_head *list_pos = NULL; in mini_cm_dec_refcnt_listen() local 1248 list_for_each_safe(list_pos, list_temp, in mini_cm_dec_refcnt_listen() 1250 cm_node = container_of(list_pos, struct nes_cm_node, in mini_cm_dec_refcnt_listen() 1261 list_for_each_safe(list_pos, list_temp, &reset_list) { in mini_cm_dec_refcnt_listen() 1262 cm_node = container_of(list_pos, struct nes_cm_node, in mini_cm_dec_refcnt_listen()
|
/Linux-v4.19/drivers/infiniband/hw/i40iw/ |
D | i40iw_cm.c | 1843 struct list_head *list_pos; in i40iw_dec_refcnt_listen() local 1856 list_for_each_safe(list_pos, in i40iw_dec_refcnt_listen() 1858 cm_node = container_of(list_pos, struct i40iw_cm_node, list); in i40iw_dec_refcnt_listen() 1868 list_for_each_safe(list_pos, list_temp, &reset_list) { in i40iw_dec_refcnt_listen() 1869 cm_node = container_of(list_pos, struct i40iw_cm_node, reset_entry); in i40iw_dec_refcnt_listen()
|