Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/block/
Ddcssblk.c79 struct list_head seg_list; member
114 list_for_each_entry_safe(entry, temp, &dev_info->seg_list, lh) { in dcssblk_release_segment()
180 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_get_segment_by_name()
198 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_find_highest_addr()
217 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_find_lowest_addr()
247 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_is_continuous()
360 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
385 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
407 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
465 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_save_store()
[all …]
/Linux-v4.19/drivers/char/agp/
Dfrontend.c172 kfree(region->seg_list); in agp_create_segment()
173 region->seg_list = NULL; in agp_create_segment()
176 user_seg = region->seg_list; in agp_create_segment()
183 kfree(region->seg_list); in agp_create_segment()
184 region->seg_list = NULL; in agp_create_segment()
839 if (copy_from_user(segment, (void __user *) reserve.seg_list, in agpioc_reserve_wrap()
844 reserve.seg_list = segment; in agpioc_reserve_wrap()
Dcompat_ioctl.c115 if (copy_from_user(usegment, (void __user *) ureserve.seg_list, in compat_agpioc_reserve_wrap()
129 kreserve.seg_list = ksegment; in compat_agpioc_reserve_wrap()
Dcompat_ioctl.h67 struct agp_segment32 *seg_list; member
/Linux-v4.19/drivers/usb/wusbcore/
Dwa-hc.h105 struct list_head seg_list; member
336 && !list_empty(&rpipe->seg_list); in rpipe_avail_inc()
Dwa-xfer.c1463 && !list_empty(&rpipe->seg_list) in __wa_xfer_delayed_run()
1465 seg = list_first_entry(&(rpipe->seg_list), struct wa_seg, in __wa_xfer_delayed_run()
1505 if (!dto_acquired && !list_empty(&rpipe->seg_list) in __wa_xfer_delayed_run()
1565 empty = list_empty(&rpipe->seg_list); in __wa_xfer_submit()
1594 list_add_tail(&seg->list_node, &rpipe->seg_list); in __wa_xfer_submit()
1603 if (!dto_acquired && !list_empty(&rpipe->seg_list) in __wa_xfer_submit()
Dwa-rpipe.c130 INIT_LIST_HEAD(&rpipe->seg_list); in rpipe_init()
/Linux-v4.19/include/uapi/linux/
Dagpgart.h89 struct _agp_segment *seg_list; member
/Linux-v4.19/include/linux/
Dagpgart.h68 struct agp_segment *seg_list; member
/Linux-v4.19/drivers/net/usb/
Dr8152.c1581 struct sk_buff_head seg_list; in r8152_csum_workaround() local
1589 __skb_queue_head_init(&seg_list); in r8152_csum_workaround()
1595 __skb_queue_tail(&seg_list, nskb); in r8152_csum_workaround()
1598 skb_queue_splice(&seg_list, list); in r8152_csum_workaround()