blk-ioc.c (0871d5a66da5c41151e0896a90298b163e42f2e0) | blk-ioc.c (f719ff9bcee2a422647790f12d53d3755f47c727) |
---|---|
1/* 2 * Functions related to io context handling 3 */ 4#include <linux/kernel.h> 5#include <linux/module.h> 6#include <linux/init.h> 7#include <linux/bio.h> 8#include <linux/blkdev.h> 9#include <linux/slab.h> | 1/* 2 * Functions related to io context handling 3 */ 4#include <linux/kernel.h> 5#include <linux/module.h> 6#include <linux/init.h> 7#include <linux/bio.h> 8#include <linux/blkdev.h> 9#include <linux/slab.h> |
10#include <linux/sched/task.h> |
|
10 11#include "blk.h" 12 13/* 14 * For io context allocations 15 */ 16static struct kmem_cache *iocontext_cachep; 17 --- 404 unchanged lines hidden --- | 11 12#include "blk.h" 13 14/* 15 * For io context allocations 16 */ 17static struct kmem_cache *iocontext_cachep; 18 --- 404 unchanged lines hidden --- |