Home
last modified time | relevance | path

Searched refs:oneshot (Results 1 – 25 of 479) sorted by relevance

12345678910>>...20

/openbmc/linux/tools/testing/selftests/watchdog/
H A Dwatchdog-test.c177 int oneshot = 0; in main() local
218 oneshot = 1; in main()
232 oneshot = 1; in main()
242 oneshot = 1; in main()
253 oneshot = 1; in main()
273 oneshot = 1; in main()
277 oneshot = 1; in main()
291 oneshot = 1; in main()
295 oneshot = 1; in main()
303 oneshot = 1; in main()
[all …]
/openbmc/phosphor-dbus-monitor/src/
H A Dcount.hpp49 bool oneshot = false) : in CountCondition() argument
51 propertyOp(_propertyOp), oneshot(oneshot) in CountCondition()
87 if (oneshot && result && lastResult) in operator ()()
103 const bool oneshot; member in phosphor::dbus::monitoring::CountCondition
H A Dmedian.hpp46 bool oneshot = false) : in MedianCondition() argument
48 oneshot(oneshot) in MedianCondition()
101 if (oneshot && result && lastResult) in operator ()()
115 const bool oneshot; member in phosphor::dbus::monitoring::MedianCondition
/openbmc/qemu/hw/core/
H A Dptimer.c210 bool oneshot = (s->enabled == 2); in ptimer_get_count() local
225 if (!oneshot && (s->delta * period < 10000) && in ptimer_get_count()
265 if (!oneshot && s->delta == s->limit) { in ptimer_get_count()
306 void ptimer_run(ptimer_state *s, int oneshot) in ptimer_run() argument
318 s->enabled = oneshot ? 2 : 1; in ptimer_run()
/openbmc/linux/Documentation/leds/
H A Dledtrig-oneshot.rst23 echo oneshot > trigger
26 Documentation/ABI/testing/sysfs-class-led-trigger-oneshot
30 echo oneshot > trigger # set trigger for this led
/openbmc/linux/tools/perf/bench/
H A Depoll-wait.c107 static bool oneshot; variable
139 OPT_BOOLEAN( 'S', "oneshot", &oneshot, "Use EPOLLONESHOT semantics"),
224 if (oneshot) { in workerfn()
301 if (oneshot) in do_threads()
491 getpid(), nthreads, oneshot ? " (EPOLLONESHOT semantics)": "", nfds, nsecs); in bench_epoll_wait()
/openbmc/linux/drivers/clocksource/
H A Di8253.c170 * Program the next event in oneshot mode
200 void __init clockevent_i8253_init(bool oneshot) in clockevent_i8253_init()
202 if (oneshot) {
186 clockevent_i8253_init(bool oneshot) clockevent_i8253_init() argument
/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/
H A Dhost-powercycle.service5 Type=oneshot
H A Dhost-poweroff.service5 Type=oneshot
H A Dhost-powercycle-watchdog.service5 Type=oneshot
H A Dhost-reset-cold.service5 Type=oneshot
H A Dhost-reset-warm.service5 Type=oneshot
H A Dhost-poweroff-watchdog.service5 Type=oneshot
H A Dhost-reset-warm-watchdog.service5 Type=oneshot
H A Dhost-reset-cold-watchdog.service5 Type=oneshot
/openbmc/phosphor-fan-presence/control/json/actions/
H A Dtimer_based_actions.cpp113 else if (_type == TimerType::oneshot) in startTimer()
176 _type = TimerType::oneshot; in setTimerConf()
/openbmc/openbmc/meta-google/recipes-google/ssh/authorized-keys-comp/
H A Dauthorized-keys-comp.service2 Type=oneshot
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/pldm/files/
H A Dnic-powercycle@.service5 Type=oneshot
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/
H A Dsshdgenkeys.service7 Type=oneshot
/openbmc/openbmc/meta-google/recipes-phosphor/flash/inplace-gbmc-update/
H A Dinplace-gbmc-verify.service5 Type=oneshot
/openbmc/google-ipmi-sys/
H A Dgbmc-psu-hardreset-time.service5 Type=oneshot
/openbmc/linux/include/linux/
H A Di8253.h25 extern void clockevent_i8253_init(bool oneshot);
/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/
H A Dobmc-poweroff.service6 Type=oneshot
/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-tiogapass/fb-powerctrl/files/
H A Dhost-gpio.service7 Type=oneshot
/openbmc/openbmc/meta-google/recipes-phosphor/flash/dummy-gbmc-update/
H A Ddummy-verify.service5 Type=oneshot

12345678910>>...20