Home
last modified time | relevance | path

Searched refs:ktime_add_ns (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dktime.h62 #define ktime_add_ns(kt, nsval) ((kt) + (nsval)) macro
181 return ktime_add_ns(kt, usec * NSEC_PER_USEC); in ktime_add_us()
186 return ktime_add_ns(kt, msec * NSEC_PER_MSEC); in ktime_add_ms()
H A Dhrtimer.h272 timer->node.expires = ktime_add_ns(timer->node.expires, ns); in hrtimer_add_expires_ns()
273 timer->_softexpires = ktime_add_ns(timer->_softexpires, ns); in hrtimer_add_expires_ns()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dktime.h62 #define ktime_add_ns(kt, nsval) ((kt) + (nsval)) macro
181 return ktime_add_ns(kt, usec * NSEC_PER_USEC); in ktime_add_us()
186 return ktime_add_ns(kt, msec * NSEC_PER_MSEC); in ktime_add_ms()
H A Dhrtimer.h272 timer->node.expires = ktime_add_ns(timer->node.expires, ns); in hrtimer_add_expires_ns()
273 timer->_softexpires = ktime_add_ns(timer->_softexpires, ns); in hrtimer_add_expires_ns()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dktime.h62 #define ktime_add_ns(kt, nsval) ((kt) + (nsval)) macro
181 return ktime_add_ns(kt, usec * NSEC_PER_USEC); in ktime_add_us()
186 return ktime_add_ns(kt, msec * NSEC_PER_MSEC); in ktime_add_ms()
H A Dhrtimer.h272 timer->node.expires = ktime_add_ns(timer->node.expires, ns); in hrtimer_add_expires_ns()
273 timer->_softexpires = ktime_add_ns(timer->_softexpires, ns); in hrtimer_add_expires_ns()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/sched/
H A Dsch_taprio.c163 intv_end = ktime_add_ns(intv_start, entry->interval); in get_interval_end_time()
215 cycle_end = ktime_add_ns(curr_intv_end, cycle); in find_entry_to_transmit()
246 *interval_start = ktime_add_ns(curr_intv_start, cycle); in find_entry_to_transmit()
247 *interval_end = ktime_add_ns(curr_intv_end, cycle); in find_entry_to_transmit()
354 minimum_time = ktime_add_ns(now, q->txtime_delay); in get_packet_txtime()
618 guard = ktime_add_ns(taprio_get_time(q), in taprio_dequeue_soft()
947 cycle = ktime_add_ns(cycle, entry->interval); in parse_taprio_schedule()
1056 *start = ktime_add_ns(base, (n + 1) * cycle); in taprio_get_start_time()
1072 sched->cycle_close_time = ktime_add_ns(base, cycle); in setup_first_close_time()
1074 first->close_time = ktime_add_ns(base, first->interval); in setup_first_close_time()
[all …]
H A Dact_gate.c52 *start = ktime_add_ns(base, (n + 1) * cycle); in gate_get_start_time()
85 gact->current_close_time = ktime_add_ns(gact->current_close_time, in gate_timer_func()
105 close_time = ktime_add_ns(base, (n + 1) * cycle); in gate_timer_func()
406 cycle = ktime_add_ns(cycle, entry->interval); in tcf_gate_init()
/dports/multimedia/libv4l/linux-5.13-rc2/net/sched/
H A Dsch_taprio.c163 intv_end = ktime_add_ns(intv_start, entry->interval); in get_interval_end_time()
215 cycle_end = ktime_add_ns(curr_intv_end, cycle); in find_entry_to_transmit()
246 *interval_start = ktime_add_ns(curr_intv_start, cycle); in find_entry_to_transmit()
247 *interval_end = ktime_add_ns(curr_intv_end, cycle); in find_entry_to_transmit()
354 minimum_time = ktime_add_ns(now, q->txtime_delay); in get_packet_txtime()
618 guard = ktime_add_ns(taprio_get_time(q), in taprio_dequeue_soft()
947 cycle = ktime_add_ns(cycle, entry->interval); in parse_taprio_schedule()
1056 *start = ktime_add_ns(base, (n + 1) * cycle); in taprio_get_start_time()
1072 sched->cycle_close_time = ktime_add_ns(base, cycle); in setup_first_close_time()
1074 first->close_time = ktime_add_ns(base, first->interval); in setup_first_close_time()
[all …]
H A Dact_gate.c52 *start = ktime_add_ns(base, (n + 1) * cycle); in gate_get_start_time()
85 gact->current_close_time = ktime_add_ns(gact->current_close_time, in gate_timer_func()
105 close_time = ktime_add_ns(base, (n + 1) * cycle); in gate_timer_func()
406 cycle = ktime_add_ns(cycle, entry->interval); in tcf_gate_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/sched/
H A Dsch_taprio.c163 intv_end = ktime_add_ns(intv_start, entry->interval); in get_interval_end_time()
215 cycle_end = ktime_add_ns(curr_intv_end, cycle); in find_entry_to_transmit()
246 *interval_start = ktime_add_ns(curr_intv_start, cycle); in find_entry_to_transmit()
247 *interval_end = ktime_add_ns(curr_intv_end, cycle); in find_entry_to_transmit()
354 minimum_time = ktime_add_ns(now, q->txtime_delay); in get_packet_txtime()
618 guard = ktime_add_ns(taprio_get_time(q), in taprio_dequeue_soft()
947 cycle = ktime_add_ns(cycle, entry->interval); in parse_taprio_schedule()
1056 *start = ktime_add_ns(base, (n + 1) * cycle); in taprio_get_start_time()
1072 sched->cycle_close_time = ktime_add_ns(base, cycle); in setup_first_close_time()
1074 first->close_time = ktime_add_ns(base, first->interval); in setup_first_close_time()
[all …]
H A Dact_gate.c52 *start = ktime_add_ns(base, (n + 1) * cycle); in gate_get_start_time()
85 gact->current_close_time = ktime_add_ns(gact->current_close_time, in gate_timer_func()
105 close_time = ktime_add_ns(base, (n + 1) * cycle); in gate_timer_func()
406 cycle = ktime_add_ns(cycle, entry->interval); in tcf_gate_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/time/
H A Dtick-common.c92 tick_next_period = ktime_add_ns(tick_next_period, TICK_NSEC); in tick_periodic()
131 next = ktime_add_ns(next, TICK_NSEC); in tick_handle_periodic()
177 next = ktime_add_ns(next, TICK_NSEC); in tick_setup_periodic()
H A Dtimekeeping.c833 return ktime_add_ns(base, nsecs); in ktime_get()
876 return ktime_add_ns(base, nsecs); in ktime_get_with_offset()
897 return ktime_add_ns(base, nsecs); in ktime_get_coarse_with_offset()
938 return ktime_add_ns(base, nsecs); in ktime_get_raw()
1062 systime_snapshot->real = ktime_add_ns(base_real, nsec_real); in ktime_get_snapshot()
1063 systime_snapshot->raw = ktime_add_ns(base_raw, nsec_raw); in ktime_get_snapshot()
1153 ts->sys_monoraw = ktime_add_ns(history->raw, corr_raw); in adjust_historical_crosststamp()
1154 ts->sys_realtime = ktime_add_ns(history->real, corr_real); in adjust_historical_crosststamp()
1249 xtstamp->sys_realtime = ktime_add_ns(base_real, nsec_real); in get_device_system_crosststamp()
1250 xtstamp->sys_monoraw = ktime_add_ns(base_raw, nsec_raw); in get_device_system_crosststamp()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/time/
H A Dtick-common.c92 tick_next_period = ktime_add_ns(tick_next_period, TICK_NSEC); in tick_periodic()
131 next = ktime_add_ns(next, TICK_NSEC); in tick_handle_periodic()
177 next = ktime_add_ns(next, TICK_NSEC); in tick_setup_periodic()
H A Dtimekeeping.c833 return ktime_add_ns(base, nsecs); in ktime_get()
876 return ktime_add_ns(base, nsecs); in ktime_get_with_offset()
897 return ktime_add_ns(base, nsecs); in ktime_get_coarse_with_offset()
938 return ktime_add_ns(base, nsecs); in ktime_get_raw()
1062 systime_snapshot->real = ktime_add_ns(base_real, nsec_real); in ktime_get_snapshot()
1063 systime_snapshot->raw = ktime_add_ns(base_raw, nsec_raw); in ktime_get_snapshot()
1153 ts->sys_monoraw = ktime_add_ns(history->raw, corr_raw); in adjust_historical_crosststamp()
1154 ts->sys_realtime = ktime_add_ns(history->real, corr_real); in adjust_historical_crosststamp()
1249 xtstamp->sys_realtime = ktime_add_ns(base_real, nsec_real); in get_device_system_crosststamp()
1250 xtstamp->sys_monoraw = ktime_add_ns(base_raw, nsec_raw); in get_device_system_crosststamp()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/time/
H A Dtick-common.c92 tick_next_period = ktime_add_ns(tick_next_period, TICK_NSEC); in tick_periodic()
131 next = ktime_add_ns(next, TICK_NSEC); in tick_handle_periodic()
177 next = ktime_add_ns(next, TICK_NSEC); in tick_setup_periodic()
H A Dtimekeeping.c833 return ktime_add_ns(base, nsecs); in ktime_get()
876 return ktime_add_ns(base, nsecs); in ktime_get_with_offset()
897 return ktime_add_ns(base, nsecs); in ktime_get_coarse_with_offset()
938 return ktime_add_ns(base, nsecs); in ktime_get_raw()
1062 systime_snapshot->real = ktime_add_ns(base_real, nsec_real); in ktime_get_snapshot()
1063 systime_snapshot->raw = ktime_add_ns(base_raw, nsec_raw); in ktime_get_snapshot()
1153 ts->sys_monoraw = ktime_add_ns(history->raw, corr_raw); in adjust_historical_crosststamp()
1154 ts->sys_realtime = ktime_add_ns(history->real, corr_real); in adjust_historical_crosststamp()
1249 xtstamp->sys_realtime = ktime_add_ns(base_real, nsec_real); in get_device_system_crosststamp()
1250 xtstamp->sys_monoraw = ktime_add_ns(base_raw, nsec_raw); in get_device_system_crosststamp()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/rc/
H A Dgpio-ir-tx.c109 edge = ktime_add_ns(edge, pulse); in gpio_ir_tx_modulated()
115 edge = ktime_add_ns(edge, space); in gpio_ir_tx_modulated()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/rc/
H A Dgpio-ir-tx.c109 edge = ktime_add_ns(edge, pulse); in gpio_ir_tx_modulated()
115 edge = ktime_add_ns(edge, space); in gpio_ir_tx_modulated()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/rc/
H A Dgpio-ir-tx.c109 edge = ktime_add_ns(edge, pulse); in gpio_ir_tx_modulated()
115 edge = ktime_add_ns(edge, space); in gpio_ir_tx_modulated()
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/linux/
H A Dktime.h40 #define ktime_add_ns(kt, nsval) ({ (ktime_t){ .tv64 = (kt).tv64 + (nsval) }; }) macro
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/linux/
H A Dktime.h40 #define ktime_add_ns(kt, nsval) ({ (ktime_t){ .tv64 = (kt).tv64 + (nsval) }; }) macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/include/linux/
H A Dktime.h57 ktime_add_ns(ktime_t kt, int64_t nsec) in ktime_add_ns() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/igc/
H A Digc_tsn.c120 base_time = ktime_add_ns(base_time, (n + 1) * cycle); in igc_tsn_enable_offload()

1234567