Lines Matching refs:cb_ident
206 void *cb_ident, void *cb_priv, in flow_block_cb_alloc() argument
216 block_cb->cb_ident = cb_ident; in flow_block_cb_alloc()
234 flow_setup_cb_t *cb, void *cb_ident) in flow_block_cb_lookup() argument
240 block_cb->cb_ident == cb_ident) in flow_block_cb_lookup()
266 bool flow_block_cb_is_busy(flow_setup_cb_t *cb, void *cb_ident, in flow_block_cb_is_busy() argument
273 block_cb->cb_ident == cb_ident) in flow_block_cb_is_busy()
284 void *cb_ident, void *cb_priv, in flow_block_cb_setup_simple() argument
297 if (flow_block_cb_is_busy(cb, cb_ident, driver_block_list)) in flow_block_cb_setup_simple()
300 block_cb = flow_block_cb_alloc(cb, cb_ident, cb_priv, NULL); in flow_block_cb_setup_simple()
308 block_cb = flow_block_cb_lookup(f->block, cb, cb_ident); in flow_block_cb_setup_simple()
472 void *cb_ident, void *cb_priv, in flow_indr_block_cb_alloc() argument
482 block_cb = flow_block_cb_alloc(cb, cb_ident, cb_priv, release); in flow_indr_block_cb_alloc()