Query: blk_queue_max_segments
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BLK_QUEUE_MAX_SEGMEN(9) Block Devices BLK_QUEUE_MAX_SEGMEN(9)NAMEblk_queue_max_segments - set max hw segments for a request for this queueSYNOPSISvoid blk_queue_max_segments(struct request_queue * q, unsigned short max_segments);ARGUMENTSq the request queue for the device max_segments max number of segmentsDESCRIPTIONEnables a low level driver to set an upper limit on the number of hw data segments in a request.COPYRIGHTKernel Hackers Manual 3.10 June 2014 BLK_QUEUE_MAX_SEGMEN(9)