/linux-4.4.14/drivers/s390/block/ |
H A D | dcssblk.c | 58 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 D | frontend.c | 172 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 D | compat_ioctl.c | 111 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 D | compat_ioctl.h | 67 struct agp_segment32 *seg_list; member in struct:agp_region32
|
/linux-4.4.14/include/linux/ |
H A D | agpgart.h | 68 struct agp_segment *seg_list; member in struct:agp_region
|
/linux-4.4.14/include/uapi/linux/ |
H A D | agpgart.h | 88 struct _agp_segment *seg_list; member in struct:_agp_region
|
/linux-4.4.14/drivers/usb/wusbcore/ |
H A D | wa-hc.h | 119 struct list_head seg_list; member in struct:wa_rpipe 350 && !list_empty(&rpipe->seg_list); rpipe_avail_inc()
|
H A D | wa-xfer.c | 1476 && !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 D | wa-rpipe.c | 144 INIT_LIST_HEAD(&rpipe->seg_list); rpipe_init()
|
/linux-4.4.14/drivers/net/usb/ |
H A D | r8152.c | 1387 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()
|