Home
last modified time | relevance | path

Searched defs:batch_idx (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/ras/rascore/
H A Dras_log_ring.c33 #define BATCH_IDX_TO_TREE_IDX(batch_idx, sn) (((batch_idx) << 8) | (sn)) argument
/linux/fs/xfs/scrub/
H A Dagheader_repair.c1137 unsigned int batch_idx) in xrep_iunlink_visit()
/linux/fs/btrfs/
H A Dtree-log.c6506 int batch_idx = 0; in log_delayed_insertion_items() local