Lines Matching full:strategy
58 .Fn bufq_alloc "struct bufq_state **bufq" "const char *strategy" "int flags"
94 Each buffer queue strategy module is defined by the
107 Registers the specified buffer queue strategy module so it can be used
110 Unregisters the specified buffer queue strategy module.
111 The routine will fail if any buffer queues for the specified strategy
115 .It Fn bufq_alloc "bufq" "strategy" "flags"
121 .Fa strategy
122 specifies a buffer queue strategy to be used for this buffer queue.
129 select a strategy.
133 select a strategy, assuming it will be used for a normal disk device.
150 Fail if a strategy specified by
151 .Fa strategy
162 If a specific strategy is specified but not currently available, the
175 Get a strategy identifier of a buffer queue, the
177 will be a valid strategy name.