Searched refs:list_pos (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/mtd/ |
D | ubi.h | 139 int list_pos; member 153 usgl->list_pos = 0; in ubi_sgl_init()
|
/linux-4.4.14/net/batman-adv/ |
D | icmp_socket.c | 109 struct list_head *list_pos, *list_pos_tmp; in batadv_socket_release() local 114 list_for_each_safe(list_pos, list_pos_tmp, &socket_client->queue_list) { in batadv_socket_release() 115 socket_packet = list_entry(list_pos, in batadv_socket_release() 118 list_del(list_pos); in batadv_socket_release()
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | eba.c | 524 ubi_assert(sgl->list_pos < UBI_MAX_SG_COUNT); in ubi_eba_read_leb_sg() 525 sg = &sgl->sg[sgl->list_pos]; in ubi_eba_read_leb_sg() 542 sgl->list_pos++; in ubi_eba_read_leb_sg() 549 sgl->list_pos++; in ubi_eba_read_leb_sg()
|
/linux-4.4.14/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 | 1360 struct list_head *list_pos = NULL; in mini_cm_dec_refcnt_listen() local 1372 list_for_each_safe(list_pos, list_temp, in mini_cm_dec_refcnt_listen() 1374 cm_node = container_of(list_pos, struct nes_cm_node, in mini_cm_dec_refcnt_listen() 1385 list_for_each_safe(list_pos, list_temp, &reset_list) { in mini_cm_dec_refcnt_listen() 1386 cm_node = container_of(list_pos, struct nes_cm_node, in mini_cm_dec_refcnt_listen()
|