Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/config/
H A Dkernel-make-request-fn.m419 q = blk_alloc_queue(make_request, NUMA_NO_NODE);
83 dnl # blk_alloc_queue() + alloc_disk() combo replaced by
109 dnl # blk_alloc_queue() takes a nullable queue_limits arg.
151 dnl # blk_alloc_queue() expects request function.
153 AC_MSG_CHECKING([whether blk_alloc_queue() expects request function])
162 [blk_alloc_queue() expects request function])
170 dnl # The Linux 5.7 blk_alloc_queue() change was back-
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dblkdev_compat.h532 return (blk_alloc_queue(make_request, node_id)); in blk_generic_alloc_queue()
536 struct request_queue *q = blk_alloc_queue(GFP_KERNEL); in blk_generic_alloc_queue()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzvol_os.c1262 zso->zvo_queue = blk_alloc_queue(NUMA_NO_NODE); in zvol_alloc_non_blk_mq()