Home
last modified time | relevance | path

Searched defs:timer (Results 251 - 275 of 1559) sorted by relevance

1...<<11121314151617181920>>...63

/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_group_handler.cpp193 sptr<MiscServices::TimeServiceClient> timer = MiscServices::TimeServiceClient::GetInstance(); in ProcessEvent() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Devloop_timer_unit_test.cpp178 IEvent *timer = IEvent::CreateEvent(TIME_PIECE_1, errCode); in HWTEST_F() local
234 IEvent *timer = IEvent::CreateEvent(TIME_PIECE_10, errCode); HWTEST_F() local
287 IEvent *timer = IEvent::CreateEvent(10, errCode); HWTEST_F() local
347 IEvent *timer = IEvent::CreateEvent(TIME_PIECE_10, errCode); HWTEST_F() local
404 IEvent *timer = IEvent::CreateEvent(TIME_PIECE_1000, errCode); HWTEST_F() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/internal/
H A Dtimer_linux.cpp147 Timer *timer = (Timer *)events[i].data.ptr; in OnTimer() local
161 AddTimer(Timer &timer) AddTimer() argument
183 RemoveTimer(Timer &timer) RemoveTimer() argument
[all...]
/kernel/linux/linux-5.10/drivers/clocksource/
H A Dtimer-sun4i.c58 static void sun4i_clkevt_time_stop(void __iomem *base, u8 timer) in sun4i_clkevt_time_stop() argument
65 static void sun4i_clkevt_time_setup(void __iomem *base, u8 timer, in sun4i_clkevt_time_setup() argument
71 sun4i_clkevt_time_start(void __iomem *base, u8 timer, bool periodic) sun4i_clkevt_time_start() argument
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dtime.c74 omap_mpu_timer_regs_t __iomem *timer = omap_mpu_timer_base(nr); in omap_mpu_timer_read() local
80 omap_mpu_timer_regs_t __iomem *timer = omap_mpu_timer_base(nr); in omap_mpu_set_autoreset() local
87 omap_mpu_timer_regs_t __iomem *timer in omap_mpu_remove_autoreset() local
95 omap_mpu_timer_regs_t __iomem *timer = omap_mpu_timer_base(nr); omap_mpu_timer_start() local
110 omap_mpu_timer_regs_t __iomem *timer = omap_mpu_timer_base(nr); omap_mpu_timer_stop() local
184 omap_mpu_timer_regs_t __iomem *timer = omap_mpu_timer_base(1); omap_init_clocksource() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/oprofile/cell/
H A Dspu_profiler.c133 static enum hrtimer_restart profile_spus(struct hrtimer *timer) in profile_spus() argument
190 static struct hrtimer timer; variable
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dapb_timer.c58 struct dw_apb_clock_event_device *timer; global() member
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-footbridge/
H A Ddc21285.c135 static void dc21285_enable_error(struct timer_list *timer) in dc21285_enable_error() argument
180 struct timer_list *timer = dev_id; in dc21285_serr_irq() local
224 struct timer_list *timer = dev_id; in dc21285_parity_irq() local
[all...]
/kernel/linux/linux-5.10/drivers/mtd/
H A Dsm_ftl.h51 struct timer_list timer; member
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
H A Dworkqueues.h41 struct timer_list timer; member
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A Dtime.c76 omap_mpu_timer_regs_t __iomem *timer = omap_mpu_timer_base(nr); in omap_mpu_timer_read() local
82 omap_mpu_timer_regs_t __iomem *timer = omap_mpu_timer_base(nr); in omap_mpu_set_autoreset() local
89 omap_mpu_timer_regs_t __iomem *timer in omap_mpu_remove_autoreset() local
97 omap_mpu_timer_regs_t __iomem *timer = omap_mpu_timer_base(nr); omap_mpu_timer_start() local
112 omap_mpu_timer_regs_t __iomem *timer = omap_mpu_timer_base(nr); omap_mpu_timer_stop() local
186 omap_mpu_timer_regs_t __iomem *timer = omap_mpu_timer_base(1); omap_init_clocksource() local
[all...]
/kernel/linux/linux-5.10/drivers/leds/trigger/
H A Dledtrig-heartbeat.c28 struct timer_list timer; member
/kernel/linux/linux-5.10/drivers/isdn/mISDN/
H A Dtimerdev.c68 struct mISDNtimer *timer, *next; in mISDN_close() local
97 struct mISDNtimer *timer; in mISDN_read() local
158 struct mISDNtimer *timer = from_timer(timer, t, tl); dev_expire_timer() local
172 struct mISDNtimer *timer; misdn_add_timer() local
199 struct mISDNtimer *timer; misdn_del_timer() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_pmu.h63 struct hrtimer timer; member
H A Dintel_wakeref.h255 struct timer_list timer; member
/kernel/linux/linux-5.10/drivers/iio/trigger/
H A Diio-trig-hrtimer.c24 struct hrtimer timer; member
85 static enum hrtimer_restart iio_hrtimer_trig_handler(struct hrtimer *timer) in iio_hrtimer_trig_handler() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Ddatapath.h183 __le32 timer; member
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_BA.h46 struct timer_list timer; member
/kernel/linux/linux-5.10/include/linux/
H A Dtimer.h101 init_timer_on_stack_key(struct timer_list *timer, void (*func)(struct timer_list *), unsigned int flags, const char *name, struct lock_class_key *key) init_timer_on_stack_key() argument
150 destroy_timer_on_stack(struct timer_list *timer) destroy_timer_on_stack() argument
166 timer_pending(const struct timer_list * timer) timer_pending() argument
[all...]
/kernel/linux/linux-5.10/sound/core/
H A DMakefile
/kernel/linux/linux-5.10/drivers/watchdog/
H A Dmtx-1_wdt.c54 struct timer_list timer; member
H A Dshwdt.c78 struct timer_list timer; member
/kernel/linux/linux-5.10/net/atm/
H A Dlec_arpc.h42 struct timer_list timer; /* Arping timer */ member
/kernel/linux/linux-5.10/net/core/
H A Dgen_estimator.c58 struct timer_list timer; member
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
H A Dmsm_atomic.c104 struct msm_pending_timer *timer = container_of(t, in msm_atomic_pending_timer() local
115 struct msm_pending_timer *timer = container_of(work, in msm_atomic_pending_work() local
121 void msm_atomic_init_pending_timer(struct msm_pending_timer *timer, in msm_atomic_init_pending_timer() argument
212 struct msm_pending_timer *timer = msm_atomic_commit_tail() local
[all...]

Completed in 11 milliseconds

1...<<11121314151617181920>>...63