total_order       117 drivers/ntb/test/ntb_perf.c static unsigned char total_order = 30; /* 1G */
total_order       118 drivers/ntb/test/ntb_perf.c module_param(total_order, byte, 0644);
total_order       119 drivers/ntb/test/ntb_perf.c MODULE_PARM_DESC(total_order, "Total data order [2^n] to transfer");
total_order       905 drivers/ntb/test/ntb_perf.c 	total_size = 1ULL << total_order;
total_order      1340 drivers/ntb/test/ntb_perf.c 	debugfs_create_u8("total_order", 0500, perf->dbgfs_dir, &total_order);
total_order      1491 drivers/ntb/test/ntb_perf.c 	if (total_order < chunk_order) {
total_order      1492 drivers/ntb/test/ntb_perf.c 		total_order = chunk_order;
total_order      1493 drivers/ntb/test/ntb_perf.c 		pr_info("Total data order reduced to %hhu\n", total_order);