Home
last modified time | relevance | path

Searched defs:expires (Results 1 – 25 of 131) sorted by relevance

123456

/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dvtime.c44 static inline void set_vtimer(u64 expires) in set_vtimer()
373 static int __mod_vtimer(struct vtimer_list *timer, u64 expires, int periodic) in __mod_vtimer()
396 int mod_virt_timer(struct vtimer_list *timer, u64 expires) in mod_virt_timer()
405 int mod_virt_timer_periodic(struct vtimer_list *timer, u64 expires) in mod_virt_timer_periodic()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_schema.sql5 expires INTEGER, field
22 expires INTEGER, field
/OK3568_Linux_fs/kernel/arch/x86/platform/uv/
H A Duv_time.c55 u64 expires; /* next timer expiration for this cpu */ member
93 static int uv_setup_intr(int cpu, u64 expires) in uv_setup_intr()
201 static int uv_rtc_set_timer(int cpu, u64 expires) in uv_rtc_set_timer()
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dxen_wdt.c48 time64_t expires; in xen_wdt_start() local
81 time64_t expires; in xen_wdt_kick() local
/OK3568_Linux_fs/kernel/kernel/time/
H A Dhrtimer.c195 ktime_t expires; in hrtimer_check_target() local
508 ktime_t expires; in __hrtimer_next_event_base() local
780 ktime_t expires = ktime_sub(hrtimer_get_expires(timer), base->offset); in hrtimer_reprogram() local
1088 ktime_t expires; in hrtimer_update_softirq_timer() local
1380 u64 expires = KTIME_MAX; in hrtimer_get_next_event() local
1403 u64 expires = KTIME_MAX; in hrtimer_next_event_without() local
2176 schedule_hrtimeout_range_clock(ktime_t *expires, u64 delta, in schedule_hrtimeout_range_clock()
2246 int __sched schedule_hrtimeout_range(ktime_t *expires, u64 delta, in schedule_hrtimeout_range()
2280 int __sched schedule_hrtimeout(ktime_t *expires, in schedule_hrtimeout()
H A Dtimer.c498 static inline unsigned calc_index(unsigned long expires, unsigned lvl, in calc_index()
516 static int calc_wheel_index(unsigned long expires, unsigned long clk, in calc_wheel_index()
966 __mod_timer(struct timer_list *timer, unsigned long expires, unsigned int options) in __mod_timer()
1086 int mod_timer_pending(struct timer_list *timer, unsigned long expires) in mod_timer_pending()
1112 int mod_timer(struct timer_list *timer, unsigned long expires) in mod_timer()
1127 int timer_reduce(struct timer_list *timer, unsigned long expires) in timer_reduce()
1598 static u64 cmp_next_hrtimer_event(u64 basem, u64 expires) in cmp_next_hrtimer_event()
1638 u64 expires = KTIME_MAX; in get_next_timer_interrupt() local
H A Dtick-broadcast-hrtimer.c43 static int bc_set_next(ktime_t expires, struct clock_event_device *bc) in bc_set_next()
H A Dposix-cpu-timers.c117 u64 delta, incr, expires = timer->it.cpu.node.expires; in bump_cpu_timer() local
728 u64 now, expires = cpu_timer_getexpires(ctmr); in posix_cpu_timer_get() local
776 u64 expires; in collect_timerqueue() local
882 u64 *expires, u64 cur_time, int signo) in check_cpu_itimer()
1384 u64 expires; in do_cpu_nanosleep() local
H A Dtick-oneshot.c23 int tick_program_event(ktime_t expires, int force) in tick_program_event()
/OK3568_Linux_fs/kernel/drivers/s390/cio/
H A Ddevice_ops.c193 unsigned long flags, int expires) in ccw_device_start_timeout_key()
345 unsigned long flags, int expires) in ccw_device_start_timeout()
541 int expires) in ccw_device_tm_start_timeout_key()
625 unsigned long intparm, u8 lpm, int expires) in ccw_device_tm_start_timeout()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-delay.c46 unsigned long expires; member
58 static void queue_timeout(struct delay_c *dc, unsigned long expires) in queue_timeout()
246 unsigned long expires = 0; in delay_bio() local
/OK3568_Linux_fs/kernel/drivers/base/power/
H A Druntime.c166 u64 expires; in pm_runtime_autosuspend_expiration() local
575 u64 expires = pm_runtime_autosuspend_expiration(dev); in rpm_suspend() local
980 u64 expires; in pm_suspend_timer_fn() local
1008 u64 expires; in pm_schedule_suspend() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dhttp_timeout.cpp32 Duration expirationTimeout(optional<Timestamp> expires, uint32_t expiredRequests) { in expirationTimeout()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Ddebug_bucket.hpp33 const optional<Timestamp> expires; member in mbgl::DebugBucket
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dvtimer.h16 u64 expires; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/
H A Dmcu.c31 unsigned long expires) in mt76_mcu_get_response()
/OK3568_Linux_fs/kernel/include/net/
H A Dpkt_sched.h81 u64 expires) in qdisc_watchdog_schedule_ns()
87 psched_time_t expires) in qdisc_watchdog_schedule()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.cookie.js111 $.cookie(key, '', $.extend({}, options, { expires: -1 })); property
/OK3568_Linux_fs/kernel/include/linux/
H A Dtimerqueue.h11 ktime_t expires; member
H A Dfreezer.h250 static inline int freezable_schedule_hrtimeout_range(ktime_t *expires, in freezable_schedule_hrtimeout_range()
314 #define freezable_schedule_hrtimeout_range(expires, delta, mode) \ argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Dresponse.hpp37 optional<Timestamp> expires; member in mbgl::Response
/OK3568_Linux_fs/kernel/net/tipc/
H A Dbcast.h78 unsigned long expires; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dtile.hpp124 optional<Timestamp> expires; member in mbgl::Tile
/OK3568_Linux_fs/kernel/security/keys/
H A Dgc.c53 unsigned long expires; in key_schedule_gc() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/
H A Dlib_sw_fence.c63 void timed_fence_init(struct timed_fence *tf, unsigned long expires) in timed_fence_init()

123456