OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:module_param
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/include/linux/
moduleparam.h
66
#define
module_param
(VAR, TYPE, MODE) module_param_named(VAR, VAR, TYPE, MODE)
macro
67
#define module_param_unsafe
module_param
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_drv.c
620
module_param
(sched_policy, int, 0444);
630
module_param
(hws_max_conc_proc, int, 0444);
641
module_param
(cwsr_enable, int, 0444);
650
module_param
(max_num_of_queues_per_device, int, 0444);
660
module_param
(send_sigterm, int, 0444);
672
module_param
(debug_largebar, int, 0444);
683
module_param
(ignore_crat, int, 0444);
693
module_param
(halt_if_hws_hang, int, 0644);
703
module_param
(hws_gws_support, bool, 0444);
711
module_param
(queue_preemption_timeout_ms, int, 0644)
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/selftests/
test-drm_mm.c
2381
module_param
(random_seed, uint, 0400);
2382
module_param
(max_iterations, uint, 0400);
2383
module_param
(max_prime, uint, 0400);
/src/sys/external/bsd/drm2/dist/drm/
drm_fb_helper.c
65
module_param
(drm_fbdev_overalloc, int, 0444);
79
* This
module_param
*should* be removed as soon as possible and be
Completed in 48 milliseconds
Indexes created Fri Nov 07 05:10:14 GMT 2025