Home
last modified time | relevance | path

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

/linux-6.15/drivers/s390/block/
H A Ddcssblk.c81 struct list_head seg_list; member
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()
409 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()
617 INIT_LIST_HEAD(&dev_info->seg_list); in dcssblk_add_store()
619 list_add_tail(&seg_info->lh, &dev_info->seg_list); in dcssblk_add_store()
[all …]
/linux-6.15/include/linux/
H A Dagpgart.h66 struct agp_segment *seg_list; member
/linux-6.15/include/uapi/linux/
H A Dagpgart.h88 struct _agp_segment *seg_list; member
/linux-6.15/drivers/net/usb/
H A Dr8152.c2221 struct sk_buff_head seg_list; in r8152_csum_workaround() local
2228 __skb_queue_head_init(&seg_list); in r8152_csum_workaround()
2232 __skb_queue_tail(&seg_list, seg); in r8152_csum_workaround()
2235 skb_queue_splice(&seg_list, list); in r8152_csum_workaround()