/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);
|
/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);
|
/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...] |
sched.h | 711 struct io_context; /* See blkdev.h */ 954 struct io_context *io_context; member in struct:task_struct [all...] |
/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);
|
/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);
|
/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);
|
/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);
|
/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);
|
/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);
|
/prebuilt/ndk/android-ndk-r5/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);
|
/prebuilt/ndk/android-ndk-r6/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);
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/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);
|