Lines Matching refs:module_param
20 module_param(time_secs, uint, 0600);
24 module_param(time_nsecs, uint, 0600);
28 module_param(cooldown_secs, uint, 0600);
32 module_param(cooldown_nsecs, uint, 0600);
36 module_param(iterations, uint, 0600);
40 module_param(all_cpus, bool, 0400);
45 module_param(state, charp, 0400);
49 module_param(use_hrtimer, bool, 0400);
53 module_param(iowait, bool, 0400);
57 module_param(lock_read, bool, 0400);
61 module_param(lock_single, bool, 0400);
65 module_param(reacquire_locks, bool, 0400);
69 module_param(touch_softlockup, bool, 0600);
73 module_param(touch_hardlockup, bool, 0600);
77 module_param(call_cond_resched, bool, 0600);
81 module_param(measure_lock_wait, bool, 0400);
85 module_param(lock_wait_threshold, ulong, 0400);
93 module_param(disable_softirq, bool, 0400);
97 module_param(disable_preempt, bool, 0400);
101 module_param(lock_rcu, bool, 0400);
105 module_param(lock_mmap_sem, bool, 0400);
129 module_param(alloc_pages_order, uint, 0400);
137 module_param(alloc_pages_atomic, bool, 0400);
141 module_param(reallocate_pages, bool, 0400);