Searched refs:do_prints (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Dtest_dynamic_debug.c13 /* run tests by reading or writing sysfs node: do_prints */
15 static void do_prints(void); /* device under test */
18 do_prints();
23 do_prints();
24 return scnprintf(buffer, PAGE_SIZE, "did do_prints\n");
30 module_param_cb(do_prints, &param_ops_do_prints, NULL, 0600);
142 static void do_prints(void) function
151 do_prints();

Completed in 192 milliseconds