Home
last modified time | relevance | path

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

12345678910>>...22

/kernel/linux/linux-6.6/Documentation/sphinx-static/
Dcustom.css19 margin: 20px 10px 0 10px;
27 dl.function, dl.struct, dl.enum { margin-top: 2em; background-color: #ecf0f3; }
29 dl.function dt { margin-left: 10em; text-indent: -10em; }
31 div.kernelindent { margin-left: 2em; margin-right: 4em; }
38 margin-left: 1em; }
42 margin-left: 1em;
45 div.kerneltoc li.current ul { margin-left: 0; }
/kernel/linux/linux-6.6/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()
221 if (margin < 31 || margin > 255) { in fitpc2_wdt_init()
222 pr_err("margin must be in range 31 - 255 seconds, you tried to set %d\n", in fitpc2_wdt_init()
223 margin); in fitpc2_wdt_init()
258 module_param(margin, int, 0);
259 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()
Dar7_wdt.c37 static int margin = 60; variable
38 module_param(margin, int, 0);
39 MODULE_PARM_DESC(margin, "Watchdog margin in seconds");
63 /* XXX currently fixed, allows max margin ~68.72 secs */
138 margin = change * prescale_value / vbus_rate; in ar7_wdt_update_margin()
139 pr_info("timer margin %d seconds (prescale %d, change %d, freq %d)\n", in ar7_wdt_update_margin()
140 margin, prescale_value, change, vbus_rate); in ar7_wdt_update_margin()
238 if (put_user(margin, (int *)arg)) in ar7_wdt_ioctl()
278 ar7_wdt_update_margin(margin); in ar7_wdt_probe()
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()
390 if (margin > (max_units * 60)) in it8712f_wdt_find()
[all …]
Dsa1100_wdt.c181 static int margin = 60; /* (secs) Default is 1 minute */ variable
217 pre_margin = oscr_freq * margin; in sa1100dog_probe()
221 pr_info("SA1100/PXA2xx Watchdog Timer: timer margin %d sec\n", in sa1100dog_probe()
222 margin); in sa1100dog_probe()
249 module_param(margin, int, 0);
250 MODULE_PARM_DESC(margin, "Watchdog margin in seconds (default 60s)");
/kernel/linux/linux-5.10/drivers/watchdog/
Dsbc_fitpc2_wdt.c30 static unsigned int margin = 60; /* (secs) Default is 1 minute */ variable
57 wdt_send_data(REBOOT_COMMAND, margin); in wdt_enable()
155 margin = time; in fitpc2_wdt_ioctl()
160 ret = put_user(margin, (int *)arg); in fitpc2_wdt_ioctl()
223 if (margin < 31 || margin > 255) { in fitpc2_wdt_init()
224 pr_err("margin must be in range 31 - 255 seconds, you tried to set %d\n", in fitpc2_wdt_init()
225 margin); in fitpc2_wdt_init()
260 module_param(margin, int, 0);
261 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.c42 static int margin = 60; /* in seconds */ variable
43 module_param(margin, int, 0);
44 MODULE_PARM_DESC(margin, "Watchdog margin in seconds");
152 int units = margin; in it8712f_wdt_update_margin()
154 /* Switch to minutes precision if the configured margin in it8712f_wdt_update_margin()
159 pr_info("timer margin %d seconds\n", units); in it8712f_wdt_update_margin()
162 pr_info("timer margin %d minutes\n", units); in it8712f_wdt_update_margin()
296 margin = value; in it8712f_wdt_ioctl()
308 if (put_user(margin, p)) in it8712f_wdt_ioctl()
391 if (margin > (max_units * 60)) in it8712f_wdt_find()
[all …]
Dar7_wdt.c37 static int margin = 60; variable
38 module_param(margin, int, 0);
39 MODULE_PARM_DESC(margin, "Watchdog margin in seconds");
63 /* XXX currently fixed, allows max margin ~68.72 secs */
140 margin = change * prescale_value / vbus_rate; in ar7_wdt_update_margin()
141 pr_info("timer margin %d seconds (prescale %d, change %d, freq %d)\n", in ar7_wdt_update_margin()
142 margin, prescale_value, change, vbus_rate); in ar7_wdt_update_margin()
240 if (put_user(margin, (int *)arg)) in ar7_wdt_ioctl()
282 ar7_wdt_update_margin(margin); in ar7_wdt_probe()
Dsa1100_wdt.c155 static int margin __initdata = 60; /* (secs) Default is 1 minute */
185 pre_margin = oscr_freq * margin; in sa1100dog_init()
189 pr_info("SA1100/PXA2xx Watchdog Timer: timer margin %d sec\n", in sa1100dog_init()
190 margin); in sa1100dog_init()
213 module_param(margin, int, 0);
214 MODULE_PARM_DESC(margin, "Watchdog margin in seconds (default 60s)");
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/build/test/fuzztest/sched/setmargin_fuzzer/
Dsetmargin_fuzzer.cpp30 int margin = *(reinterpret_cast<int *>(countData)); in SetMarginFuzzTest() local
31 if (margin < marginLowerLimitTime || margin > marginUpperLimitTime) { in SetMarginFuzzTest()
34 ret = SetMargin(margin); in SetMarginFuzzTest()
/kernel/linux/build/test/fuzztest/sched/beginframefreq_fuzzer/
Dbeginframefreq_fuzzer.cpp30 int margin = *(reinterpret_cast<int *>(countData)); in BeginFrameFreqFuzzTest() local
31 if (margin < marginLowerLimitTime || margin > marginUpperLimitTime) { in BeginFrameFreqFuzzTest()
34 ret = BeginFrameFreq(margin); in BeginFrameFreqFuzzTest()
/kernel/linux/linux-5.10/include/media/davinci/
Dvpbe_types.h30 * @left_margin: left margin of the display
31 * @right_margin: right margin of the display
32 * @upper_margin: upper margin of the display
33 * @lower_margin: lower margin of the display
/kernel/linux/linux-5.10/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. */
/kernel/linux/linux-6.6/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. */
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/
Dkvm_util_internal.h65 * indent - Left margin indent amount
82 * indent - Left margin indent amount
99 * indent - Left margin indent amount
/kernel/linux/linux-6.6/kernel/time/
Dclocksource-wdtest.c114 * specified uncertainty margin. in wdtest_func()
116 pr_info("--- Verify jiffies-like uncertainty margin.\n"); in wdtest_func()
129 * uncertainty margin. in wdtest_func()
131 pr_info("--- Verify tsc-like uncertainty margin.\n"); in wdtest_func()
/kernel/linux/build/test/fuzztest/sched/endframefreq_fuzzer/
Dendframefreq_fuzzer.cpp27 int margin = 2; in EndFrameFreqFuzzTest() local
28 ret = EndFrameFreq(margin); in EndFrameFreqFuzzTest()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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

12345678910>>...22