Home
last modified time | relevance | path

Searched refs:make_request (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-make-request-fn.m47 void make_request(struct request_queue *q,
10 blk_queue_make_request(NULL, &make_request);
15 blk_qc_t make_request(struct request_queue *q,
18 blk_queue_make_request(NULL, &make_request);
23 blk_qc_t make_request(struct request_queue *q,
27 q = blk_alloc_queue(make_request, NUMA_NO_NODE);
32 blk_qc_t make_request(struct request_queue *q,
36 q = blk_alloc_queue_rh(make_request, NUMA_NO_NODE);
/f-stack/freebsd/contrib/openzfs/include/os/linux/kernel/linux/
H A Dblkdev_compat.h555 blk_generic_alloc_queue(make_request_fn make_request, int node_id) in blk_generic_alloc_queue() argument
558 return (blk_alloc_queue(make_request, node_id)); in blk_generic_alloc_queue()
560 return (blk_alloc_queue_rh(make_request, node_id)); in blk_generic_alloc_queue()
564 blk_queue_make_request(q, make_request); in blk_generic_alloc_queue()