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

/linux-master/drivers/s390/block/
H A Ddcssblk.c81 struct list_head seg_list; member in struct:dcssblk_dev_info
116 list_for_each_entry_safe(entry, temp, &dev_info->seg_list, lh) {
171 * get the struct segment_info from seg_list
182 list_for_each_entry(entry, &dev_info->seg_list, lh) {
200 list_for_each_entry(entry, &dev_info->seg_list, lh) {
219 list_for_each_entry(entry, &dev_info->seg_list, lh) {
249 list_for_each_entry(entry, &dev_info->seg_list, lh) {
362 list_for_each_entry(entry, &dev_info->seg_list, lh) {
387 list_for_each_entry(entry, &dev_info->seg_list, lh) {
409 list_for_each_entry(entry, &dev_info->seg_list, l
[all...]
/linux-master/include/linux/
H A Dagpgart.h66 struct agp_segment *seg_list; member in struct:agp_region
/linux-master/include/uapi/linux/
H A Dagpgart.h88 struct _agp_segment *seg_list; member in struct:_agp_region
/linux-master/drivers/net/usb/
H A Dr8152.c2219 struct sk_buff_head seg_list; local
2226 __skb_queue_head_init(&seg_list);
2230 __skb_queue_tail(&seg_list, seg);
2233 skb_queue_splice(&seg_list, list);

Completed in 163 milliseconds