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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/block/
H A Ddcssblk.c58 struct list_head seg_list; member in struct:dcssblk_dev_info
106 list_for_each_entry_safe(entry, temp, &dev_info->seg_list, lh) {
161 * get the struct segment_info from seg_list
172 list_for_each_entry(entry, &dev_info->seg_list, lh) {
190 list_for_each_entry(entry, &dev_info->seg_list, lh) {
209 list_for_each_entry(entry, &dev_info->seg_list, lh) {
239 list_for_each_entry(entry, &dev_info->seg_list, lh) {
358 list_for_each_entry(entry, &dev_info->seg_list, lh) {
383 list_for_each_entry(entry, &dev_info->seg_list, lh) {
405 list_for_each_entry(entry, &dev_info->seg_list, l
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dagpgart.h88 struct _agp_segment *seg_list; member in struct:_agp_region
150 struct agp_segment *seg_list; member in struct:agp_region
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/agp/
H A Dcompat_ioctl.h67 struct agp_segment32 *seg_list; member in struct:agp_region32
H A Dcompat_ioctl.c111 if (copy_from_user(usegment, (void __user *) ureserve.seg_list,
125 kreserve.seg_list = ksegment;
H A Dfrontend.c174 kfree(region->seg_list);
175 region->seg_list = NULL;
178 user_seg = region->seg_list;
185 kfree(region->seg_list);
186 region->seg_list = NULL;
851 if (copy_from_user(segment, (void __user *) reserve.seg_list,
856 reserve.seg_list = segment;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/wusbcore/
H A Dwa-hc.h118 struct list_head seg_list; member in struct:wa_rpipe
251 && !list_empty(&rpipe->seg_list);
H A Dwa-xfer.c719 && !list_empty(&rpipe->seg_list)) {
720 seg = list_entry(rpipe->seg_list.next, struct wa_seg,
768 empty = list_empty(&rpipe->seg_list);
776 list_add_tail(&seg->list_node, &rpipe->seg_list);
H A Dwa-rpipe.c86 INIT_LIST_HEAD(&rpipe->seg_list);

Completed in 168 milliseconds