Home
last modified time | relevance | path

Searched refs:ts_nsec (Results 1 – 17 of 17) sorted by relevance

/linux/kernel/cgroup/
H A Dfreezer.c174 static void cgroup_do_freeze(struct cgroup *cgrp, bool freeze, u64 ts_nsec) in cgroup_do_freeze() argument
185 cgrp->freezer.freeze_start_nsec = ts_nsec; in cgroup_do_freeze()
188 cgrp->freezer.frozen_nsec += (ts_nsec - in cgroup_do_freeze()
269 u64 ts_nsec; in cgroup_freeze() local
281 ts_nsec = ktime_get_ns(); in cgroup_freeze()
309 cgroup_do_freeze(dsct, freeze, ts_nsec); in cgroup_freeze()
/linux/tools/mm/
H A Dpage_owner_sort.c33 __u64 ts_nsec; member
191 if (l1->ts_nsec < l2->ts_nsec) in compare_cull_condition()
193 if (l1->ts_nsec > l2->ts_nsec) in compare_cull_condition()
372 __u64 ts_nsec; in get_comm()
380 ts_nsec = strtoull(ts_nsec_str, &endptr, 10); in get_comm()
383 fprintf(stderr, "wrong ts_nsec in follow buf:\n%s\n", buf); in get_comm()
387 return ts_nsec; in get_comm()
548 list[list_size].ts_nsec in set_single_cmp()
355 __u64 ts_nsec; get_ts_nsec() local
[all...]
/linux/mm/kfence/
H A Dkfence.h53 u64 ts_nsec; member
H A Dcore.c323 track->ts_nsec = local_clock(); /* Same source as printk timestamps. */ in metadata_update_state()
/linux/include/uapi/linux/
H A Dif_packet.h189 unsigned int ts_nsec; member
/linux/drivers/net/ethernet/renesas/
H A Drtsn.h438 __le32 ts_nsec; member
456 __le32 ts_nsec; member
H A Drtsn.c198 ts.tv_nsec = le32_to_cpu(desc->ts_nsec & cpu_to_le32(0x3fffffff)); in rtsn_rx()
/linux/mm/kasan/
H A Dcommon.c65 u64 ts_nsec = local_clock(); in kasan_set_track() local
68 track->timestamp = ts_nsec >> 9; in kasan_set_track()
/linux/kernel/printk/
H A Dprintk.c644 u64 ts_usec = info->ts_nsec; in info_print_ext_header()
1015 VMCOREINFO_OFFSET(printk_info, ts_nsec); in log_buf_vmcoreinfo_setup()
1127 dest_r.info->ts_nsec = r->info->ts_nsec; in add_to_rb()
1385 len += print_time(info->ts_nsec, buf + len); in info_print_prefix()
2285 u64 ts_nsec; in vprintk_store() local
2296 ts_nsec = local_clock(); in vprintk_store()
2371 r.info->ts_nsec = ts_nsec; in vprintk_store()
/linux/Documentation/admin-guide/kdump/
H A Dgdbmacros.txt229 printf "[%5lu.%06lu] ", $info->ts_nsec / 1000000000, $info->ts_nsec % 1000000000
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c1413 u64 ts_sec, ts_nsec, nsec; in mlxsw_sp2_ptp_hwtstamp_fill() local
1425 ts_nsec = cb->cqe_ts.nsec; in mlxsw_sp2_ptp_hwtstamp_fill()
1427 nsec = ts_sec * NSEC_PER_SEC + ts_nsec; in mlxsw_sp2_ptp_hwtstamp_fill()
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c1585 entry->ts_nsec = ktime_get_ns(); in __topology_ref_save()
1593 if (entry_a->ts_nsec > entry_b->ts_nsec) in topology_ref_history_cmp()
1595 else if (entry_a->ts_nsec < entry_b->ts_nsec) in topology_ref_history_cmp()
1637 u64 ts_nsec = entry->ts_nsec; in __dump_topology_ref_history() local
1638 u32 rem_nsec = do_div(ts_nsec, 1000000000); in __dump_topology_ref_history()
1645 ts_nsec, rem_nsec / 1000, buf); in __dump_topology_ref_history()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h260 __le32 ts_nsec; member
H A Dhns3_enet.c4285 u32 nsec = le32_to_cpu(desc->ts_nsec); in hns3_handle_rx_ts_info()
/linux/drivers/net/can/usb/
H A Dems_usb.c196 __le32 ts_nsec; /* timestamp in nano seconds */ member
/linux/drivers/net/ethernet/microchip/
H A Dlan743x_main.c2586 u32 ts_nsec; in lan743x_rx_process_buffer() local
2589 ts_nsec = (le32_to_cpu(desc_ext->data2) & in lan743x_rx_process_buffer()
2593 ktime_set(ts_sec, ts_nsec); in lan743x_rx_process_buffer()
/linux/net/packet/
H A Daf_packet.c800 h1->ts_last_pkt.ts_nsec = last_pkt->tp_nsec; in prb_close_block()
810 h1->ts_last_pkt.ts_nsec = ts.tv_nsec; in prb_close_block()
861 h1->ts_first_pkt.ts_nsec = ts.tv_nsec; in prb_open_block()