Home
last modified time | relevance | path

Searched defs:nsec (Results 1 – 25 of 109) sorted by relevance

12345

/linux-6.6.21/tools/perf/scripts/python/
Dnetdev-times.py232 def irq__softirq_entry(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
238 def irq__softirq_exit(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
244 def irq__softirq_raise(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
250 def irq__irq_handler_entry(name, context, cpu, sec, nsec, pid, comm, argument
256 def irq__irq_handler_exit(name, context, cpu, sec, nsec, pid, comm, callchain, irq, ret): argument
260 def napi__napi_poll(name, context, cpu, sec, nsec, pid, comm, callchain, napi, argument
266 def net__netif_receive_skb(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument
272 def net__netif_rx(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument
278 def net__net_dev_queue(name, context, cpu, sec, nsec, pid, comm, callchain, argument
284 def net__net_dev_xmit(name, context, cpu, sec, nsec, pid, comm, callchain, argument
[all …]
Dpowerpc-hcalls.py173 def powerpc__hcall_exit(name, context, cpu, sec, nsec, pid, comm, callchain, argument
197 def powerpc__hcall_entry(event_name, context, cpu, sec, nsec, pid, comm, argument
Dnet_dropmonitor.py72 def skb__kfree_skb(name, context, cpu, sec, nsec, pid, comm, callchain, argument
/linux-6.6.21/tools/testing/radix-tree/
Dbenchmark.c19 long long nsec; in benchmark_iter() local
57 long long nsec; in benchmark_insert() local
78 long long nsec; in benchmark_tagging() local
99 long long nsec; in benchmark_delete() local
/linux-6.6.21/drivers/net/ethernet/amd/xgbe/
Dxgbe-ptp.c130 u64 nsec; in xgbe_cc_read() local
176 u64 nsec; in xgbe_gettime() local
196 u64 nsec; in xgbe_settime() local
/linux-6.6.21/arch/xtensa/include/asm/
Ddelay.h55 static inline void __ndelay(unsigned long nsec) in __ndelay()
67 static inline void ndelay(unsigned long nsec) in ndelay()
/linux-6.6.21/kernel/time/
Dvsyscall.c22 u64 nsec, sec; in update_vdso_data() local
77 u64 nsec; in update_vsyscall() local
Dtimecounter.c54 u64 nsec; in timecounter_read() local
83 u64 nsec = tc->nsec, frac = tc->frac; in timecounter_cyc2time() local
Dtime.c470 struct __kernel_old_timeval ns_to_kernel_old_timeval(s64 nsec) in ns_to_kernel_old_timeval()
495 void set_normalized_timespec64(struct timespec64 *ts, time64_t sec, s64 nsec) in set_normalized_timespec64()
523 struct timespec64 ns_to_timespec64(s64 nsec) in ns_to_timespec64()
620 long nsec = value->tv_nsec + TICK_NSEC - 1; in timespec64_to_jiffies() local
/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ptp.c152 static u64 mlxsw_sp1_ptp_ns2cycles(const struct timecounter *tc, u64 nsec) in mlxsw_sp1_ptp_ns2cycles()
163 mlxsw_sp1_ptp_phc_settime(struct mlxsw_sp1_ptp_clock *clock, u64 nsec) in mlxsw_sp1_ptp_phc_settime()
208 u64 nsec; in mlxsw_sp1_ptp_adjtime() local
223 u64 cycles, nsec; in mlxsw_sp1_ptp_gettimex() local
239 u64 nsec = timespec64_to_ns(ts); in mlxsw_sp1_ptp_settime() local
275 u64 overflow_cycles, nsec, frac = 0; in mlxsw_sp1_ptp_clock_init() local
359 mlxsw_sp2_ptp_phc_settime(struct mlxsw_sp_ptp_clock *clock, u64 nsec) in mlxsw_sp2_ptp_phc_settime()
394 u64 nsec; in mlxsw_sp2_ptp_adjtime() local
414 u64 nsec; in mlxsw_sp2_ptp_gettimex() local
427 u64 nsec = timespec64_to_ns(ts); in mlxsw_sp2_ptp_settime() local
[all …]
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/subdev/timer/
Dbase.c54 nvkm_timer_wait_init(struct nvkm_device *device, u64 nsec, in nvkm_timer_wait_init()
106 nvkm_timer_alarm(struct nvkm_timer *tmr, u32 nsec, struct nvkm_alarm *alarm) in nvkm_timer_alarm()
/linux-6.6.21/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_hwtstamp.c105 static int init_systime(void __iomem *ioaddr, u32 sec, u32 nsec) in init_systime()
146 static int adjust_systime(void __iomem *ioaddr, u32 sec, u32 nsec, in adjust_systime()
/linux-6.6.21/lib/
Dcrc32test.c669 u64 nsec; in crc32c_test() local
749 u64 nsec; in crc32_test() local
/linux-6.6.21/include/vdso/
Dtime.h9 u64 nsec; member
/linux-6.6.21/fs/adfs/
Dinode.c178 s64 nsec; in adfs_adfs2unix_time() local
214 s64 cs, nsec = timespec64_to_ns(ts); in adfs_unix2adfs_time() local
/linux-6.6.21/drivers/gpu/drm/nouveau/nvif/
Dtimer.c50 nvif_timer_wait_init(struct nvif_device *device, u64 nsec, in nvif_timer_wait_init()
/linux-6.6.21/include/linux/
Dtime_namespace.h79 static inline u64 timens_add_boottime_ns(u64 nsec) in timens_add_boottime_ns()
152 static inline u64 timens_add_boottime_ns(u64 nsec) in timens_add_boottime_ns()
Dtimecounter.h58 u64 nsec; member
/linux-6.6.21/drivers/net/ethernet/cavium/common/
Dcavium_ptp.c167 u64 nsec; in cavium_ptp_gettime() local
189 u64 nsec; in cavium_ptp_settime() local
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
Dmemx.c108 u32 addr, u32 mask, u32 data, u32 nsec) in nvkm_memx_wait()
117 nvkm_memx_nsec(struct nvkm_memx *memx, u32 nsec) in nvkm_memx_nsec()
/linux-6.6.21/include/uapi/linux/
Dpps.h56 __s32 nsec; member
62 __s32 nsec; member
/linux-6.6.21/arch/m68k/include/asm/
Ddelay.h116 static inline void ndelay(unsigned long nsec) in ndelay()
/linux-6.6.21/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_ptp.c119 u64 nsec; in otx2_ptp_hw_settime() local
262 u64 nsec; in otx2_ptp_tc_settime() local
/linux-6.6.21/tools/arch/x86/include/asm/
Dpvclock-abi.h40 u32 nsec; member
/linux-6.6.21/arch/x86/include/asm/
Dpvclock-abi.h40 u32 nsec; member

12345