Home
last modified time | relevance | path

Searched refs:io_context (Results 1 – 9 of 9) sorted by relevance

/linux/block/
H A Dblk-ioc.c29 static void get_io_context(struct io_context *ioc) in get_io_context()
52 static void ioc_exit_icqs(struct io_context *ioc) in ioc_exit_icqs()
68 struct io_context *ioc = icq->ioc; in ioc_destroy_icq()
107 struct io_context *ioc = container_of(work, struct io_context, in ioc_release_fn()
144 static bool ioc_delay_free(struct io_context *ioc) in ioc_delay_free()
182 static inline void ioc_exit_icqs(struct io_context *ioc) in ioc_exit_icqs()
185 static inline bool ioc_delay_free(struct io_context *ioc) in ioc_delay_free()
198 void put_io_context(struct io_context *ioc) in put_io_context()
209 struct io_context *ioc; in exit_io_context()
212 ioc = task->io_context; in exit_io_context()
[all …]
H A Dioprio.c166 if (p->io_context) in get_task_raw_ioprio()
167 ret = p->io_context->ioprio; in get_task_raw_ioprio()
H A Dbfq-iosched.c457 if (!current->io_context) in bfq_bic_lookup()
/linux/include/linux/
H A Diocontext.h75 struct io_context *ioc;
99 struct io_context { struct
119 void put_io_context(struct io_context *ioc); argument
124 if (!current->io_context) in copy_io()
129 struct io_context;
130 static inline void put_io_context(struct io_context *ioc) { } in put_io_context()
H A Dioprio.h59 struct io_context *ioc = p->io_context; in __get_task_ioprio()
H A Dsched.h68 struct io_context;
1290 struct io_context *io_context; member
/linux/kernel/
H A Dfork.c2148 p->io_context = NULL; in copy_process()
2495 if (p->io_context) in copy_process()
H A Dexit.c1000 if (tsk->io_context) in do_exit()
/linux/fs/ext4/
H A Dsuper.c6560 if (sbi->s_journal && sbi->s_journal->j_task->io_context) in __ext4_remount()
6562 sbi->s_journal->j_task->io_context->ioprio; in __ext4_remount()