Searched refs:seg_list (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/s390/block/ |
D | dcssblk.c | 81 struct list_head seg_list; member 116 list_for_each_entry_safe(entry, temp, &dev_info->seg_list, lh) { in dcssblk_release_segment() 182 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_get_segment_by_name() 200 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_find_highest_addr() 219 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_find_lowest_addr() 249 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_is_continuous() 362 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store() 387 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store() 409 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store() 466 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_save_store() [all …]
|
/linux-6.6.21/drivers/char/agp/ |
D | frontend.c | 172 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()
|
D | compat_ioctl.c | 115 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()
|
D | compat_ioctl.h | 67 struct agp_segment32 *seg_list; member
|
/linux-6.6.21/include/linux/ |
D | agpgart.h | 66 struct agp_segment *seg_list; member
|
/linux-6.6.21/include/uapi/linux/ |
D | agpgart.h | 88 struct _agp_segment *seg_list; member
|
/linux-6.6.21/drivers/net/usb/ |
D | r8152.c | 2218 struct sk_buff_head seg_list; in r8152_csum_workaround() local 2225 __skb_queue_head_init(&seg_list); in r8152_csum_workaround() 2229 __skb_queue_tail(&seg_list, seg); in r8152_csum_workaround() 2232 skb_queue_splice(&seg_list, list); in r8152_csum_workaround()
|