Searched refs:total_order (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/ntb/test/ |
H A D | ntb_perf.c | 58 * root@self# insmod ntb_perf.ko chunk_order=19 total_order=28 use_dma 117 static unsigned char total_order = 30; /* 1G */ variable 118 module_param(total_order, byte, 0644); 119 MODULE_PARM_DESC(total_order, "Total data order [2^n] to transfer"); 931 total_size = 1ULL << total_order; in perf_run_test() 1375 debugfs_create_u8("total_order", 0500, perf->dbgfs_dir, &total_order); in perf_setup_dbgfs() 1539 if (total_order < chunk_order) { in perf_init() 1540 total_order = chunk_order; in perf_init() 1541 pr_info("Total data order reduced to %hhu\n", total_order); in perf_init() [all...] |
/kernel/linux/linux-6.6/drivers/ntb/test/ |
H A D | ntb_perf.c | 58 * root@self# insmod ntb_perf.ko chunk_order=19 total_order=28 use_dma 117 static unsigned char total_order = 30; /* 1G */ variable 118 module_param(total_order, byte, 0644); 119 MODULE_PARM_DESC(total_order, "Total data order [2^n] to transfer"); 931 total_size = 1ULL << total_order; in perf_run_test() 1375 debugfs_create_u8("total_order", 0500, perf->dbgfs_dir, &total_order); in perf_setup_dbgfs() 1539 if (total_order < chunk_order) { in perf_init() 1540 total_order = chunk_order; in perf_init() 1541 pr_info("Total data order reduced to %hhu\n", total_order); in perf_init() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/ntb/ |
H A D | ntb_test.sh | 479 _modprobe ntb_perf total_order=$PERF_RUN_ORDER \
|
/kernel/linux/linux-6.6/tools/testing/selftests/ntb/ |
H A D | ntb_test.sh | 479 _modprobe ntb_perf total_order=$PERF_RUN_ORDER \
|
Completed in 6 milliseconds