Searched refs:io_context (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/linux/
H A Diocontext.h15 * An io_cq (icq) is association between an io_context (ioc) and a
41 * is called and be holding a reference to the associated io_context.
45 * are called with both the associated io_context and queue locks held.
75 struct io_context *ioc;
99 struct io_context { struct
119 void put_io_context(struct io_context *ioc);
124 if (!current->io_context)
129 struct io_context;
130 static inline void put_io_context(struct io_context *ioc) { }
H A Dioprio.h55 * io_context stable.
59 struct io_context *ioc = p->io_context;
H A Dblk_types.h19 struct io_context;
H A Dsched.h60 struct io_context;
1202 struct io_context *io_context; member in struct:task_struct
/linux-master/block/
H A Dblk-ioc.c24 * get_io_context - increment reference count to io_context
25 * @ioc: io_context to get
29 static void get_io_context(struct io_context *ioc)
59 static void ioc_exit_icqs(struct io_context *ioc)
75 struct io_context *ioc = icq->ioc;
114 struct io_context *ioc = container_of(work, struct io_context,
151 static bool ioc_delay_free(struct io_context *ioc)
189 static inline void ioc_exit_icqs(struct io_context *ioc)
192 static inline bool ioc_delay_free(struct io_context *io
[all...]
H A Dioprio.c170 if (p->io_context)
171 ret = p->io_context->ioprio;
H A Dbfq-iosched.c460 if (!current->io_context)
/linux-master/kernel/
H A Dkcmp.c197 ret = kcmp_ptr(task1->io_context, task2->io_context, KCMP_IO);
H A Dfork.c2313 p->io_context = NULL;
2641 if (p->io_context)
H A Dexit.c910 if (tsk->io_context)
/linux-master/fs/ext4/
H A Dsuper.c6474 if (sbi->s_journal && sbi->s_journal->j_task->io_context)
6476 sbi->s_journal->j_task->io_context->ioprio;

Completed in 321 milliseconds