Home
last modified time | relevance | path

Searched full:margin (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/linux-6.12.1/Documentation/sphinx-static/
Dcustom.css23 margin: 20px 10px 0 10px;
30 margin-bottom: 20px;
37 dl.function, dl.struct, dl.enum { margin-top: 2em; background-color: #ecf0f3; }
39 dl.function dt { margin-left: 10em; text-indent: -10em; }
41 div.kernelindent { margin-left: 2em; margin-right: 4em; }
48 margin-left: 1em; }
52 margin-left: 1em;
55 div.kerneltoc li.current ul { margin-left: 0; }
100 margin-bottom: 1em;
121 margin: 0;
Dtheme_overrides.css101 /* fix bottom margin of lists items */
104 margin-bottom: 12px;
/linux-6.12.1/drivers/watchdog/
Dsbc_fitpc2_wdt.c28 static unsigned int margin = 60; /* (secs) Default is 1 minute */ variable
55 wdt_send_data(REBOOT_COMMAND, margin); in wdt_enable()
153 margin = time; in fitpc2_wdt_ioctl()
158 ret = put_user(margin, (int __user *)arg); in fitpc2_wdt_ioctl()
220 if (margin < 31 || margin > 255) { in fitpc2_wdt_init()
221 pr_err("margin must be in range 31 - 255 seconds, you tried to set %d\n", in fitpc2_wdt_init()
222 margin); in fitpc2_wdt_init()
257 module_param(margin, int, 0);
258 MODULE_PARM_DESC(margin, "Watchdog margin in seconds (default 60s)");
Dscx200_wdt.c38 static int margin = 60; /* in seconds */ variable
39 module_param(margin, int, 0);
40 MODULE_PARM_DESC(margin, "Watchdog margin in seconds");
67 pr_info("timer margin %d seconds\n", margin); in scx200_wdt_update_margin()
68 wdto_restart = margin * W_SCALE; in scx200_wdt_update_margin()
186 margin = new_margin; in scx200_wdt_ioctl()
191 if (put_user(margin, p)) in scx200_wdt_ioctl()
Dit8712f_wdt.c41 static int margin = 60; /* in seconds */ variable
42 module_param(margin, int, 0);
43 MODULE_PARM_DESC(margin, "Watchdog margin in seconds");
151 int units = margin; in it8712f_wdt_update_margin()
153 /* Switch to minutes precision if the configured margin in it8712f_wdt_update_margin()
158 pr_info("timer margin %d seconds\n", units); in it8712f_wdt_update_margin()
161 pr_info("timer margin %d minutes\n", units); in it8712f_wdt_update_margin()
295 margin = value; in it8712f_wdt_ioctl()
307 if (put_user(margin, p)) in it8712f_wdt_ioctl()
389 if (margin > (max_units * 60)) in it8712f_wdt_find()
[all …]
Dsa1100_wdt.c180 static int margin = 60; /* (secs) Default is 1 minute */ variable
215 pre_margin = oscr_freq * margin; in sa1100dog_probe()
219 pr_info("SA1100/PXA2xx Watchdog Timer: timer margin %d sec\n", in sa1100dog_probe()
220 margin); in sa1100dog_probe()
247 module_param(margin, int, 0);
248 MODULE_PARM_DESC(margin, "Watchdog margin in seconds (default 60s)");
/linux-6.12.1/drivers/char/
Dhangcheck-timer.c16 * margin of error. The hangcheck_tick module parameter takes the timer
18 * margin of error, in seconds. The defaults are 60 seconds for the
19 * timer and 180 seconds for the margin of error. IOW, a timer is set
22 * allotted time and margin (here 60 + 180, or 240 seconds), the machine
57 MODULE_PARM_DESC(hangcheck_reboot, "If nonzero, the machine will reboot when the timer margin is ex…
59 …sks, "If nonzero, the machine will dump the system task state when the timer margin is exceeded.");
62 …ESCRIPTION("Hangcheck-timer detects when the system has gone out to lunch past a certain margin.");
138 printk(KERN_CRIT "Hangcheck: hangcheck value past margin!\n"); in hangcheck_fire()
155 printk("Hangcheck: starting hangcheck timer %s (tick is %d seconds, margin is %d seconds).\n", in hangcheck_init()
/linux-6.12.1/drivers/staging/media/atomisp/pci/isp/kernels/eed1_8/
Dia_css_eed1_8_types.h74 s32 pos_margin0; /** Margin for Positive Edge in dark region. */
75 s32 pos_margin1; /** Margin for Positive Edge in bright region. */
76 s32 neg_margin0; /** Margin for Negative Edge in dark region. */
77 s32 neg_margin1; /** Margin for Negative Edge in bright region. */
/linux-6.12.1/kernel/time/
Dclocksource-wdtest.c115 * specified uncertainty margin. in wdtest_func()
117 pr_info("--- Verify jiffies-like uncertainty margin.\n"); in wdtest_func()
130 * uncertainty margin. in wdtest_func()
132 pr_info("--- Verify tsc-like uncertainty margin.\n"); in wdtest_func()
/linux-6.12.1/drivers/media/rc/
Drc-core-priv.h167 static inline bool geq_margin(unsigned d1, unsigned d2, unsigned margin) in geq_margin() argument
169 return d1 > (d2 - margin); in geq_margin()
172 static inline bool eq_margin(unsigned d1, unsigned d2, unsigned margin) in eq_margin() argument
174 return ((d1 > (d2 - margin)) && (d1 < (d2 + margin))); in eq_margin()
/linux-6.12.1/Documentation/devicetree/bindings/hwmon/
Dadi,adm1266.yaml7 title: Analog Devices ADM1266 Cascadable Super Sequencer with Margin
14 Analog Devices ADM1266 Cascadable Super Sequencer with Margin
/linux-6.12.1/Documentation/watchdog/
Dwatchdog-parameters.rst73 margin:
74 Watchdog margin in seconds (default=60)
118 margin:
119 Watchdog margin in seconds (default 60s)
269 margin:
270 Watchdog margin in seconds (default 60)
471 margin:
472 Watchdog margin in seconds (default 60s)
520 margin:
521 Watchdog margin in seconds (default 60s)
[all …]
/linux-6.12.1/tools/testing/selftests/kvm/
Darch_timer.c8 * a user configurable error margin(default to 100us)
16 * interrupt arrival error margin (-e). To stress-test the timer stack
194 pr_info("\t-e: Interrupt arrival error margin (in us) of the guest timer (default: %u)\n", in test_print_help()
223 test_args.timer_err_margin_us = atoi_non_negative("Error Margin", optarg); in parse_args()
/linux-6.12.1/Documentation/fb/
Dframebuffer.rst213 the sum of the left margin, the right margin and the hsync length, while the
214 vertical retrace time is the sum of the upper margin, the lower margin and the
227 | margin # | xres # margin | len |
/linux-6.12.1/Documentation/gpu/amdgpu/display/
Dmulti-display-hdcp-mpo.svg70 fit-margin-top="0"
71 fit-margin-left="0"
72 fit-margin-right="0"
73 fit-margin-bottom="0" />
/linux-6.12.1/Documentation/RCU/Design/Memory-Ordering/
Drcu_node-lock.svg72 fit-margin-top="5"
73 fit-margin-right="5"
74 fit-margin-left="5"
75 fit-margin-bottom="5" />
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dsubdev-image-processing-crop.svg45 fit-margin-top="0"
46 fit-margin-left="0"
47 fit-margin-right="0"
48 fit-margin-bottom="0"
/linux-6.12.1/lib/
Ddecompress_unxz.c14 * most of the compressed data. There must be enough safety margin to
17 * The safety margin for XZ with LZMA2 or BCJ+LZMA2 is calculated below.
18 * Note that the margin with XZ is bigger than with Deflate (gzip)!
47 * safety margin for LZMA2.
72 * Now we have enough information to calculate the safety margin. We need
Ddecompress_unzstd.c8 * most of the compressed data. There must be enough safety margin to
11 * The safety margin for ZSTD with a 128 KB block size is calculated below.
12 * Note that the margin with ZSTD is bigger than with GZIP or XZ!
42 * Now we have enough information to calculate the safety margin. We need
/linux-6.12.1/Documentation/gpu/
Dkms-properties.csv7 ,,“left margin”,RANGE,"Min=0, Max=100",Connector,TBD
8 ,,“right margin”,RANGE,"Min=0, Max=100",Connector,TBD
9 ,,“top margin”,RANGE,"Min=0, Max=100",Connector,TBD
10 ,,“bottom margin”,RANGE,"Min=0, Max=100",Connector,TBD
/linux-6.12.1/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/
Dia_css_sdis_common.host.h67 s32 margin[DVS2_PROJ_MARGIN]; member
74 s32 margin[DVS2_PROJ_MARGIN]; member
/linux-6.12.1/drivers/thunderbolt/
Dsb_regs.h80 /* Applicable to all margin values */
83 /* Different lane margin shifts */
Ddebugfs.c409 * @time_steps: Number of time margin steps
410 * @max_time_offset: Maximum time margin offset (in mUI)
417 * @right_high: %false if left/low margin test is performed, %true if
598 seq_printf(s, "# voltage margin steps: %u\n", in margining_caps_show()
605 seq_printf(s, "# voltage margin steps, optional range: %u\n", in margining_caps_show()
616 seq_puts(s, "# returns high or low voltage margin\n"); in margining_caps_show()
633 seq_puts(s, "# returns left or right margin\n"); in margining_caps_show()
640 seq_printf(s, "# time margin steps: %u\n", in margining_caps_show()
1196 seq_puts(s, "# lane 0 right time margin: "); in margining_results_show()
1200 seq_puts(s, "# lane 0 left time margin: "); in margining_results_show()
[all …]
/linux-6.12.1/Documentation/RCU/Design/Expedited-Grace-Periods/
DFunnel0.svg95 fit-margin-top="5"
96 fit-margin-left="5"
97 fit-margin-right="5"
98 fit-margin-bottom="5" />
DFunnel1.svg95 fit-margin-top="5"
96 fit-margin-left="5"
97 fit-margin-right="5"
98 fit-margin-bottom="5" />

12345678910>>...13