Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/s390/block/
A Ddcssblk.c80 struct list_head seg_list; member
181 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_get_segment_by_name()
199 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_find_highest_addr()
218 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_find_lowest_addr()
248 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_is_continuous()
361 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
408 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_shared_store()
516 list_for_each_entry(entry, &dev_info->seg_list, lh) { in dcssblk_seglist_show()
602 INIT_LIST_HEAD(&dev_info->seg_list); in dcssblk_add_store()
604 list_add_tail(&seg_info->lh, &dev_info->seg_list); in dcssblk_add_store()
[all …]
/linux-6.3-rc2/drivers/char/agp/
A 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()
A 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()
A Dcompat_ioctl.h67 struct agp_segment32 *seg_list; member
/linux-6.3-rc2/include/linux/
A Dagpgart.h66 struct agp_segment *seg_list; member
/linux-6.3-rc2/include/uapi/linux/
A Dagpgart.h88 struct _agp_segment *seg_list; member
/linux-6.3-rc2/drivers/net/usb/
A Dr8152.c2112 struct sk_buff_head seg_list; in r8152_csum_workaround() local
2119 __skb_queue_head_init(&seg_list); in r8152_csum_workaround()
2123 __skb_queue_tail(&seg_list, seg); in r8152_csum_workaround()
2126 skb_queue_splice(&seg_list, list); in r8152_csum_workaround()

Completed in 26 milliseconds