Home
last modified time | relevance | path

Searched refs:next_file (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/xen/
H A Dgntalloc.c137 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()
208 list_for_each_entry(gref, &priv->list, next_file) { in find_grefs()
257 struct gntalloc_gref, next_file); in gntalloc_release()
258 list_del(&gref->next_file); in gntalloc_release()
354 n = list_entry(gref->next_file.next, in gntalloc_ioctl_dealloc()
355 struct gntalloc_gref, next_file); in gntalloc_ioctl_dealloc()
356 list_del(&gref->next_file); in gntalloc_ioctl_dealloc()
539 gref = list_entry(gref->next_file.next, in gntalloc_mmap()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/inotify-tools/inotify-tools/
H A D0003-replace-stat64-lstat64-with-stat-lstat.patch27 char * next_file;
35 nasprintf(&next_file,"%s%s", my_path, ent->d_name);
36 - if ( -1 == lstat64( next_file, &my_stat ) ) {
37 + if ( -1 == lstat( next_file, &my_stat ) ) {
39 free( next_file );