Searched refs:next_file (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/scripts/ |
| H A D | testtones.sh | 68 next_file() # Generate incrementing file name; update variables function 106 next_file silence 113 next_file white-noise 115 next_file pink-noise 117 next_file brown-noise 128 next_file `printf "%.1f" $freq`Hz 130 next_file %$note 142 next_file "${freq}hz" 151 next_file "cd-${freq}hz" 162 next_file ${freq}_sweep 127 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/xen/ |
| H A D | gntalloc.c | 91 struct list_head next_file; /* list entry file->list, if open */ member 137 list_add_tail(&gref->next_file, &queue_file); in add_grefs() 167 list_for_each_entry_safe(gref, next, &queue_file, next_file) { in add_grefs() 168 list_del(&gref->next_file); in add_grefs() 211 list_for_each_entry(gref, &priv->list, next_file) { in find_grefs() 260 struct gntalloc_gref, next_file); in gntalloc_release() 261 list_del(&gref->next_file); in gntalloc_release() 357 n = list_entry(gref->next_file.next, in gntalloc_ioctl_dealloc() 358 struct gntalloc_gref, next_file); in gntalloc_ioctl_dealloc() 359 list_del(&gref->next_file); in gntalloc_ioctl_dealloc() [all …]
|