Home
last modified time | relevance | path

Searched refs:blk_trace_shutdown (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dblktrace_api.h32 extern void blk_trace_shutdown(struct request_queue *);
84 # define blk_trace_shutdown(q) do { } while (0) macro
/openbmc/linux/block/
H A Dblk-sysfs.c775 blk_trace_shutdown(q); in blk_debugfs_remove()
/openbmc/linux/kernel/trace/
H A Dblktrace.c772 void blk_trace_shutdown(struct request_queue *q) in blk_trace_shutdown() function