Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/block/
Ddcssblk.c58 struct list_head seg_list; member
92 list_for_each_entry_safe(entry, temp, &dev_info->seg_list, lh) { in dcssblk_release_segment()
158 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_get_segment_by_name()
176 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_find_highest_addr()
195 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_find_lowest_addr()
225 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_is_continuous()
338 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
363 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()
441 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_save_store()
[all …]
/linux-4.4.14/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.c111 if (copy_from_user(usegment, (void __user *) ureserve.seg_list, in compat_agpioc_reserve_wrap()
125 kreserve.seg_list = ksegment; in compat_agpioc_reserve_wrap()
Dcompat_ioctl.h67 struct agp_segment32 *seg_list; member
/linux-4.4.14/include/uapi/linux/
Dagpgart.h88 struct _agp_segment *seg_list; member
/linux-4.4.14/include/linux/
Dagpgart.h68 struct agp_segment *seg_list; member
/linux-4.4.14/drivers/usb/wusbcore/
Dwa-hc.h119 struct list_head seg_list; member
350 && !list_empty(&rpipe->seg_list); in rpipe_avail_inc()
Dwa-xfer.c1476 && !list_empty(&rpipe->seg_list) in __wa_xfer_delayed_run()
1478 seg = list_first_entry(&(rpipe->seg_list), struct wa_seg, in __wa_xfer_delayed_run()
1518 if (!dto_acquired && !list_empty(&rpipe->seg_list) in __wa_xfer_delayed_run()
1578 empty = list_empty(&rpipe->seg_list); in __wa_xfer_submit()
1607 list_add_tail(&seg->list_node, &rpipe->seg_list); in __wa_xfer_submit()
1616 if (!dto_acquired && !list_empty(&rpipe->seg_list) in __wa_xfer_submit()
Dwa-rpipe.c144 INIT_LIST_HEAD(&rpipe->seg_list); in rpipe_init()
/linux-4.4.14/drivers/net/usb/
Dr8152.c1387 struct sk_buff_head seg_list; in r8152_csum_workaround() local
1395 __skb_queue_head_init(&seg_list); in r8152_csum_workaround()
1401 __skb_queue_tail(&seg_list, nskb); in r8152_csum_workaround()
1404 skb_queue_splice(&seg_list, list); in r8152_csum_workaround()