Searched refs:seg_list (Results 1 - 10 of 10) sorted by relevance

/linux-4.4.14/drivers/s390/block/
H A Ddcssblk.c58 struct list_head seg_list; member in struct:dcssblk_dev_info
92 list_for_each_entry_safe(entry, temp, &dev_info->seg_list, lh) { dcssblk_release_segment()
147 * get the struct segment_info from seg_list
158 list_for_each_entry(entry, &dev_info->seg_list, lh) { dcssblk_get_segment_by_name()
176 list_for_each_entry(entry, &dev_info->seg_list, lh) { dcssblk_find_highest_addr()
195 list_for_each_entry(entry, &dev_info->seg_list, lh) { dcssblk_find_lowest_addr()
225 list_for_each_entry(entry, &dev_info->seg_list, lh) { dcssblk_is_continuous()
338 list_for_each_entry(entry, &dev_info->seg_list, lh) { dcssblk_shared_store()
363 list_for_each_entry(entry, &dev_info->seg_list, lh) { dcssblk_shared_store()
385 list_for_each_entry(entry, &dev_info->seg_list, lh) { dcssblk_shared_store()
441 list_for_each_entry(entry, &dev_info->seg_list, lh) { dcssblk_save_store()
493 list_for_each_entry(entry, &dev_info->seg_list, lh) { dcssblk_seglist_show()
579 INIT_LIST_HEAD(&dev_info->seg_list); dcssblk_add_store()
581 list_add_tail(&seg_info->lh, &dev_info->seg_list); dcssblk_add_store()
678 list_for_each_entry(seg_info, &dev_info->seg_list, lh) { dcssblk_add_store()
694 list_for_each_entry_safe(seg_info, temp, &dev_info->seg_list, lh) { dcssblk_add_store()
761 list_for_each_entry(entry, &dev_info->seg_list, lh) dcssblk_remove_store()
806 list_for_each_entry(entry, &dev_info->seg_list, lh) { dcssblk_release()
984 list_for_each_entry(entry, &dev_info->seg_list, lh) { dcssblk_restore()
/linux-4.4.14/drivers/char/agp/
H A Dfrontend.c172 kfree(region->seg_list); agp_create_segment()
173 region->seg_list = NULL; agp_create_segment()
176 user_seg = region->seg_list; agp_create_segment()
183 kfree(region->seg_list); agp_create_segment()
184 region->seg_list = NULL; agp_create_segment()
839 if (copy_from_user(segment, (void __user *) reserve.seg_list, agpioc_reserve_wrap()
844 reserve.seg_list = segment; agpioc_reserve_wrap()
H A Dcompat_ioctl.c111 if (copy_from_user(usegment, (void __user *) ureserve.seg_list, compat_agpioc_reserve_wrap()
125 kreserve.seg_list = ksegment; compat_agpioc_reserve_wrap()
H A Dcompat_ioctl.h67 struct agp_segment32 *seg_list; member in struct:agp_region32
/linux-4.4.14/include/linux/
H A Dagpgart.h68 struct agp_segment *seg_list; member in struct:agp_region
/linux-4.4.14/include/uapi/linux/
H A Dagpgart.h88 struct _agp_segment *seg_list; member in struct:_agp_region
/linux-4.4.14/drivers/usb/wusbcore/
H A Dwa-hc.h119 struct list_head seg_list; member in struct:wa_rpipe
350 && !list_empty(&rpipe->seg_list); rpipe_avail_inc()
H A Dwa-xfer.c1476 && !list_empty(&rpipe->seg_list) __wa_xfer_delayed_run()
1478 seg = list_first_entry(&(rpipe->seg_list), struct wa_seg, __wa_xfer_delayed_run()
1503 * the RPIPE seg_list. Mark it done. __wa_xfer_delayed_run()
1518 if (!dto_acquired && !list_empty(&rpipe->seg_list) __wa_xfer_delayed_run()
1578 empty = list_empty(&rpipe->seg_list); __wa_xfer_submit()
1607 list_add_tail(&seg->list_node, &rpipe->seg_list); __wa_xfer_submit()
1616 if (!dto_acquired && !list_empty(&rpipe->seg_list) __wa_xfer_submit()
H A Dwa-rpipe.c144 INIT_LIST_HEAD(&rpipe->seg_list); rpipe_init()
/linux-4.4.14/drivers/net/usb/
H A Dr8152.c1387 struct sk_buff_head seg_list; r8152_csum_workaround() local
1395 __skb_queue_head_init(&seg_list); r8152_csum_workaround()
1401 __skb_queue_tail(&seg_list, nskb); r8152_csum_workaround()
1404 skb_queue_splice(&seg_list, list); r8152_csum_workaround()

Completed in 295 milliseconds