Searched refs:dd_txn_callbacks (Results 1 – 2 of 2) sorted by relevance
70 list_add(&cb->dtc_linkage, &dev->dd_txn_callbacks); in dt_txn_callback_add()89 list_for_each_entry(cb, &dev->dd_txn_callbacks, dtc_linkage) { in dt_txn_hook_start()110 list_for_each_entry(cb, &dev->dd_txn_callbacks, dtc_linkage) { in dt_txn_hook_stop()129 list_for_each_entry(cb, &txn->th_dev->dd_txn_callbacks, in dt_txn_hook_commit()140 INIT_LIST_HEAD(&dev->dd_txn_callbacks); in dt_device_init()
659 struct list_head dd_txn_callbacks; member