Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/s390/block/
Ddcssblk.c95 struct list_head seg_list; member
130 list_for_each_entry_safe(entry, temp, &dev_info->seg_list, lh) { in dcssblk_release_segment()
196 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_get_segment_by_name()
214 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_find_highest_addr()
233 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_find_lowest_addr()
263 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_is_continuous()
376 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
401 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
423 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
481 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_save_store()
[all …]
/Linux-v5.10/drivers/char/agp/
Dfrontend.c170 kfree(region->seg_list); in agp_create_segment()
171 region->seg_list = NULL; in agp_create_segment()
174 user_seg = region->seg_list; in agp_create_segment()
181 kfree(region->seg_list); in agp_create_segment()
182 region->seg_list = NULL; in agp_create_segment()
837 if (copy_from_user(segment, (void __user *) reserve.seg_list, in agpioc_reserve_wrap()
842 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-v5.10/include/linux/
Dagpgart.h66 struct agp_segment *seg_list; member
/Linux-v5.10/include/uapi/linux/
Dagpgart.h89 struct _agp_segment *seg_list; member
/Linux-v5.10/drivers/net/usb/
Dr8152.c1924 struct sk_buff_head seg_list; in r8152_csum_workaround() local
1931 __skb_queue_head_init(&seg_list); in r8152_csum_workaround()
1935 __skb_queue_tail(&seg_list, seg); in r8152_csum_workaround()
1938 skb_queue_splice(&seg_list, list); in r8152_csum_workaround()