Home
last modified time | relevance | path

Searched refs:cb_list (Results 1 – 4 of 4) sorted by relevance

/include/net/
Dflow_offload.h282 struct list_head cb_list; member
294 struct list_head cb_list; member
328 list_add_tail(&block_cb->list, &offload->cb_list); in flow_block_cb_add()
334 list_move(&block_cb->list, &offload->cb_list); in flow_block_cb_remove()
377 INIT_LIST_HEAD(&flow_block->cb_list); in flow_block_init()
/include/drm/
Ddrm_syncobj.h55 struct list_head cb_list; member
/include/linux/
Ddma-fence.h85 struct list_head cb_list; member
Dblkdev.h1167 struct list_head cb_list; /* md requires an unplug callback */ member
1209 !list_empty(&plug->cb_list)); in blk_needs_flush_plug()