Searched refs:TLOG_DBG (Results 1 – 7 of 7) sorted by relevance
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | block-vhd.c | 320 DBG(TLOG_DBG, "block 0x%x completely full\n", blk); in set_batmap() 829 DBG(TLOG_DBG, "\n"); in vhd_get_parent_id() 1029 DBG(TLOG_DBG, "bitmap 0x%04x full\n", bm->blk); in bitmap_full() 1166 DBG(TLOG_DBG, "batmap set for 0x%04x\n", blk); in read_bitmap_cache() 1316 DBG(TLOG_DBG, "blk: 0x%04x, pbwo: 0x%08"PRIx64", " in schedule_bat_write() 1409 DBG(TLOG_DBG, "blk: 0x%04x, pbwo: 0x%08"PRIx64"\n", in allocate_block() 1870 DBG(TLOG_DBG, "blk: 0x%04x\n", bm->blk); in start_new_bitmap_transaction() 1923 DBG(TLOG_DBG, "blk: 0x%04x\n", bm->blk); in finish_bat_transaction() 1976 DBG(TLOG_DBG, "blk: 0x%04x\n", bm->blk); in finish_data_transaction() 2041 DBG(TLOG_DBG, "blk: 0x%04x\n", blk); in finish_zero_bm_write() [all …]
|
A D | tapdisk-log.h | 33 #define TLOG_DBG 2 macro
|
A D | tapdisk-vbd.c | 1068 DBG(TLOG_DBG, "writing req %d, sec 0x%08"PRIx64", res %d to ring\n", in tapdisk_vbd_make_response() 1347 DBG(TLOG_DBG, "%s: req %d seg %d sec 0x%08"PRIx64" " in tapdisk_vbd_complete_td_request() 1404 DBG(TLOG_DBG, "%s: req %d seg %d sec 0x%08"PRIx64" secs 0x%04x " in tapdisk_vbd_issue_request() 1483 DBG(TLOG_DBG, "retry #%d of req %"PRIu64", " in tapdisk_vbd_reissue_failed_requests() 1584 DBG(TLOG_DBG, "%s: request %d \n", vbd->name, idx); in tapdisk_vbd_pull_ring_requests()
|
A D | scheduler.c | 37 #define DBG(_f, _a...) tlog_write(TLOG_DBG, _f, ##_a)
|
A D | tapdisk-queue.c | 48 #define DBG(_f, _a...) tlog_write(TLOG_DBG, _f, ##_a)
|
A D | io-optimize.c | 40 #define DBG(ctx, f, a...) tlog_write(TLOG_DBG, f, ##a)
|
A D | block-cache.c | 41 #define DBG(_f, _a...) tlog_write(TLOG_DBG, _f, ##_a)
|
Completed in 15 milliseconds