HomeSort by relevance Sort by last modified time
    Searched refs:io_context (Results 1 - 19 of 19) sorted by null

  /bionic/libc/kernel/common/linux/
blkdev.h 70 struct io_context *ioc;
86 void (*dtor)(struct io_context *);
87 void (*exit)(struct io_context *);
90 struct io_context { struct
94 int (*set_ioprio)(struct io_context *, unsigned int);
103 struct io_context *current_io_context(gfp_t gfp_flags);
104 struct io_context *get_io_context(gfp_t gfp_flags);
elevator.h 62 void (*trim)(struct io_context *);
  /development/ndk/platforms/android-3/include/linux/
blkdev.h 70 struct io_context *ioc;
86 void (*dtor)(struct io_context *);
87 void (*exit)(struct io_context *);
90 struct io_context { struct
94 int (*set_ioprio)(struct io_context *, unsigned int);
103 struct io_context *current_io_context(gfp_t gfp_flags);
104 struct io_context *get_io_context(gfp_t gfp_flags);
elevator.h 62 void (*trim)(struct io_context *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
blkdev.h 70 struct io_context *ioc;
86 void (*dtor)(struct io_context *);
87 void (*exit)(struct io_context *);
90 struct io_context { struct
94 int (*set_ioprio)(struct io_context *, unsigned int);
103 struct io_context *current_io_context(gfp_t gfp_flags);
104 struct io_context *get_io_context(gfp_t gfp_flags);
elevator.h 62 void (*trim)(struct io_context *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
blkdev.h 70 struct io_context *ioc;
86 void (*dtor)(struct io_context *);
87 void (*exit)(struct io_context *);
90 struct io_context { struct
94 int (*set_ioprio)(struct io_context *, unsigned int);
103 struct io_context *current_io_context(gfp_t gfp_flags);
104 struct io_context *get_io_context(gfp_t gfp_flags);
elevator.h 62 void (*trim)(struct io_context *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
blkdev.h 70 struct io_context *ioc;
86 void (*dtor)(struct io_context *);
87 void (*exit)(struct io_context *);
90 struct io_context { struct
94 int (*set_ioprio)(struct io_context *, unsigned int);
103 struct io_context *current_io_context(gfp_t gfp_flags);
104 struct io_context *get_io_context(gfp_t gfp_flags);
elevator.h 62 void (*trim)(struct io_context *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
blkdev.h 70 struct io_context *ioc;
86 void (*dtor)(struct io_context *);
87 void (*exit)(struct io_context *);
90 struct io_context { struct
94 int (*set_ioprio)(struct io_context *, unsigned int);
103 struct io_context *current_io_context(gfp_t gfp_flags);
104 struct io_context *get_io_context(gfp_t gfp_flags);
elevator.h 62 void (*trim)(struct io_context *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
blkdev.h 70 struct io_context *ioc;
86 void (*dtor)(struct io_context *);
87 void (*exit)(struct io_context *);
90 struct io_context { struct
94 int (*set_ioprio)(struct io_context *, unsigned int);
103 struct io_context *current_io_context(gfp_t gfp_flags);
104 struct io_context *get_io_context(gfp_t gfp_flags);
elevator.h 62 void (*trim)(struct io_context *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
blkdev.h 70 struct io_context *ioc;
86 void (*dtor)(struct io_context *);
87 void (*exit)(struct io_context *);
90 struct io_context { struct
94 int (*set_ioprio)(struct io_context *, unsigned int);
103 struct io_context *current_io_context(gfp_t gfp_flags);
104 struct io_context *get_io_context(gfp_t gfp_flags);
elevator.h 62 void (*trim)(struct io_context *);
  /external/kernel-headers/original/linux/
blkdev.h 64 struct io_context *ioc;
80 void (*dtor)(struct io_context *); /* destructor */
81 void (*exit)(struct io_context *); /* called on task exit */
89 struct io_context { struct
93 int (*set_ioprio)(struct io_context *, unsigned int);
105 void put_io_context(struct io_context *ioc);
107 struct io_context *current_io_context(gfp_t gfp_flags);
108 struct io_context *get_io_context(gfp_t gfp_flags);
109 void copy_io_context(struct io_context **pdst, struct io_context **psrc)
    [all...]
elevator.h 51 void (*trim)(struct io_context *);
sched.h 711 struct io_context; /* See blkdev.h */
954 struct io_context *io_context; member in struct:task_struct
    [all...]

Completed in 168 milliseconds