/linux/Documentation/sphinx-static/ |
H A D | custom.css | 23 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;
|
H A D | theme_overrides.css | 101 /* fix bottom margin of lists items */ 104 margin-bottom: 12px;
|
/linux/drivers/watchdog/ |
H A D | sbc_fitpc2_wdt.c | 28 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)");
|
H A D | it8712f_wdt.c | 41 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 …]
|
H A D | scx200_wdt.c | 38 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()
|
H A D | sa1100_wdt.c | 180 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/drivers/char/ |
H A D | hangcheck-timer.c | 16 * 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/kernel/time/ |
H A D | clocksource-wdtest.c | 115 * 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/drivers/media/rc/ |
H A D | rc-core-priv.h | 167 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/Documentation/watchdog/ |
H A D | watchdog-parameters.rst | 73 margin: 74 Watchdog margin in seconds (default=60) 118 margin: 119 Watchdog margin in seconds (default 60s) 259 margin: 260 Watchdog margin in seconds (default 60) 461 margin: 462 Watchdog margin in seconds (default 60s) 510 margin: 511 Watchdog margin in seconds (default 60s) [all …]
|
/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | adi,adm1266.yaml | 7 title: Analog Devices ADM1266 Cascadable Super Sequencer with Margin 14 Analog Devices ADM1266 Cascadable Super Sequencer with Margin
|
/linux/tools/testing/selftests/kvm/ |
H A D | arch_timer.c | 8 * 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/Documentation/fb/ |
H A D | framebuffer.rst | 213 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/Documentation/gpu/amdgpu/display/ |
H A D | multi-display-hdcp-mpo.svg | 70 fit-margin-top="0" 71 fit-margin-left="0" 72 fit-margin-right="0" 73 fit-margin-bottom="0" />
|
H A D | multi-display-hdcp-mpo-less-pipe-ex.svg | 70 fit-margin-top="0" 71 fit-margin-left="0" 72 fit-margin-right="0" 73 fit-margin-bottom="0" />
|
H A D | single-display-mpo.svg | 85 fit-margin-top="0" 86 fit-margin-left="0" 87 fit-margin-right="0" 88 fit-margin-bottom="0" />
|
/linux/Documentation/RCU/Design/Memory-Ordering/ |
H A D | rcu_node-lock.svg | 72 fit-margin-top="5" 73 fit-margin-right="5" 74 fit-margin-left="5" 75 fit-margin-bottom="5" />
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | subdev-image-processing-crop.svg | 45 fit-margin-top="0" 46 fit-margin-left="0" 47 fit-margin-right="0" 48 fit-margin-bottom="0"
|
/linux/lib/ |
H A D | decompress_unxz.c | 14 * 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
|
H A D | decompress_unzstd.c | 8 * 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/Documentation/gpu/ |
H A D | kms-properties.csv | 7 ,,“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/Documentation/RCU/Design/Expedited-Grace-Periods/ |
H A D | Funnel1.svg | 95 fit-margin-top="5" 96 fit-margin-left="5" 97 fit-margin-right="5" 98 fit-margin-bottom="5" />
|
H A D | Funnel0.svg | 95 fit-margin-top="5" 96 fit-margin-left="5" 97 fit-margin-right="5" 98 fit-margin-bottom="5" />
|
H A D | Funnel2.svg | 95 fit-margin-top="5" 96 fit-margin-left="5" 97 fit-margin-right="5" 98 fit-margin-bottom="5" />
|
H A D | Funnel8.svg | 95 fit-margin-top="5" 96 fit-margin-left="5" 97 fit-margin-right="5" 98 fit-margin-bottom="5" />
|